Vbspinfo: Difference between revisions
Jump to navigation
Jump to search

Bug:
Will crash if an invalid input is used. [todo tested in ?]
m (Nesciuse moved page Vbspinfo/en to Vbspinfo without leaving a redirect: Move en subpage to basepage) |
SirYodaJedi (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{LanguageBar}} | {{LanguageBar}} {{source topicon}} {{toc-right}} | ||
{{source topicon}} | |||
{{toc-right}} | |||
[[Vbspinfo]] is a command-line tool that dumps information and, if specified, lumps from a [[BSP]] map file. It dumps information usually seen at the end of a [[Hammer]] compile log.{{Bug|{{csgo}} Will crash if an invalid input is used.}} | [[Vbspinfo]] is a command-line tool that dumps information and, if specified, lumps from a [[BSP]] map file. It dumps information usually seen at the end of a [[Hammer]] compile log.{{Bug|{{csgo}} Will crash if an invalid input is used.}} | ||
Revision as of 07:58, 29 August 2024


Vbspinfo is a command-line tool that dumps information and, if specified, lumps from a BSP map file. It dumps information usually seen at the end of a Hammer compile log.


Syntax
vbspinfo [parameters] <bspfile>
Parameters
-treeinfo
- Dumps BSP tree information.
-worldtexturestats
- Dumps a list of textures used on brush surfaces and the number of surfaces each texture is used on.
-modelstats
- Dumps a list of models used in the map and the number of times each model is used.
-X[lump ID]
- Dumps a map lump with the specified ID. E.g.,
-X0
dumps the entity lump. A list of lump IDs can be found here.Note:The .lmp file will be created in the same directory as the input .bsp.
-size
- Dumps the worldmodel bounds of the BSP, with and without skybox.
See also
- VBSP2, a similar BSP analysis tool.
|