Translation Need help decrypting game binaries to extract text

  • Thread starter Thread starter ateliermae
  • Start date Start date
  • Views Views 2,154
  • Replies Replies 3

ateliermae

Member
Newcomer
Joined
Oct 15, 2022
Messages
10
Reaction score
9
Trophies
0
Age
30
Location
フランス🥐
XP
53
Country
France
Hi guys, we're currently trying to extract text from a Switch game made in unity (TMGS4), we found the text files but the text is encrypted in some binary files that turned out to be a lot of squares and gibberish. Do you guys know if there's a way to turn them back into japanese, or is it impossible? All the main text of the game is separated in 12,000 binary files.

Thanks and hope someone has the answer!
 
Japanese is usually encoded in UTF-8.
Most HEX editors just show the bytes but not the unicode text.
Just load a small text file into a text editor like Atom or Notepad++ and change the encoding to see if something shows up.
 
  • Like
Reactions: ateliermae
Japanese is usually encoded in UTF-8.
Most HEX editors just show the bytes but not the unicode text.
Just load a small text file into a text editor like Atom or Notepad++ and change the encoding to see if something shows up.
Hello! Thanks for your answer, I tried doing that in Notepad++ and only got this kind of result

https://i.imgur.com/dxbfPTm.png

Do you have any other idea?
 

Site & Scene News

Popular threads in this forum