Merge pull request #393 from Unusuario2/documented-some-vbsp-options

Documented some vbsp options.
This commit is contained in:
Blixibon 2025-02-28 15:04:00 -06:00 committed by GitHub
commit 92dba94f6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1354,6 +1354,15 @@ int RunVBSP( int argc, char **argv )
" -replacematerials : Substitute materials according to materialsub.txt in content\\maps\n"
" -FullMinidumps : Write large minidumps on crash.\n"
" -nohiddenmaps : Exclude manifest maps if they are currently hidden.\n"
#ifdef MAPBASE
" -defaultcubemap : Makes a dummy cubemap.\n"
" -skyboxcubemap : Makes a skybox cubemaps for LDR cubemaps. (HDR skybox cubemaps are not supported)\n"
" -defaultcubemapres : Sets the dummy cubemap resolution. (Default 32)\n"
" -defaultproppermodelsstatic : Inserts propper_model into the level.\n"
" -strippropperentities : Strip out any entities with 'propper_' in their classname, as they don't actually exist in-game.\n"
" -scripting : Vscript vbsp system.\n"
" -doc : Prints all the related documentation of vbsp Vscript.\n"
#endif
);
}