The last faith demo
-
- Posts: 23
- Joined: Fri Jun 08, 2018 12:57 pm
The last faith demo
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?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: The last faith demo
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
-
- Posts: 88
- Joined: Sun Aug 18, 2019 1:33 am
Re: The last faith demo
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!
-
- Posts: 23
- Joined: Fri Jun 08, 2018 12:57 pm
Re: The last faith demo
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.
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?
-
- Posts: 88
- Joined: Sun Aug 18, 2019 1:33 am
Re: The last faith demo
I analyzed the game files here with protection and better wait for the game to launch and then see how to solve it!
-
- Posts: 23
- Joined: Fri Jun 08, 2018 12:57 pm
Re: The last faith demo
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.