Well the wait is finally over! I present to you the GBA Doom II Modding Tools!
The tools are programmed in Blitzmax (because it's the programming language I know best).
I have to give credit to Magicteam for handing me their custom tool they used for making the translation patch. Despite that being too unfinished to be usable, it was a massive help to understand the filenames, find out what parts belong to textures/flats/sprites etc.
The source code helped me find offsets but other than that I didn't understand it however the compiled GUI tool was a massive help.
So what about these tools? What can they do?
What tools are included in here?
Alright so what dosen't the Tools support?
If you want to know about the file formats, how the gba rom stores stuff, or what the command lines are.
I've put a Documentation.txt file in there describing lots of stuff.
For now mostly everything is a command line tool, so I recommend combining this for now with the russian GUI tool. Just so you would know if you recompiled output roughly was.
I plan on replacing the Recompile and Decompile tools with a single GUI tool eventually that can also view stuff on the fly.
Anyhow have some screenshots!
Anyway have fun!
If you appreciate the few months of work put into this, you can always Donate and help me host this website. c:
Check the attachments below for the ZIP Download.
The tools are programmed in Blitzmax (because it's the programming language I know best).
I have to give credit to Magicteam for handing me their custom tool they used for making the translation patch. Despite that being too unfinished to be usable, it was a massive help to understand the filenames, find out what parts belong to textures/flats/sprites etc.
The source code helped me find offsets but other than that I didn't understand it however the compiled GUI tool was a massive help.
So what about these tools? What can they do?
Code:
*Modify, View & Extract in-game Sprites/Textures/Flats
*Modify, View & Extract raw graphics, such as the Hud.
*Modify, View & Extract rom Palettes.
*Convert all above to and from .PNG files
*Modify, View & Extract sounds (partially as of 0.1-0.2 Beta).
What tools are included in here?
Code:
Decompile.exe - Rips all the content defined in the bin folder, to extract them from the "DoomII.gba" rom to filetypes in the "\Decompile" folder
Recompile.exe - Gets all the changed files from the \Recompile folder and turns it back into a rom as "DoomII_Recomp.gba"
PaletteViewer.exe - For viewing decompiled/recompiled *.D2P Files
GraphicViewer.exe - For viewing decompiled/recompiled *.D2T and *.D2I Files
D2-TO-PNG.exe - Converts all Textures/Sprites/Flats/Images/Palettes from the Decompile folder into PNG format. They are exported to the "Decompile\PNG" folder.
PNG-TO-D2.exe - Same as above but the other way around. They are exported to the "Recompile\" folder. It loads files from the "Decompile\PNG" folder.
Rom Viewer.exe - Shows the rom with the raw byte data turning into colours from the palette, useful for finding graphics.
Alright so what dosen't the Tools support?
Code:
* As of 0.1-0.2 Beta, only a few sounds can be altered as I haven't finished defining them.
*Doesn't support compressed graphics, the intermission screen uses this for example.
*Doesn't support native GBA Sprites, which is used for the players FPS guns, game menus, and text.
*Doesn't support altering skies, but can be easily supported in a future update though.
*In-game mini text, because I simply haven't defined them yet.
*Rearranging YSTART/YSTOP values for sprites. Added to 0.2 Beta
If you want to know about the file formats, how the gba rom stores stuff, or what the command lines are.
I've put a Documentation.txt file in there describing lots of stuff.
For now mostly everything is a command line tool, so I recommend combining this for now with the russian GUI tool. Just so you would know if you recompiled output roughly was.
I plan on replacing the Recompile and Decompile tools with a single GUI tool eventually that can also view stuff on the fly.
Anyhow have some screenshots!
Anyway have fun!
If you appreciate the few months of work put into this, you can always Donate and help me host this website. c:
Check the attachments below for the ZIP Download.
Attachments
Last edited: