Describe the bug
VBSP recognizes -dumpstaticprop while in the docs/VBSP help text it is -dumpstaticprops (plural).
Also, the VBSP help text for this option has been merged into one line with the text for the -blocksize option.
To Reproduce
- Open any map in Hammer.
- Open the "Run Map [Advanced]" window.
- Specify the
-dumpstaticprops argument for $bsp_exe.
- The console will display the options help text and the compilation will not start.
Issue Map
Hammer (cool map btw)
Expected Behavior
To fix this, in vbsp.cpp add letter "s" at the end of "-dumpstaticprop" string.
Operating System
No response
Describe the bug
VBSP recognizes
-dumpstaticpropwhile in the docs/VBSP help text it is-dumpstaticprops(plural).Also, the VBSP help text for this option has been merged into one line with the text for the
-blocksizeoption.To Reproduce
-dumpstaticpropsargument for$bsp_exe.Issue Map
Hammer (cool map btw)
Expected Behavior
To fix this, in
vbsp.cppadd letter "s" at the end of"-dumpstaticprop"string.Operating System
No response