Where are the language files of this game? I checked all files but all i can find bunch of "encrypted" things. I never saw encrypted text file in an unity game before so i wanted to ask you.
Here are the files:
https://www120.zippyshare.com/v/QV3nNfxK/file.html - resources.assets
https://www120.zippyshare.com/v/cyR70Aeh/file.html - shaderassets0.assets
https://www120.zippyshare.com/v/0h7aYS6S/file.html - shaderassets1.assets
https://www120.zippyshare.com/v/p1cyLN5I/file.html - level0
https://www120.zippyshare.com/v/OjOAxnS9/file.html - level1 (just level0 and level1)
i am suspecting from this file which i extracted from resources.assets >> https://www120.zippyshare.com/v/quXCxcU7/file.html
I tried UABE and UnityEX
Also there are 3 .resource files. 2 of them FSB5 (audio) and 1 of them ftypmp42 which is some kind of video structure i think?
Reigns - Game of Thrones (Unity Game)
-
- Posts: 39
- Joined: Thu Aug 04, 2016 8:03 pm
Reigns - Game of Thrones (Unity Game)
Last edited by Qnoops on Sun Oct 21, 2018 10:57 am, edited 1 time in total.
-
- Posts: 6
- Joined: Fri Oct 19, 2018 10:26 pm
Re: Reigns - Game of Thrones
I also would like to know that. Any help?
-
- Posts: 165
- Joined: Wed Aug 13, 2014 10:00 am
Re: Reigns - Game of Thrones (Unity Game)
That cards_gameplay.txt file is encoded in Base64 format. Try some online tools or command line tool https://sourceforge.net/projects/base64/
Code: Select all
Usage example
b64 -d cards_gameplay.txt dec_cards_gameplay.txt
-
- Posts: 39
- Joined: Thu Aug 04, 2016 8:03 pm
Re: Reigns - Game of Thrones (Unity Game)
MerlinSVK to the rescue! Thanks!