Skip to content

Instantly share code, notes, and snippets.

@dopingVR
Last active August 6, 2022 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dopingVR/345b9d779df37b465f37d09247894c44 to your computer and use it in GitHub Desktop.
Save dopingVR/345b9d779df37b465f37d09247894c44 to your computer and use it in GitHub Desktop.
Dark mode for Oculus Dash void: Swaps the file names for the bright and dark version. Must execute as administrator & restart the Oculus client. Examples: https://imgur.com/a/Ug68o2L
rename "C:\Program Files\Oculus\Support\oculus-dash\dash\assets\raw\textures\environment\the_void\grid_plane_006.dds" grid_plane_temp.dds
timeout 1
rename "C:\Program Files\Oculus\Support\oculus-dash\dash\assets\raw\textures\environment\the_void\grid_plane_007.dds" grid_plane_006.dds
timeout 1
rename "C:\Program Files\Oculus\Support\oculus-dash\dash\assets\raw\textures\environment\the_void\grid_plane_temp.dds" grid_plane_007.dds
@echo enjoy dark void
@timeout 5 >nul
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment