Realm Royale file Lang_Int.dat
-
- Posts: 35
- Joined: Sat May 08, 2021 2:07 am
Realm Royale file Lang_Int.dat
I would like to translate the online game Realm Royale, the text is inside a file called lang_int.dat. Can someone create a script for me?-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Realm Royale file Lang_Int.dat
For sure it's obfuscated using XOR and the byte 0x2a, after that the unicode text is visible. Editing it is obviously a different task, maybe already exist tools for it (I don't know).
-
- Posts: 35
- Joined: Sat May 08, 2021 2:07 am
Re: Realm Royale file Lang_Int.dat
It worked, thanks.