* -keepmodels in -bsp / _keepModels on worldspawn: keep misc_model entities in the BSP file after compile

This commit is contained in:
Garux
2023-08-17 19:22:21 +06:00
parent affe89e774
commit 1da9dbfea9
8 changed files with 35 additions and 20 deletions

View File

@@ -139,6 +139,7 @@ td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }
<li><strong><code>-flat</code>:</strong> Enable flat shading (good for combining with -celshader)</li>
<li><strong><code>-fulldetail</code>:</strong> Treat detail brushes as structural ones</li>
<li><strong><code>-keeplights</code>:</strong> Keep light entities in the BSP file after compile</li>
<li><strong><code>-keepmodels</code>:</strong> Keep misc_model entities in the BSP file after compile</li>
<li><strong><code>-leaktest</code>:</strong> Abort if a leak was found</li>
<li><strong><code>-maxarea</code>:</strong> Use Max Area face surface generation</li>
<li><strong><code>-meta</code>:</strong> Combine adjacent triangles of the same texture to surfaces (ALWAYS USE THIS)</li>