Jump to content

Help with [Astronauts] Tou no Shita no Exercitus Script


Recommended Posts

Hi guys, how are you? I am currently trying to create an interface patch for new Astronauts game 'Tou no Shita no Exercitus'. I have used arc_conv to extract files from gxp archives. Currently there are following archive in game installation direction:

  • bgms.gxp (Background music)
  • bincode.gxp (? two files containing list of game file paths, like cg, music and stuff)
  • cg.gxp (game Cg, event cg, ui cg, character sprites)
  • data.gxp (game fonts, card, character, skill, enemy details, maps and other texture, UI Buttons and other)
  • patch01.gxp (version 1.01 update patch related stuff)
  • system.gxp (?)
  • voices.gxp (character voices)

I am currently trying to translate dialog message that appear in game like choices, instructions, tutorials etc. But I cannot find where is the text for those is present, also I cannot find scripts for game.  I've also tried to use Resource hacker with game exe but It isn't showing any text strings inside executable.

 

Can anybody help me with this. Were can I find game scripts (text) and how? Any help would be much appreciated. Thanx

Link to comment
Share on other sites

Ok it looks like scripts are in bincode.gxp. This archive contains two file:

  • moacode.mwb
  • modlist.dat (This contains list of all files inside moacode.mwb)

Sample line from modlist.dat is

 

C:/Users/kusu/Desktop/塔の下の/塔の下のエクセルキトゥス_開発環境(150717)/最新環境0810_エクストラ有り - コピー/scripts/egs_avg_loop.txt    130838434429606068
C:/Users/kusu/Desktop/塔の下の/塔の下のエクセルキトゥス_開発環境(150717)/最新環境0810_エクストラ有り - コピー/scripts/egs_deckedit_start.txt    130808035560000000
C:/Users/kusu/Desktop/塔の下の/塔の下のエクセルキトゥス_開発環境(150717)/最新環境0810_エクストラ有り - コピー/scripts/egs_dungeon_abort.txt    130834055640000000
C:/Users/kusu/Desktop/塔の下の/塔の下のエクセルキトゥス_開発環境(150717)/最新環境0810_エクストラ有り - コピー/scripts/egs_dungeon_exit.txt    130838302266999280
C:/Users/kusu/Desktop/塔の下の/塔の下のエクセルキトゥス_開発環境(150717)/最新環境0810_エクストラ有り - コピー/scripts/egs_dungeon_start.txt    130821444100000000

 

But moacode.mwb is binary and I can't open it with text editor. I tried opening it with hex editor but it looks like it is another archive file. Can anybody help me extract this archive?

Link to comment
Share on other sites

  • 4 years later...

I used http://aluigi.altervista.org/mytoolz.htm#offzip and extracted one decompressed file. But what to do next? It contains readable filenames, commands and text, but also binary data.

Spoiler

cRRI8da.png

P.s. someone worked on reversing the file, but it looks like he dropped it: https://github.com/Lugia1101/AVGEngineV2-Tools

Edited by MerzZly
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...