Tou no Shita no Exercitus

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
dallahan
Posts: 2
Joined: Tue Oct 25, 2016 2:21 pm

Tou no Shita no Exercitus

Post by dallahan »

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
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Tou no Shita no Exercitus

Post by aluigi »

The situation is a bit more complex because it's not just an archive with files referenced in it:

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
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.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Tou no Shita no Exercitus

Post by aluigi »

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
dallahan
Posts: 2
Joined: Tue Oct 25, 2016 2:21 pm

Re: Tou no Shita no Exercitus

Post by dallahan »

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!
MerzZly
Posts: 6
Joined: Mon Dec 16, 2019 12:52 pm

Re: Tou no Shita no Exercitus

Post by MerzZly »

Better later than never. Tools for editing scripts and others.
[AVGEngineV2] Tools.zip
Contains: MwbExtractor, GxpPacker and gistool.

Image
Tags: mwb, gxp