bspinfo#

bspinfo - print basic information about a Quake BSP file

Synopsis#

bspinfo BSPFILE

Description#

bspinfo will print a very basic summary of the internal data in BSPFILE. The BSP version number is printed, followed by one line for each of the data types inside, giving the count and data size in bytes of each data type.

If the filename BSPFILE does not have a .bsp extension, bsputil will look for a .bsp file by stripping the file extension from BSPFILE (if any) and appending “.bsp”.

Author#

Kevin Shanahan (aka Tyrann) - http://disenchant.net
Eric Wasylishen
Based on source provided by id Software

Reporting Bugs#

Improvements to the documentation are welcome and encouraged.