* -json -pack -useflagnames: deduce surface/content flag values from their names in shaders.json (useful for conversion to a game with different flag values)

* -skipflags: while -useflagnames, skip unknown flag names
This commit is contained in:
Garux
2021-09-29 19:48:27 +03:00
parent ca09e63932
commit ff07c6e244
3 changed files with 103 additions and 7 deletions

View File

@@ -423,6 +423,8 @@ td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }
<li><strong><code>-json</code> ... filename.bsp:</strong> Export/import BSP to/from json text files for debugging and editing purposes</li>
<li><strong><code>-unpack</code>:</strong> Unpack BSP to json</li>
<li><strong><code>-pack</code>:</strong> Pack json to BSP</li>
<li><strong><code>-useflagnames</code>:</strong> While packing, deduce surface/content flag values from their names in shaders.json (useful for conversion to a game with different flag values)</li>
<li><strong><code>-skipflags</code>:</strong> While -useflagnames, skip unknown flag names</li>
</ul>
</div>