The last faith demo

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
falta
Posts: 23
Joined: Fri Jun 08, 2018 12:57 pm

The last faith demo

Post by falta »

I can't find the language file for this game. I mean, I found a file, but when I open it with notepad, the text is broken. Also, when I open it with Unitytext, no text comes out. Anyone have any other ideas?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: The last faith demo

Post by aluigi »

I think the embedded unity file in it has more than one trick (like "anity" instead of "Unity"), anyway try this script and check if you can open the generated unity file:

Code: Select all

get NAMESZ long
getdstring NAME NAMESZ
get SIZE long
savepos OFFSET
log MEMORY_FILE OFFSET SIZE
putvarchr MEMORY_FILE 0 'U'
log NAME 0 SIZE MEMORY_FILE
jonastraducoes
Posts: 88
Joined: Sun Aug 18, 2019 1:33 am

Re: The last faith demo

Post by jonastraducoes »

falta wrote:I can't find the language file for this game. I mean, I found a file, but when I open it with notepad, the text is broken. Also, when I open it with Unitytext, no text comes out. Anyone have any other ideas?


Hello, falta!
I translate computer games and I have experience in translating games with the Unity engine!
I am very interested in translating this game!
But I don't have the demo!
I can help you, but I need all the game files!
Give me your discord, so we can talk!
falta
Posts: 23
Joined: Fri Jun 08, 2018 12:57 pm

Re: The last faith demo

Post by falta »

aluigi wrote:I think the embedded unity file in it has more than one trick (like "anity" instead of "Unity"), anyway try this script and check if you can open the generated unity file:

Code: Select all

get NAMESZ long
getdstring NAME NAMESZ
get SIZE long
savepos OFFSET
log MEMORY_FILE OFFSET SIZE
putvarchr MEMORY_FILE 0 'U'
log NAME 0 SIZE MEMORY_FILE




If you are talking about the file I sent, the result is the same.

Image


if you're talking about data.unity3d, i already opened it with Assets Bundle Extractor. Was I supposed to use the script you provided in a different way than these, I don't understand?
jonastraducoes
Posts: 88
Joined: Sun Aug 18, 2019 1:33 am

Re: The last faith demo

Post by jonastraducoes »

I analyzed the game files here with protection and better wait for the game to launch and then see how to solve it!
falta
Posts: 23
Joined: Fri Jun 08, 2018 12:57 pm

Re: The last faith demo

Post by falta »

jonastraducoes wrote:I analyzed the game files here with protection and better wait for the game to launch and then see how to solve it!



Of course. But I still wanted to look already.