temporaryuser381 Posted September 26, 2015 Posted September 26, 2015 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 Quote
temporaryuser381 Posted September 26, 2015 Author Posted September 26, 2015 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? Quote
MerzZly Posted December 10, 2019 Posted December 10, 2019 (edited) 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 P.s. someone worked on reversing the file, but it looks like he dropped it: https://github.com/Lugia1101/AVGEngineV2-Tools Edited December 10, 2019 by MerzZly Quote
MerzZly Posted December 16, 2019 Posted December 16, 2019 (edited) Tools for editing scripts and others: https://mega.nz/#!daIVkaDZ!dGNh7ZZBn9o0ZnUhBvCuD-0__8Skqueb3Gxj9m1SGUg Contains: MwbExtractor, GxpPacker and gistool. Spoiler Mirror: https://www.mediafire.com/file/15ik37isegomhv9/[AVGEngineV2]_Tools.zip/file Tags: mwb, gxp Edited December 27, 2019 by MerzZly Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.