bsputil#
bsputil - utiltiy for working with Quake BSP files
Synopsis#
bsputil [OPTION]… BSPFILE
Description#
bsputil is a small utility for basic manipulation of Quake BSP files.
Options#
- --extract-textures#
Extract the texture data from BSPFILEand create a Quake WAD file. The output filename is generated from BSPFILEby stripping the .bsp extension and adding the .wad extension.
- --extract-entities#
Extract the entity data from BSPFILEand create a plain text .ent file. The output filename is generated from BSPFILE by stripping the .bsp extension and adding the .ent extension.
- --check#
Load BSPFILEinto memory and run a set of tests to check that all internal data structures are self-consistent. Currently the tests are very basic and not all warnings will result in errors from all versions of the Quake engine. This option is not targeted at level designers, but is intended to assist with development of the qbsp tool and check that a “clean” bsp file is generated.
Reporting Bugs#
Copyright#
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.