-
Notifications
You must be signed in to change notification settings - Fork 20
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
About ebm to sqlite #4
Comments
Without looking into specifics, I would imagine it's an encoding issue. Can you provide a screenshot/video or transcription of the 080 scene so I can see what it should be? |
The 6th text should be "因為是蘋果園的工作,所以我認為這是最適合愛絲卡他們的第一份工作。" |
May I have a question, I am trying to translate this game's ps vita version into Chinese. I think all the story text files are in psarc file, is it right? I found someone said that many game's text is stored in eboot.bin file. How about this game? |
No idea about text being in the eboot for the Vita version, but it wouldn't surprise me, other Gust games also have some text in the main executable. I looked into this and I'm afraid I'm not really finding the correct decoding. The data definitely looks like it should be UTF8, with its three-byte blocks starting with 0xE_, but decoding as UTF8 results in nonsense. Maybe they're using a custom encoding, hard to say, but it's weird that other files decode correctly then. |
Thank you for replying me. |
https://drive.google.com/open?id=1DW9RypAtLS_p-5DCLcKr_Dj-DSVXR159
Hello, Admiral Curtiss. I am sorry to trouble you.
There are two ebm files from one game Atelier Escha & Logy Plus plus ps3 asian version.
The one which identifier is 111 can be decoded to sqlite and show right text characters, but the other one which identifier is 080 can be decoded to sqlite but can not show right text characters, it gets meesy codes.
I have tried a few files, I found that when identifier is 0xx, it can not show right text characters, when identifier is 1xx, everything goes well.
The text was updated successfully, but these errors were encountered: