|
NAMEbsp - node builder for WAD filesSYNOPSISbsp [ -blockmap {old|comp} ] [ -factor n ] [ -noreject ] [ -o file ] [ -picknode {traditional|visplane} ] [ -q ] fileDESCRIPTIONBSP builds the nodes and blockmap resources for all the levels in a WAD file. Levels created with level editors won't run without these resources.OPTIONS
SPECIAL EFFECTSBSP has some special effect features:If a linedef has a sector tag ≥ 900, then it is treated as "precious" and will not be split unless absolutely necessary. This is good to use around borders of deep water, invisible stairs, etc. Furthermore, just for a grin, if the lindef's tag is 999, then the sidedef's x-offset sets an angle adjustment in degrees to be applied — you can look straight at a wall, but it might come right at you on both sides and "stretch". BSP supports HOM-free transparent doors. Simply make the sector referenced by the doortracks have a sector tag of ≥ 900. The doortracks must the lowest numbered of all the linedefs that form the door. No need to remember sector numbers and type them in on a command line — just use any sector tag ≥ 900 to permanently mark the sector special. The special tag is not strictly necessary; it just prevents a flash of HOM at the top of the door when it opens or closes. See test-wads/transdor.wad for an example. SUPPORTED GAMESDoom, Ultimate Doom, Doom ][, Final Doom, Heretic and Strife.EXIT STATUS0 OK>0 Errors occurred BUGS/LIMITATIONSThis program will not build a good reject map, it will (unless -noreject is used) build a zero-ed one, where every sector is visible from any other sector. For the final release of a level, a reject map should be built using a suitable tool, such as RMB.The Hexen level format is not supported. AUTHORSBSP was written by Colin Reed and Lee Killough (killough@rsn.hp.com), based on an algorithm by Raphaël Quinet.Contributors include Simon "fraggle" Howard (compressed blockmap code), Oliver Kraus (endianness fixes), André Majorel (Unix port, man page) and Udo Munk (Unix port, man page, assorted hacks). BSP is currently maintained by Colin Phipps <cph@moria.org.uk>. SEE ALSOidbsp(6), warm(6), wreject(6), zennode(6).
Visit the GSP FreeBSD Man Page Interface. |