Lakifume / True-Randomization

A new randomizer for Bloodstained: Ritual of the Night
MIT License
13 stars 7 forks source link

Keep getting this error #8

Closed ParanoiaIsGreat closed 2 years ago

ParanoiaIsGreat commented 2 years ago

No idea why..

image

Lakifume commented 2 years ago

Oh your computer must be configured in a language that doesn't support certain characters in the json files. Well you can fix your current issue by opening Serializer\Json\PBSystemStringTable.json in notepad, scrolling down to the "SYS_MSG_Saving" entry and replacing the single character "…" by 3 regular dots.

ParanoiaIsGreat commented 2 years ago

Is this right? Didn't work. :( image

Now: image

And It's funny, I tried to change my win10 language to English before I post this and not work. :)

Lakifume commented 2 years ago

It did work, it's just that there are apparently more characters that cause issues. The error gives you the position of said character ("in position 11646") so keep replacing those until it works. Currently the next one is a weird "+" that can be replaced with a regular +.

ParanoiaIsGreat commented 2 years ago

Ok, I'll try more. Thx!

Lakifume commented 2 years ago

Once you're done you can report to me all the characters that needed to be changed so that I can do it on my end as well and put that in the next update download by default.

ParanoiaIsGreat commented 2 years ago

Of course, but how do I replace a ↓ down arrow? Can I just delete them in the "TUTORIAL_EXPLAIN" part? Or just change them to English character "Down Button"?

ParanoiaIsGreat commented 2 years ago

After I changed ↓ to Down Button, it seems works. Can you check it? It's 0:13 now in my time zone, need to sleep. Oh my win10 language is Chinese btw. I don't know if it works for a different language system. image True.Randomization.zip

Lakifume commented 2 years ago

Yep that's good, thanks