ericw-tools/docs/bspinfo.rst

54 lines
1.2 KiB
ReStructuredText

NAME
====
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
==============
| Please post bug reports at
https://github.com/ericwa/ericw-tools/issues.
| Improvements to the documentation are welcome and encouraged.
COPYRIGHT
=========
| Copyright (C) 2017 Eric Wasylishen
| Copyright (C) 2013 Kevin Shanahan
| Copyright (C) 1997 id Software
| License GPLv2+: GNU GPL version 2 or later
| <http://gnu.org/licenses/gpl2.html>.
This is free software: you are free to change and redistribute it. There
is NO WARRANTY, to the extent permitted by law.
SEE ALSO
========
**qbsp**\ (1) **light**\ (1) **vis**\ (1) **bsputil**\ (1)
**quake**\ (6)