mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-03-03 17:25:27 +03:00
Merge pull request #393 from Unusuario2/documented-some-vbsp-options
Documented some vbsp options.
This commit is contained in:
commit
92dba94f6d
@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user