Lone Echo Command Line Arguments: Difference between revisions
From Echopedia
(Created page with "If you know what any of these arguments does, please add a description. * -novr ** Disable VR mode * -vrscale ** vr_scale - Scale VR resolution to improve performance * -smoothrotation ** Enable smooth rotation * -smoothroll ** Enable smooth roll * -teststart ** Start game then stop to test for memleaks * -usetouch ** Use touch controls for the game * -usevrsize ** Size the window to VR native resolution * -capture ** Run the game in a mode designe...") |
No edit summary |
||
Line 1: | Line 1: | ||
If you know what any of these arguments does, please add a description. | If you know what any of these arguments does, please add a description. | ||
* -novr | |||
** Disable VR mode | |||
* -vrscale | |||
* -vrscale | |||
** vr_scale - Scale VR resolution to improve performance | ** vr_scale - Scale VR resolution to improve performance | ||
* -smoothrotation | * -smoothrotation | ||
** Enable smooth rotation | ** Enable smooth rotation | ||
* -smoothroll | * -smoothroll | ||
** Enable smooth roll | ** Enable smooth roll | ||
* -teststart | * -teststart | ||
** Start game then stop to test for memleaks | ** Start game then stop to test for memleaks | ||
* -usetouch | * -usetouch | ||
** Use touch controls for the game | ** Use touch controls for the game | ||
* -usevrsize | * -usevrsize | ||
** Size the window to VR native resolution | ** Size the window to VR native resolution | ||
* -capture | * -capture | ||
** Run the game in a mode designed for recording with a capture device | ** Run the game in a mode designed for recording with a capture device | ||
* -mpmnu | * -mpmnu | ||
** Boot into multiplayer | ** Boot into multiplayer | ||
** Boot into multiplayer Menu | ** Boot into multiplayer Menu | ||
* -dumpstats | * -dumpstats | ||
** Dump perfstats after 60 sec and exit for automated perf collection | ** Dump perfstats after 60 sec and exit for automated perf collection | ||
* -usercfgpath | * -usercfgpath | ||
** Path where the usercfg is located | ** Path where the usercfg is located | ||
* -logpath | * -logpath | ||
** Path for the log file to go to | ** Path for the log file to go to | ||
* -reportcrashes | * -reportcrashes | ||
** Report crashes | ** Report crashes | ||
* -defaultsettings | * -defaultsettings | ||
** Force the game to auto-pick graphics settings | ** Force the game to auto-pick graphics settings | ||
* -lobbyid | * -lobbyid | ||
** ID of lobby to join on start | ** ID of lobby to join on start | ||
* -lobbyaddr | * -lobbyaddr | ||
** Address of lobby to create/join on start [create/join, ip:port, team] | ** Address of lobby to create/join on start [create/join, ip:port, team] | ||
* -publishgamedata | * -publishgamedata | ||
** Settings for publishing game data [alias, interval] | ** Settings for publishing game data [alias, interval] | ||
* -branding | * -branding | ||
** Enable arena branding (Intel, Oculus, ESL, VRCL) | ** Enable arena branding (Intel, Oculus, ESL, VRCL) | ||
** -brandingurl | ** -brandingurl | ||
* -language | * -language | ||
** The language id to use (text and audio) | ** The language id to use (text and audio) | ||
* -languagetext | * -languagetext | ||
** The language id to use for text | ** The language id to use for text | ||
* -languageaudio | * -languageaudio | ||
** The language id to use for audio | ** The language id to use for audio | ||
* -nomsaa | * -nomsaa | ||
** Disable MSAA | ** Disable MSAA | ||
* -msaa | * -msaa | ||
** msaa_mode - The MSAA mode to use | ** msaa_mode - The MSAA mode to use | ||
* -help | * -help | ||
* -crash | * -crash | ||
** Force .exe to crash | ** Force .exe to crash | ||
* -level | * -level | ||
* -startlevel | * -startlevel | ||
** level_name - Load a level to run | ** level_name - Load a level to run | ||
* -checkpoint | * -checkpoint | ||
** checkpoint_name | ** checkpoint_name | ||
* -startcheckpoint | * -startcheckpoint | ||
** Active checkpoint to load into | ** Active checkpoint to load into | ||
* -nolevelloads | * -nolevelloads | ||
** Prohibit level loads | ** Prohibit level loads | ||
* -noaudio | * -noaudio | ||
** Disable audio | ** Disable audio | ||
* -speakersetup | * -speakersetup | ||
** speaker_setup - Speaker setup (stereo/5point1) | ** speaker_setup - Speaker setup (stereo/5point1) | ||
*** stereo | *** stereo | ||
Line 100: | Line 99: | ||
*** speakers | *** speakers | ||
*** headphones | *** headphones | ||
* -panningrule | * -panningrule | ||
** panning_rule - Panning rule (speakers/headphones) | ** panning_rule - Panning rule (speakers/headphones) | ||
* -defaultports | * -defaultports | ||
** Turns off dynamic ports for Wwise | ** Turns off dynamic ports for Wwise | ||
* -datadir | * -datadir | ||
** data_dir - Set an alternative to _data to load data from | ** data_dir - Set an alternative to _data to load data from | ||
* -nosymbollookup | * -nosymbollookup | ||
** Do not use symbol lookup | ** Do not use symbol lookup | ||
* -fullscreen | * -fullscreen | ||
** Starts the game in fullscreen mode | ** Starts the game in fullscreen mode | ||
* -display | * -display | ||
** Specifies the index of the display used for fullscreen mode | ** Specifies the index of the display used for fullscreen mode | ||
* -adapter | * -adapter | ||
** Specifies the index of the GPU to use | ** Specifies the index of the GPU to use | ||
* -fullscreen_res | * -fullscreen_res | ||
** Sets the target fullscreen resolution | ** Sets the target fullscreen resolution | ||
*-devflow | |||
**Loads into multiplayer menu, Nothing else is documented when using the command |
Revision as of 21:49, 5 January 2023
If you know what any of these arguments does, please add a description.
- -novr
- Disable VR mode
- -vrscale
- vr_scale - Scale VR resolution to improve performance
- -smoothrotation
- Enable smooth rotation
- -smoothroll
- Enable smooth roll
- -teststart
- Start game then stop to test for memleaks
- -usetouch
- Use touch controls for the game
- -usevrsize
- Size the window to VR native resolution
- -capture
- Run the game in a mode designed for recording with a capture device
- -mpmnu
- Boot into multiplayer
- Boot into multiplayer Menu
- -dumpstats
- Dump perfstats after 60 sec and exit for automated perf collection
- -usercfgpath
- Path where the usercfg is located
- -logpath
- Path for the log file to go to
- -reportcrashes
- Report crashes
- -defaultsettings
- Force the game to auto-pick graphics settings
- -lobbyid
- ID of lobby to join on start
- -lobbyaddr
- Address of lobby to create/join on start [create/join, ip:port, team]
- -publishgamedata
- Settings for publishing game data [alias, interval]
- -branding
- Enable arena branding (Intel, Oculus, ESL, VRCL)
- -brandingurl
- -language
- The language id to use (text and audio)
- -languagetext
- The language id to use for text
- -languageaudio
- The language id to use for audio
- -nomsaa
- Disable MSAA
- -msaa
- msaa_mode - The MSAA mode to use
- -help
- -crash
- Force .exe to crash
- -level
- -startlevel
- level_name - Load a level to run
- -checkpoint
- checkpoint_name
- -startcheckpoint
- Active checkpoint to load into
- -nolevelloads
- Prohibit level loads
- -noaudio
- Disable audio
- -speakersetup
- speaker_setup - Speaker setup (stereo/5point1)
- stereo
- 5point1
- speakers
- headphones
- speaker_setup - Speaker setup (stereo/5point1)
- -panningrule
- panning_rule - Panning rule (speakers/headphones)
- -defaultports
- Turns off dynamic ports for Wwise
- -datadir
- data_dir - Set an alternative to _data to load data from
- -nosymbollookup
- Do not use symbol lookup
- -fullscreen
- Starts the game in fullscreen mode
- -display
- Specifies the index of the display used for fullscreen mode
- -adapter
- Specifies the index of the GPU to use
- -fullscreen_res
- Sets the target fullscreen resolution
- -devflow
- Loads into multiplayer menu, Nothing else is documented when using the command