From cde076fe6d1dec707a8bd842206151b4d0481dcf Mon Sep 17 00:00:00 2001 From: Mhowser Date: Sat, 25 Jan 2025 01:54:18 +0000 Subject: [PATCH 1/4] Add Outer Wilds Section --- content/docs/outer wilds vr mod/_index.md | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 content/docs/outer wilds vr mod/_index.md diff --git a/content/docs/outer wilds vr mod/_index.md b/content/docs/outer wilds vr mod/_index.md new file mode 100644 index 0000000..a1b4f94 --- /dev/null +++ b/content/docs/outer wilds vr mod/_index.md @@ -0,0 +1,26 @@ +--- +title: Outer Wilds VR Mod +weight: 50 +--- + +# Outer Wilds + +{{% hint warning %}} + +You must use Proton 8 as any other version will not work! + +{{% /hint %}} + +[Outer Wilds](https://store.steampowered.com/app/753640/Outer_Wilds/) is a flat screen game by design. However, there is a VR mod available to bring greater immersion into the gameplay. + +To play Outer Wilds in VR, you need to install [NomaiVR](https://github.com/Raicuparta/nomai-vr). + +It is recommended to use the [Outer Wilds Mod Manager](https://outerwildsmods.com/mod-manager/) to install NomaiVR along with any additional mods you choose. + +## Performance + +Since Outer Wilds was not designed or optimized to be a VR game, performance will be degraded. Expect low framerates in most scenes. + +## Bugs + +While in VR, if you have mods that add extra items in the main menu, they will be rotated at an odd angle as well as any UIs. \ No newline at end of file -- 2.49.1 From 19b7eecaf8070317a6cbfb4625833aeb1715fee3 Mon Sep 17 00:00:00 2001 From: Mhowser Date: Sat, 25 Jan 2025 01:55:47 +0000 Subject: [PATCH 2/4] Update file _index.md --- content/docs/outer wilds vr mod/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/outer wilds vr mod/_index.md b/content/docs/outer wilds vr mod/_index.md index a1b4f94..52ce940 100644 --- a/content/docs/outer wilds vr mod/_index.md +++ b/content/docs/outer wilds vr mod/_index.md @@ -23,4 +23,4 @@ Since Outer Wilds was not designed or optimized to be a VR game, performance wil ## Bugs -While in VR, if you have mods that add extra items in the main menu, they will be rotated at an odd angle as well as any UIs. \ No newline at end of file +While in VR, if you have mods that add extra items in the main menu, they will be rotated at an odd angle as well as any UIs. -- 2.49.1 From 9378daa56309d5a9f9f528efdf38cde1d6d9dfe3 Mon Sep 17 00:00:00 2001 From: hypevhs <4498312-hypevhs@users.noreply.gitlab.com> Date: Tue, 11 Feb 2025 13:50:31 -0600 Subject: [PATCH 3/4] Add "More VR Games" directory --- content/docs/games/_index.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 content/docs/games/_index.md diff --git a/content/docs/games/_index.md b/content/docs/games/_index.md new file mode 100644 index 0000000..b4dccde --- /dev/null +++ b/content/docs/games/_index.md @@ -0,0 +1,4 @@ +--- +title: More VR Games +weight: 60 +--- -- 2.49.1 From 89e8fa42525d2a5d6ab23d7198c719a921017c11 Mon Sep 17 00:00:00 2001 From: hypevhs <4498312-hypevhs@users.noreply.gitlab.com> Date: Tue, 11 Feb 2025 13:58:10 -0600 Subject: [PATCH 4/4] Move Outer Wilds to games dir --- .../{outer wilds vr mod => games/outer-wilds-vr-mod}/_index.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/docs/{outer wilds vr mod => games/outer-wilds-vr-mod}/_index.md (100%) diff --git a/content/docs/outer wilds vr mod/_index.md b/content/docs/games/outer-wilds-vr-mod/_index.md similarity index 100% rename from content/docs/outer wilds vr mod/_index.md rename to content/docs/games/outer-wilds-vr-mod/_index.md -- 2.49.1