documented-some-vbsp-options

This commit is contained in:
david krekic 2025-02-10 22:02:59 +01:00
parent 7976a21b51
commit a7307f2049

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
);
}