Doom3 command line arguments: Difference between revisions
From The DarkMod Wiki
				
				
				Jump to navigationJump to search
				
				
Nbohr1more (talk | contribs) No edit summary  | 
				Nbohr1more (talk | contribs) No edit summary  | 
				||
| Line 27: | Line 27: | ||
== Examples ==  | == Examples ==  | ||
Linux:  | Linux TDM Doom 3 Mod 1.08 and older:  | ||
* <code>~/.doom3/darkmod/tdmlauncher.linux +seta r_fullscreen 0 +seta com_allowConsole 1</code>  | * <code>~/.doom3/darkmod/tdmlauncher.linux +seta r_fullscreen 0 +seta com_allowConsole 1</code>  | ||
Linux Darkmod 2.0 and newer:  | Linux Darkmod 2.0 Standalone and newer:  | ||
* <code>~/darkmod/thedarkmod.x64 +set fs_currentfm stlucia</code>  | * <code>~/darkmod/thedarkmod.x64 +set fs_currentfm stlucia</code>  | ||
Windows Darkmod 2.0 and newer:  | Windows Darkmod 2.0 Standalone and newer:  | ||
* <code>E:/darkmod/TheDarkModx64.exe +set fs_currentfm stlucia</code>  | * <code>E:/darkmod/TheDarkModx64.exe +set fs_currentfm stlucia</code>  | ||
Revision as of 01:03, 28 October 2022
This is a list of useful 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 TDM Doom 3 Mod 1.08 and older:
~/.doom3/darkmod/tdmlauncher.linux +seta r_fullscreen 0 +seta com_allowConsole 1
Linux Darkmod 2.0 Standalone and newer:
~/darkmod/thedarkmod.x64 +set fs_currentfm stlucia
Windows Darkmod 2.0 Standalone and newer:
E:/darkmod/TheDarkModx64.exe +set fs_currentfm stlucia