Releases: doomhack/GbaWadUtil
0.3
Binary release of Wad utility to generate wad files for GBA Doom.
Command line args:
-in : Doom IWAD file. Doom/Doom2/TNT/Plutonia.
-out : (Optional) GBA Wad file to output.
-cfile : (Optional) Output GBA Wad file as C code file. (Use this option for building GBA doom.)
-pwad <...>: (Optional) A list of PWADS to include.
Examples:
gbawadutil.exe -in C:\Doom\Doomu.wad -cfile C:\Doom\Doomu.gba.c
gbawadutil.exe -in C:\Doom\Doomu.wad -cfile C:\Doom\sigil.gba.c -pwad C:\Doom\sigil.wad
Changes in this version:
-Add bounding boxes to line_t objects.
0.2
Binary release of Wad utility to generate wad files for GBA Doom.
Command line args:
-in : Doom IWAD file. Doom/Doom2/TNT/Plutonia.
-out : (Optional) GBA Wad file to output.
-cfile : (Optional) Output GBA Wad file as C code file. (Use this option for building GBA doom.)
-pwad <...>: (Optional) A list of PWADS to include.
Examples:
gbawadutil.exe -in C:\Doom\Doomu.wad -cfile C:\Doom\Doomu.gba.c
gbawadutil.exe -in C:\Doom\Doomu.wad -cfile C:\Doom\sigil.gba.c -pwad C:\Doom\sigil.wad
Changes in this version:
-Added gbadoom.wad which includes custom graphics for GBA Doom.
0.1
Binary release of Wad utility to generate wad files for GBA Doom.
Command line args:
-in : Doom IWAD file. Doom/Doom2/TNT/Plutonia.
-out : (Optional) GBA Wad file to output.
-cfile : (Optional) Output GBA Wad file as C code file. (Use this option for building GBA doom.)
-pwad <...>: (Optional) A list of PWADS to include.
Examples:
gbawadutil.exe -in C:\Doom\Doomu.wad -cfile C:\Doom\Doomu.gba.c
gbawadutil.exe -in C:\Doom\Doomu.wad -cfile C:\Doom\sigil.gba.c -pwad C:\Doom\sigil.wad