hi, i have a problem with files that i think its some kind of archive which stores all txt scripts for the game Tou no Shita no Exercitus
http://www.mediafire.com/file/ag3aylaw1ymxljz/moacode.mwb
Tou no Shita no Exercitus
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Tou no Shita no Exercitus
The situation is a bit more complex because it's not just an archive with files referenced in it:
The script decompresses the mwb file which contains various text filenames but there are no real text files in it (maybe compiled scripts?), you can check it with a hex editor.
Code: Select all
idstring "ZMOA"
getdstring ZERO 0xc
get DUMMY long # 0x64
get SIZE long
get ZSIZE long
savepos OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Tou no Shita no Exercitus
I searched the name of the file you provided on Google and found something interesting (probably you already know it):
http://forums.fuwanovel.net/topic/4887- ... d/?page=16
http://forums.fuwanovel.net/topic/4887- ... d/?page=16
-
- Posts: 2
- Joined: Tue Oct 25, 2016 2:21 pm
Re: Tou no Shita no Exercitus
yeah i found that too.. trouble is that when i hex text to tranlate it game won't accept it and then crash
well at least i know that there is no txt files there) thanks!
well at least i know that there is no txt files there) thanks!
-
- Posts: 6
- Joined: Mon Dec 16, 2019 12:52 pm