Skip to content

Releases: doomhack/GbaWadUtil

0.3

15 Dec 21:31
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release

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

12 Dec 21:08
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

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

11 Dec 20:35
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

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