-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi. I am translating the game into another language, and I wanted to replace the text in the game's configs files. These are the files like json_language_en.json.dat, whose header is encrypted in an unknown way, and I need to learn how to format it in order for the game to work.
48 bytes of header. And I deciphered the rest of the text using this repository
\x00/o\xfeA\xaby\xe7{\xb91\x9a\xc7\x9e\x83\x05>@\xb0\x80\xf4V\xf8\x96i\x85q\xd4\xeb:\xaf]+\xe5\x92\xeb\xe9\xa3\t\xae\xf8`6\xf6\xf3KM\xd8\xff\r\x00\xc8\xff\x98\xceGN\x89\x19\xa6\xaf\xc4\xcd\xb1_en",\r\n [\r\n ["language_10000001",""],\r\n ["language_10000002","Storm Visitors"],\r\n ["language_10000003","Log in for 7 days in total to claim all"]
I have read in previous issues that this has something to do with AES keys and RSA public keys that appear to be obtained online. Unfortunately, I do not know how to obtain these keys.
I would greatly appreciate any information on this matter.