User Tools

Site Tools


notes:game_command-line_arguments

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
notes:game_command-line_arguments [2024/03/09 22:30] Sean Rhonenotes:game_command-line_arguments [2024/04/30 18:34] Sean Rhone
Line 20: Line 20:
  
 <code>-fulldesktopres -silent</code> <code>-fulldesktopres -silent</code>
 +
 +===== Minimal Resources =====
 +
 +  * Launches ''steam.exe'' with having only a single ''steamwebhelper.exe'' process, and a minor RAM reduction
 +  * Last tested: 2024/04/28 ((not tested with ''-silent'' yet but looks fine))
 +
 +<code>-nocrashmonitor -cef-single-process -cef-disable-breakpad -silent</code>
  
 ===== Autostart ===== ===== Autostart =====
Line 70: Line 77:
  
   * https://dota2.fandom.com/wiki/Launch_Options   * https://dota2.fandom.com/wiki/Launch_Options
-  * 2023: The default D3D11 mode randomly crashes on Intel UHD 630, but Vulkan seems fine +  * [[games:dota_2#windows|Dota 2 offline with SteamCMD notes - Windows]]
-  * :!: 2024/03/08: Dota 2 crashes randomly even on Vulkan on Intel UHD 630+
  
 <code>-autoconfig</code> <code>-autoconfig</code>
  
-<code>-vulkan -vulkan_disable_steam_shader_cache -novid -useforcedmparms -noforcemaccel -noforcemspd -nogammaramp -nomicsettings</code>+<code>-dx11 -novid -useforcedmparms -noforcemaccel -noforcemspd -nogammaramp -nomicsettings</code>
  
 ===== Linux ===== ===== Linux =====
  
 +  * [[games:dota_2|Dota 2 offline with SteamCMD notes - Linux]]
   * 2023: Disabling GPL seemingly stops random crashing on Intel UHD 630   * 2023: Disabling GPL seemingly stops random crashing on Intel UHD 630
-  * :!: 2024/02/09: ''ANV_NO_GPL=1'' was required to stop frequent GPU crashing at the main menu +  * 2024/04/29: Dota 2 seems fine without disabling GPL on Intel UHD 630
-  * :!: 2024/03/08: Dota 2 still had random crashing in-game with ''ANV_NO_GPL=1'' and ''-vulkan_disable_graphics_pipeline_library'' and isn't playable; stick with Dota 1 and [[games:wine:warcraft_3|Warcraft III]]+
  
-<code>ANV_NO_GPL='1' %command% -vulkan_disable_steam_shader_cache -vulkan_disable_graphics_pipeline_library -novid -useforcedmparms -noforcemaccel -noforcemspd -nogammaramp -nomicsettings</code>+<code>%command% -vulkan_disable_steam_shader_cache -novid -useforcedmparms -noforcemaccel -noforcemspd -nogammaramp -nomicsettings</code>
  
 <code>-autoconfig</code> <code>-autoconfig</code>
Line 90: Line 96:
  
   * https://wiki.guildwars.com/wiki/Command_line_arguments   * https://wiki.guildwars.com/wiki/Command_line_arguments
 +  * ''-dsound'' is for [[https://github.com/ChthonVII/dsoal-GW1|DSOAL-GW1]]
  
 <code>-lodfull -dsound -email x -password x -character "x"</code> <code>-lodfull -dsound -email x -password x -character "x"</code>
  
-===== Linux ===== +<code>WINEDLLOVERRIDES='dsound=n'</code>
- +
-  * Expects [[https://github.com/ChthonVII/dsoal-GW1|DSOAL-GW1]] to be installed +
- +
-<code>RADV_TEX_ANISO='16' WINEDLLOVERRIDES='dsound=n' %command% -lodfull -dsound -email x -password x -character "x"</code>+
  
 ====== Guild Wars 2 ====== ====== Guild Wars 2 ======
  
   * https://wiki.guildwars2.com/wiki/Command_line_arguments   * https://wiki.guildwars2.com/wiki/Command_line_arguments
 +  * ''-provider Portal'' is for the Steam version to allow using ArenaNet email/pass log-in
 +
 +<code>-autologin</code>
  
 <code>-provider Portal -autologin</code> <code>-provider Portal -autologin</code>
Line 116: Line 122:
  
 <code>-console -vulkan -vconsole +vr_msaa 2 +vr_fidelity_level_auto 0 +vr_fidelity_level 3 -nowindow</code> <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> <code>+volume_fog_disable 1</code>
- 
-====== Old School RuneScape ====== 
- 
-===== Linux ===== 
- 
-  * Add as launch option in Steam (see [[games:wine:old_school_runescape_jagex_launcher_c|these notes]] for non-Steam) 
-  * :!: ''MESA_LOADER_DRIVER_OVERRIDE'' and ''MESA_VK_WSI_PRESENT_MODE'' are needed if using Wayland to workaround an odd FPS limit 
-  * ''PULSE_LATENCY_MSEC'' is needed to prevent audio glitches 
- 
-<code>MESA_LOADER_DRIVER_OVERRIDE='zink' MESA_VK_WSI_PRESENT_MODE='immediate' </code> 
- 
-<code>PULSE_LATENCY_MSEC='400' %command%</code> 
  
 ====== Path of Exile ====== ====== Path of Exile ======
Line 154: Line 146:
 ====== Non-Steam ====== ====== Non-Steam ======
  
-===== Diablo (DevilutionX) =====+===== Diablo ===== 
 + 
 +  * [[https://github.com/diasurgical/devilutionX|DevilutionX]]
  
 <code>"C:\Program Files\devilutionx\devilutionx.exe"</code> <code>"C:\Program Files\devilutionx\devilutionx.exe"</code>
Line 161: Line 155:
  
 ===== osu! ===== ===== osu! =====
 +
 +  * Lazer
  
 <code>"%localappdata%\osulazer\osu!.exe"</code> <code>"%localappdata%\osulazer\osu!.exe"</code>
/var/www/wiki/data/pages/notes/game_command-line_arguments.txt · Last modified: 2024/05/10 03:48 by Sean Rhone