User Tools

Site Tools


games:windows:osu_lazer

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
games:windows:osu_lazer [2026/07/30 01:38] Sean Rhonegames:windows:osu_lazer [2026/08/01 00:54] (current) Sean Rhone
Line 3: Line 3:
  
   "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\osu-lazer.exe" --location "https://github.com/ppy/osu/releases/latest/download/install.exe" --progress-bar && "%UserProfile%\Downloads\osu-lazer.exe"   "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\osu-lazer.exe" --location "https://github.com/ppy/osu/releases/latest/download/install.exe" --progress-bar && "%UserProfile%\Downloads\osu-lazer.exe"
- 
-====== Environment ====== 
- 
-  * https://github.com/ppy/osu/discussions/31832 
- 
-  "%SystemRoot%\System32\setx.exe" "OSU_DISABLE_ERROR_REPORTING" "1" 
  
 ====== Compat Settings ====== ====== Compat Settings ======
Line 22: Line 16:
   "%SystemRoot%\explorer.exe" %AppData%\osu\scripts"   "%SystemRoot%\explorer.exe" %AppData%\osu\scripts"
  
-===== Save Data Back-up =====+===== OpenGL =====
  
   "%SystemRoot%\System32\notepad.exe" "%AppData%\osu\scripts\client-opengl.bat"   "%SystemRoot%\System32\notepad.exe" "%AppData%\osu\scripts\client-opengl.bat"
Line 32: Line 26:
  
 SET "OSU_DISABLE_ERROR_REPORTING=1" SET "OSU_DISABLE_ERROR_REPORTING=1"
-SET "OSU_SDL3=1"+SET "OSU_SDL3=0"
 SET "OSU_GRAPHICS_RENDERER=gl" SET "OSU_GRAPHICS_RENDERER=gl"
 SET "OSU_GRAPHICS_SURFACE=opengl" SET "OSU_GRAPHICS_SURFACE=opengl"
-SET "OSU_EXECUTION_MODE=SingleThread" 
-SET "USE_SATORI_GC=1" 
-SET "OSU_GRAPHICS_NO_SSBO=1" 
  
 START "" /D "%Temp%" "%LocalAppData%\osulazer\current\osu!.exe" START "" /D "%Temp%" "%LocalAppData%\osulazer\current\osu!.exe"
Line 45: Line 36:
 SET "OSU_GRAPHICS_RENDERER=" SET "OSU_GRAPHICS_RENDERER="
 SET "OSU_GRAPHICS_SURFACE=" SET "OSU_GRAPHICS_SURFACE="
-SET "OSU_EXECUTION_MODE=" 
-SET "USE_SATORI_GC=" 
-SET "OSU_GRAPHICS_NO_SSBO=" 
  
 :: End</code> :: End</code>
  
   "%AppData%\osu\scripts\client-opengl.bat"   "%AppData%\osu\scripts\client-opengl.bat"
 +
 +===== Vulkan =====
 +
 +  "%SystemRoot%\System32\notepad.exe" "%AppData%\osu\scripts\client-vulkan.bat"
 +
 +<code>
 +@echo off
 +
 +CD "%Temp%"
 +
 +SET "OSU_DISABLE_ERROR_REPORTING=1"
 +SET "OSU_SDL3=1"
 +SET "OSU_GRAPHICS_RENDERER=veldrid"
 +SET "OSU_GRAPHICS_SURFACE=vulkan"
 +
 +START "" /D "%Temp%" "%LocalAppData%\osulazer\current\osu!.exe"
 +
 +SET "OSU_DISABLE_ERROR_REPORTING="
 +SET "OSU_SDL3="
 +SET "OSU_GRAPHICS_RENDERER="
 +SET "OSU_GRAPHICS_SURFACE="
 +
 +:: End</code>
 +
 +  "%AppData%\osu\scripts\client-vulkan.bat"
 +
 +===== D3D11 =====
 +
 +  "%SystemRoot%\System32\notepad.exe" "%AppData%\osu\scripts\client-d3d11.bat"
 +
 +<code>
 +@echo off
 +
 +CD "%Temp%"
 +
 +SET "OSU_DISABLE_ERROR_REPORTING=1"
 +SET "OSU_SDL3=1"
 +SET "OSU_GRAPHICS_RENDERER=veldrid"
 +SET "OSU_GRAPHICS_SURFACE=direct3d11"
 +
 +START "" /D "%Temp%" "%LocalAppData%\osulazer\current\osu!.exe"
 +
 +SET "OSU_DISABLE_ERROR_REPORTING="
 +SET "OSU_SDL3="
 +SET "OSU_GRAPHICS_RENDERER="
 +SET "OSU_GRAPHICS_SURFACE="
 +
 +:: End</code>
 +
 +  "%AppData%\osu\scripts\client-d3d11.bat"
  
 ====== Envs ====== ====== Envs ======
  
   * https://github.com/ppy/osu-framework/wiki/Environment-variables   * https://github.com/ppy/osu-framework/wiki/Environment-variables
 +  * https://github.com/ppy/osu/discussions/31832
  
   SET "OSU_SDL3=0"   SET "OSU_SDL3=0"
  
   SET "OSU_SDL3=1"   SET "OSU_SDL3=1"
- 
-  SET "OSU_EXECUTION_MODE=MultiThreaded" 
  
   SET "USE_SATORI_GC=1"   SET "USE_SATORI_GC=1"
Line 76: Line 113:
  
   * Veldrid   * Veldrid
 +  * TODO: Deferred
  
   SET "OSU_GRAPHICS_RENDERER=veldrid"   SET "OSU_GRAPHICS_RENDERER=veldrid"
/usr/local/www/wiki/data/attic/games/windows/osu_lazer.1785389918.txt.gz · Last modified: by Sean Rhone