|
LumpMod is a command-line program for manipulating wad files. FunctionalityAddons for DOOM, DOOM 2, and other games based on the same engine usually come in the form of wad files, which can contain maps, sounds, music, graphics, and more. LumpMod provides a very raw interface for manipulating wad files. Lumps (entries within wad files) can be renamed, added, updated from a file, extracted to a file, or deleted. LumpMod can also print out a list of all the lumps in a wad file. Because of its command-line nature, LumpMod can be useful for calling from shell scripts or Windows batch files, or simply for tasks GUI editors make inconvenient. LumpMod's editing functions are totally raw; no conversion of images or sounds is implemented. AvailabilityA binary for Windows is available. LumpMod is ANSI C, so it can compile anywhere, but it makes the assumption that the "long" integer type is 32 bits and that numbers are stored in "little-endian" format. On a CPU where one of these assumptions is incorrect (for example, the AMD64 or PPC architectures), LumpMod won't work correctly. Download LumpMod
Contact graue@oceanbase.org if you have any questions or comments. |