Skip to content

Commit abbb2f5

Browse files
committed
Moving files to subfolder and rename - reorganize quest modding page
Todo: Review subpage contents
1 parent b08e7e9 commit abbb2f5

File tree

7 files changed

+36
-12
lines changed

7 files changed

+36
-12
lines changed

wiki/.vitepress/config.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,13 @@ export default defineConfig({
281281
'Quest Modding',
282282
[
283283
['Overview', '/quest-modding'],
284-
['Quest 2, 3 and Pro', [['Modding using a PC', '/quest-other']]],
284+
['Quest 2, 3, and Pro', [['Modding With a PC', '/quest/modding-with-qavs-pc']]],
285285
[
286286
'Quest 1',
287287
[
288-
['Modding With Android', '/support/modding-with-android'],
289-
['Modding With a PC', '/quest-one-pc'],
288+
['Modding With a PC', '/quest/modding-q1-pc'],
289+
['Modding With Android', '/quest/modding-with-android'],
290+
['Modding With a Raspberry Pi', '/quest/modding-with-raspi'],
290291
],
291292
],
292293
],

wiki/beginners-guide.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,18 @@ Applicable hardware includes:
2121
- HTC Vive/Vive Pro/Vive Pro Eye/Cosmos
2222
- Oculus Rift/Rift S
2323
- Windows Mixed Reality headsets
24-
- Oculus Quest/Quest 2 using [Oculus Link](https://support.oculus.com/444256562873335/)
24+
- Meta Quest headsets using [Oculus Link](https://support.oculus.com/444256562873335/)
2525

2626
### Quest Modding
2727

28-
If you are using the Oculus Quest version of the game, follow our [Quest Modding](./quest-modding-old) guide.
28+
If you are using the Oculus Quest version of the game, follow our [Quest Modding](./quest-modding.md) guide.
2929

3030
Applicable hardware includes:
3131

3232
- Meta Quest
3333
- Meta Quest 2
34+
- Meta Quest 3
35+
- Meta Quest Pro
3436

3537
## Creating content
3638

wiki/quest-modding.md

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,28 @@ To get leaderboards on custom songs and to be able to get Performance Points (PP
4949

5050
## Requirements
5151

52-
**Due to recent Changes it is currently not possible to mod Beat Saber on Quest 2, Quest 3 or Quest Pro without a PC!**
52+
Modding Beat Saber involves installing APKs on your Quest. Therefore you will need an additional device at least once.
5353

54-
The Quest 1 can still be done with a mobile Phone or Tablet.
55-
**Note:** iOS devices like iPhones or iPads, Apple Watches or the Apple Vision Pro are not supported!
54+
### Quest 2, 3, and Pro
55+
56+
:::danger NOTE
57+
As of the Quest v63 update, it is currently not possible to mod Beat Saber on Quest 2, Quest 3, or Quest Pro
58+
without a PC!
59+
:::
60+
61+
For Windows PC's and Macs continue on to [Preparations](#preparations).
62+
63+
### Quest 1
64+
65+
If you are using a Windows PC or Mac continue to [Preparations](#preparations).
66+
If you are using an Android device, visit the [Modding with Android](./quest/modding-with-android.md) page.
67+
68+
To use Chromebooks and iOS devices, such as iPhones or iPads, you need to have a
69+
[Raspberry Pi](https://www.raspberrypi.com/). Once you have one, visit [Modding with a Raspberry Pi](./raspi-modding.md)
70+
to get started.
71+
72+
If you want to use a Linux based computer, you can follow the Raspberry Pi guide. Note that it has only been tested
73+
on Raspberry Pi OS (Debian) and the process may be different on other distros.
5674

5775
## Preparations
5876

@@ -75,6 +93,7 @@ follow the steps below:
7593
### SideQuest
7694

7795
This is only required if you mod with a PC or want to back up your data.
96+
7897
Go to [SideQuest's Download Page](https://sidequestvr.com/setup-howto)
7998
and download the SideQuest Advanced Installer. Once it's finished downloading, install it.
8099

@@ -104,10 +123,12 @@ Using the SideQuest file explorer, take the 3 files you saved from the [Backup S
104123
steps `AvatarData.dat`, `PlayerData.dat` and `settings.cfg` and put them in the
105124
`sdcard/Android/data/com.beatgames.beatsaber/files` folder.
106125

107-
## Modding BeatSaber
126+
## Modding Beat Saber with a PC
127+
128+
### Quest 2, 3, or Pro Modding
108129

109-
If you want to mod Beat Saber on Quest 1 with an Android Device, follow [this Guide](./support/modding-with-android.md)
130+
Follow [this guide](./quest/modding-with-qavs-pc.md) on using QAVS (QuestAppVersionSwitcher) and QuestPatcher.
110131

111-
If you want to mod Beat Saber on Quest 1 with a PC, follow [this Guide](./quest-one-pc.md)
132+
### Quest 1 Modding
112133

113-
If you want to mod Beat Saber on Quest 2, 3 or Pro, follow [this Guide](./quest-other.md)
134+
Follow [this guide](./quest/modding-q1-pc.md) on using QAVS to downgrade and mod your game.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)