Doom3 command line arguments: Difference between revisions
From The DarkMod Wiki
				
				
				Jump to navigationJump to search
				
				
 add  | 
				 add link  | 
				||
| Line 30: | Line 30: | ||
* <code>/usr/local/bin/doom3 +seta r_fullscreen 0 +seta com_allowConsole 1 +set fs_game darkmod</code>  | * <code>/usr/local/bin/doom3 +seta r_fullscreen 0 +seta com_allowConsole 1 +set fs_game darkmod</code>  | ||
== Weblinks ==  | |||
* [http://www.tweakguides.com/Doom3_8.html Full list of all variables]  | |||
{{documentation}}  | {{documentation}}  | ||
Revision as of 20:48, 23 October 2007
This is a list of usefull settings that can be specified on the Doom 3 command line to make shortcuts for starting Doom 3 in the desired state:
| Variable | Values & Description | 
|---|---|
| com_allowConsole | 1/0 - enable/disable the in-game console | 
| com_showFPS | 1/0 - enable/disable the FPS (frames per second() display | 
| fs_game | select the named mod, a good value is "darkmod" :) | 
| r_fullscreen | 1/0 - use fullscreen/window display | 
Examples
Linux:
/usr/local/bin/doom3 +seta r_fullscreen 0 +seta com_allowConsole 1 +set fs_game darkmod