From 2eca9b4a7ae303c5906a28270cf8405592068928 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Sun, 31 Mar 2024 01:45:51 +0100 Subject: [PATCH] disable shaders --- web/config/oculus.properties | 8 ++++++++ web/index.toml | 4 ++++ web/pack.toml | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 web/config/oculus.properties diff --git a/web/config/oculus.properties b/web/config/oculus.properties new file mode 100644 index 0000000..2e24e12 --- /dev/null +++ b/web/config/oculus.properties @@ -0,0 +1,8 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Sun Mar 31 00:08:09 CET 2024 +colorSpace=SRGB +disableUpdateMessage=false +enableDebugOptions=false +maxShadowRenderDistance=32 +shaderPack=BSL_v8.2.05.zip +enableShaders=false diff --git a/web/index.toml b/web/index.toml index fd6cb84..f3697c9 100644 --- a/web/index.toml +++ b/web/index.toml @@ -964,6 +964,10 @@ hash = "d12f6d9201acb5df88195085005e5efab32bf3e4074ac04689ef5dad1bb89240" file = "config/nameless_trinkets/wooden_stick.json" hash = "0fc9c21635fcd7f7ce66b18042f02b711f27c904abadb8c561ae98537a5a8df8" +[[files]] +file = "config/oculus.properties" +hash = "8a81d0ff7caa4ac9ffc36a3fbaab96cbdf4ee2d912ec6e72f0da6a37746bb319" + [[files]] file = "config/paraglider-common.toml" hash = "c0b43d3f889471a3c73e20613ebe77495b5f9f5de70c0f265690c37de677b421" diff --git a/web/pack.toml b/web/pack.toml index 435c146..81bd544 100644 --- a/web/pack.toml +++ b/web/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "113e9bf4b0d388cef55540e0b2ae51bd7e595c6e46857a61d26cc5d5581daf99" +hash = "dbc898eb2e9bab5e54adea0667306629d8110b94ccc2c9313fed060fb0986b4d" [versions] forge = "47.2.0"