-
Notifications
You must be signed in to change notification settings - Fork 39
configuration
Spencer Brown edited this page Mar 14, 2024
·
3 revisions
The postcompiler accepts a number of arguments:
Parameter | Description |
---|---|
--dumpgroups |
If enabled, a VMF named mapname_propcombine_reject.vmf will be generated containing copies of all props that failed to combine. This allows easier identification of these props. |
--nopack |
If specified, automatic packing is disabled. Generated files (such as propcombine, prop ropes, etc) disregard this option. |
--propcombine |
Enables the propcombine functionality. |
--regenerate |
If enabled all resources will be regenerated from scratch. |
--verbose |
Produce DEBUG logging messages. |
--nosaving |
If specified, all changes will be discarded and the BSP will be left unmodified. This is mainly useful for testing the code. |
-game , --game
|
Allows passing the folder containing gameinfo.txt. If specified, overrides srctools.vdf . |