Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

achievements sorting in game #71

Open
rcyggdra opened this issue Oct 25, 2024 · 2 comments
Open

achievements sorting in game #71

rcyggdra opened this issue Oct 25, 2024 · 2 comments
Labels
achievements achievements related windows Windows OS related wontfix This will not be worked on

Comments

@rcyggdra
Copy link

rcyggdra commented Oct 25, 2024

For example,Metaphor ReFantazio achievement ID sorting,

  "ACHIEVEMENT_18": {
    "earned": false,
    "earned_time": 0
  },
  "ACHIEVEMENT_19": {
    "earned": false,
    "earned_time": 0
  },
  "ACHIEVEMENT_2": {
    "earned": false,
    "earned_time": 0
  },
  "ACHIEVEMENT_20": {
    "earned": true,
    "earned_time": 1729704984
  },
  "ACHIEVEMENT_21": {
    "earned": true,
    "earned_time": 1729704985
  },

Cannot be arranged in numerical order,appears confused when viewing achievements in the game.

@Detanup01
Copy link
Owner

blame windows for this

@Detanup01
Copy link
Owner

Like really, sorting usually resolve like this even in your file system, I hate it too.
Whoever wants to "fix" this I left it open

@Detanup01 Detanup01 added the achievements achievements related label Nov 6, 2024
@Detanup01 Detanup01 added wontfix This will not be worked on windows Windows OS related labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
achievements achievements related windows Windows OS related wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants