Both sides previous revisionPrevious revisionNext revision | Previous revision |
notes:game_command-line_arguments [2023/10/22 15:40] – [Dota 2] Sean Rhone | notes:game_command-line_arguments [2024/08/13 18:26] (current) – removed Sean Rhone |
---|
====== Engines ====== | |
| |
===== Unity ===== | |
| |
* https://docs.unity3d.com/Manual/PlayerCommandLineArguments.html | |
| |
* ''-nolog'' seems generally safe | |
* :!: Forcing D3D12 or Vulkan is expected to crash most applications that don't explicitly support it | |
| |
<code>-nolog</code> | |
| |
====== Steam ====== | |
| |
* [[https://steamcommunity.com/discussions/forum/0/1743342647556802646/#c1743342647559141217|-fulldesktopres]] | |
* [[https://steamcommunity.com/discussions/forum/1/1735465524702746586/#c1735465524702796023|-silent]] | |
* Add to desktop Steam shortcut as ''Steam.exe -fulldesktopres -silent'' | |
* ''-fulldesktopres'' allows Big Picture mode to use the full desktop resolution, specifically anything above 1080p | |
* ''-silent'' starts Steam up silently without any log-in prompts, and starts it in the system tray | |
| |
<code>-fulldesktopres -silent</code> | |
| |
===== Autostart ===== | |
| |
**** | |
| |
<code> | |
%appdata%\Microsoft\Windows\Start Menu\Programs\Startup</code> | |
| |
====== Age of Empires II: Definitive Edition ====== | |
| |
**** | |
| |
<code>SKIPINTRO DEBUGSPEEDS</code> | |
| |
====== American Truck Simulator ====== | |
| |
* [[https://steamdb.info/app/270880/config/|SteamDB]] | |
| |
===== Oculus ===== | |
| |
* :!: ''-oculus'' requires the ''oculus'' Beta branch | |
* :!: Don't use with ALVR or Virtual Desktop | |
| |
<code>-oculus -nointro</code> | |
| |
===== OpenVR ===== | |
| |
* :!: ''-openvr'' requires the ''oculus'' Beta branch | |
* For use with ALVR and Virtual Desktop | |
| |
<code>-openvr -nointro</code> | |
| |
====== Beat Saber ====== | |
| |
* :!: This is required to use native Oculus mode for Beat Saber on Steam | |
* :!: Don't use with ALVR or Virtual Desktop | |
| |
<code>-vrmode oculus -nolog</code> | |
| |
====== Blade & Sorcery ====== | |
| |
* [[https://steamdb.info/app/629730/config/|SteamDB]] | |
* :!: Don't use with ALVR or Virtual Desktop | |
| |
<code>-vrmode Oculus -nolog</code> | |
| |
====== Counter-Strike: Global Offensive ====== | |
| |
**** | |
| |
<code>-tickrate 128 -novid</code> | |
| |
====== Dota 2 ====== | |
| |
* Seemingly stops random crashing on Intel UHD 630 | |
| |
<code>-vulkan_disable_steam_shader_cache -vulkan_disable_graphics_pipeline_library</code> | |
| |
====== Guild Wars ====== | |
| |
* Expects [[https://github.com/ChthonVII/dsoal-GW1|DSOAL-GW1]] to be installed | |
| |
<code>-lodfull -dsound -email x -password x -character "x"</code> | |
| |
===== Linux ===== | |
| |
**** | |
| |
<code>RADV_TEX_ANISO='16' WINEDLLOVERRIDES='dsound=n' %command% -lodfull -dsound -email x -password x -character "x"</code> | |
| |
====== Guild Wars 2 ====== | |
| |
**** | |
| |
<code>-provider Portal -autologin</code> | |
| |
====== Half-Life: Alyx ====== | |
| |
* [[https://www.pcgamingwiki.com/wiki/Half-Life:_Alyx|PCGamingWiki]] | |
| |
* 2x MSAA | |
* Vulkan | |
* Spectator window disabled | |
| |
<code>-console -vulkan -vconsole +vr_msaa 2 +vr_fidelity_level_auto 0 +vr_fidelity_level 3 -nowindow</code> | |
| |
===== Other ====== | |
| |
<code>+volume_fog_disable 1</code> | |
| |
====== Path of Exile ====== | |
| |
* [[https://pathofexile.gamepedia.com/Launch_options|Path of Exile Wiki]] | |
| |
<code>--nologo --waitforpreload</code> | |
| |
====== Pavlov VR ====== | |
| |
* [[https://steamdb.info/app/555160/config/|SteamDB]] | |
* :!: Don't use with ALVR or Virtual Desktop | |
| |
<code>-OculusNative</code> | |
| |
====== Project CARS 3 ====== | |
| |
* https://steamcommunity.com/app/958400/discussions/0/2952628008343704603/#c2952629278006826550 | |
| |
<code>-nocrowds</code> | |
| |
====== Non-Steam ====== | |
| |
===== Diablo (DevilutionX) ===== | |
| |
<code>"C:\Program Files\devilutionx\devilutionx.exe"</code> | |
| |
<code>Diablo</code> | |
| |
===== osu! ===== | |
| |
<code>"%localappdata%\osu!\osu!.exe"</code> | |
| |
<code>osu!</code> | |
| |
===== Battle.net ===== | |
| |
* See [[notes:battle.net_launcher_uris|Battle.net Launcher URIs]] for more | |
| |
==== Diablo II: Resurrected ==== | |
| |
<code>"C:\Program Files (x86)\Battle.net\Battle.net Launcher.exe"</code> | |
| |
<code>Diablo II: Resurrected</code> | |
| |
<code>--exec="launch OSI"</code> | |
| |
==== Diablo Immortal ==== | |
| |
<code>"C:\Program Files (x86)\Battle.net\Battle.net Launcher.exe"</code> | |
| |
<code>Diablo Immortal</code> | |
| |
<code>--exec="launch ANBS"</code> | |
| |
==== Diablo III ==== | |
| |
<code>"C:\Program Files (x86)\Battle.net\Battle.net Launcher.exe"</code> | |
| |
<code>Diablo III</code> | |
| |
<code>--exec="launch D3"</code> | |
| |
==== Warcraft III: Reforged ==== | |
| |
<code>"C:\Program Files (x86)\Battle.net\Battle.net Launcher.exe"</code> | |
| |
<code>Warcraft III: Reforged</code> | |
| |
<code>--exec="launch W3"</code> | |
| |
===== EA App ===== | |
| |
==== STAR WARS: Squadrons ==== | |
| |
<code>"C:\Program Files\EA Games\STAR WARS Squadrons\starwarssquadrons.exe"</code> | |
| |
<code>STAR WARS™: Squadrons</code> | |
| |
===== Oculus ===== | |
| |
==== Contractors ==== | |
| |
<code>"C:\Program Files\Oculus\Software\Software\caveman-game-production-contractors-vr\Contractors_UE4_22_Oculus.exe"</code> | |
| |
<code>Contractors</code> | |
| |
==== Pistol Whip ==== | |
| |
**** | |
| |
<code>"C:\Program Files\Oculus\Software\Software\cloudhead-games-ltd-pistol-whip\Pistol Whip.exe" %command%</code> | |
| |
==== Synth Riders ==== | |
| |
<code>"C:\Program Files\Oculus\Software\Software\kluge-interactive-synthriders\SynthRiders.exe"</code> | |
| |
<code>Synth Riders</code> | |
| |
==== Until You Fall ==== | |
| |
**** | |
| |
<code>"C:\Program Files\Oculus\Software\Software\schell-games-until-you-fall\UntilYouFall.exe" %command%</code> | |
| |
==== VRChat ==== | |
| |
**** | |
| |
<code>"C:\Program Files\Oculus\Software\Software\vrchat-vrchat\VRChat.exe" %command%</code> | |
| |
==== The Walking Dead: Saints & Sinners ==== | |
| |
<code>"C:\Program Files\Oculus\Software\Software\skydance-interactive-the-walking-dead-saints-sinners\TWD.exe"</code> | |
| |
<code>The Walking Dead: Saints & Sinners</code> | |
| |
==== Zenith: The Last City ==== | |
| |
* https://steamcommunity.com/app/1403370/discussions/0/3175603119504316508/#c3175603119505386371 | |
| |
<code>"C:\Program Files\Oculus\Software\Software\ramen-vr-zenith\UnityClient@Windows.exe"</code> | |
| |
<code>Zenith: The Last City</code> | |
| |
<code>-screen-fullscreen 0 -screen-width 1280 -screen-height 720 -nolog</code> | |
| |