* -maxmapdrawsurfs <N>: Sets max amount of mapDrawSurfs, used during .map compilation (-bsp, -convert), default = 131072

This commit is contained in:
Garux
2024-02-15 22:35:58 +06:00
parent 2721cca15b
commit 20a9afcd1d
8 changed files with 15 additions and 7 deletions

View File

@@ -114,6 +114,7 @@ td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }
<li><strong><code>-fs_homepath</code> path:</strong> Sets the given path as the game home directory name (fs_home + fs_homebase)</li>
<li><strong><code>-fs_pakpath</code> path:</strong> Specify a package directory (can be used more than once to look in multiple paths)</li>
<li><strong><code>-game</code> gamename:</strong> Load settings for the given game (default: quake3), -help -game lists available games</li>
<li><strong><code>-maxmapdrawsurfs</code> N:</strong> Sets max amount of mapDrawSurfs, used during .map compilation (-bsp, -convert), default = 131072</li>
<li><strong><code>-subdivisions</code> F:</strong> multiplier for patch subdivisions quality</li>
<li><strong><code>-threads</code> N:</strong> number of threads to use</li>
<li><strong><code>-v</code>:</strong> Verbose mode</li>