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
Next revisionBoth sides next revision
notes:game_command-line_arguments [2024/02/02 17:32] Sean Rhonenotes:game_command-line_arguments [2024/04/30 18:25] – [Minimal Resources] Sean Rhone
Line 5: Line 5:
   * https://docs.unity3d.com/Manual/PlayerCommandLineArguments.html   * https://docs.unity3d.com/Manual/PlayerCommandLineArguments.html
  
-  * ''-nolog'' seems generally safe+  * Most flags apply to any games/programs using Unity engine ((such as [[#djmax_respect_v|DJMAX RESPECT V]] and [[#zeniththe_last_city|Zenith: The Last City]])) 
 +  * ''-nolog'' is generally safe
   * :!: Forcing D3D12 or Vulkan is expected to crash most applications that don't explicitly support it   * :!: Forcing D3D12 or Vulkan is expected to crash most applications that don't explicitly support it
  
Line 19: 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 69: 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 is fine 
  
 <code>-autoconfig</code> <code>-autoconfig</code>
  
-<code>-vulkan -vulkan_disable_steam_shader_cache</code> +<code>-dx11 -novid -useforcedmparms -noforcemaccel -noforcemspd -nogammaramp -nomicsettings</code>
- +
-<code>-novid -useforcedmparms -noforcemaccel -noforcemspd -nogammaramp -nomicsettings -noprewarm</code>+
  
 ===== Linux ===== ===== Linux =====
Line 81: Line 86:
   * 2023: Disabling GPL seemingly stops random crashing on Intel UHD 630   * 2023: Disabling GPL seemingly stops random crashing on Intel UHD 630
  
-<code>-vulkan_disable_graphics_pipeline_library</code>+<code>ANV_NO_GPL='1' %command% -vulkan_disable_steam_shader_cache -vulkan_disable_graphics_pipeline_library -novid -useforcedmparms -noforcemaccel -noforcemspd -nogammaramp -nomicsettings</code> 
 + 
 +<code>-autoconfig</code>
  
 ====== Guild Wars ====== ====== Guild Wars ======
Line 122: Line 129:
  
   * Add as launch option in Steam (see [[games:wine:old_school_runescape_jagex_launcher_c|these notes]] for non-Steam)   * Add as launch option in Steam (see [[games:wine:old_school_runescape_jagex_launcher_c|these notes]] for non-Steam)
-  * ''PULSE_LATENCY_MSEC'' is needed to prevent music audio glitches +  * :!: ''MESA_LOADER_DRIVER_OVERRIDE'' and ''MESA_VK_WSI_PRESENT_MODE'' are needed if using Wayland to workaround an odd FPS limit 
-  * ''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' MESA_LOADER_DRIVER_OVERRIDE='zink' MESA_VK_WSI_PRESENT_MODE='immediate' %command%</code>+<code>PULSE_LATENCY_MSEC='400' %command%</code>
  
 ====== Path of Exile ====== ====== Path of Exile ======
/var/www/wiki/data/pages/notes/game_command-line_arguments.txt · Last modified: 2024/05/10 03:48 by Sean Rhone