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

Some created save directories use TitleID instead of title name #8

Closed
murrty1 opened this issue Jul 23, 2019 · 5 comments
Closed

Some created save directories use TitleID instead of title name #8

murrty1 opened this issue Jul 23, 2019 · 5 comments

Comments

@murrty1
Copy link

murrty1 commented Jul 23, 2019

For some games (so far, Pokemon Let's Go Pikachu/Eevee, Pokken Tournament DX), the save directory is titled with the 16-char TitleID.

010003F003A34000 should say Let's Go Pikachu
0100187003A36000 should say Let's Go Eevee
0100B3F000BE2000 should say Pokken Tournament DX

@murrty1
Copy link
Author

murrty1 commented Jul 23, 2019

This isn't related to the issue, but I also wanted to say this is my favorite save export/import homebrew, as well as your 3DS one.

@J-D-K
Copy link
Owner

J-D-K commented Jul 28, 2019

Switch can't use UTF16 like 3DS. This is normal. It's the accented e that causes it. I think I added code for someone that replaces it, but I haven't had time to complete that yet.

@AnalogMan151
Copy link

Even if it could replace invalid chars with an underscore or space, it would still make it easier finding the save on the SD card.

@J-D-K
Copy link
Owner

J-D-K commented Feb 1, 2020

Sorry it took so long, but I don't think that's doable. It would replace all Japanese characters with underscores and spaces, which could lead to a lot of issues.

@J-D-K
Copy link
Owner

J-D-K commented Jun 3, 2020

So, I know this isn't ideal, but I'm going to close this now. I've added a file that can be loaded from the JKSV folder named titleDefs.txt. Adding a line like 01006C300E9F0000 = "DQXIS", for example, will override Dragon Quest XI's usual title id folder. Pokemon titles have been fixed for a while.

I've been looking at this on and off and it's going to be a never ending battle. I've added symbols to the verboten array, like the symbol, yet South Park still trips the filter. The Witcher 3 trips it too, because they're using unicode characters. There's way too much for me to go through and filter/replace it all while keeping other languages working 100%. As much as I dislike having to have people edit files, this is my solution. You have to look up the title ID once and name it yourself, but then you have an easy to locate folder forever. Maybe down the road I'll work on some kind of database or something for these.

@J-D-K J-D-K closed this as completed Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants