Quest Modding
Preface
This guide is for both Quest 1, Quest 2, and Quest 3.
Nobody has yet been banned for modding, however modding does violate Meta's terms of service.
DISCLAIMER
By choosing to use mods, you understand that:
- You may experience problems that don't exist in the vanilla game. 99.9% of bugs, crashes, and lag are due to mods.
- Mods are subject to being broken by updates and that's normal - be patient and respectful when this happens, as modders are volunteers with real lives.
- Beat Games aren't purposefully trying to break mods. They wish to work on the codebase and sometimes this breaks mods, but they are not out to kill mods.
Do not attack the game developers for issues related to mods, and vice versa - modders and game developers are two separate groups. Just don't be a jerk ok.
I watched a video tutorial on YouTube, but I got stuck/it didn't work. What gives?
We at BSMG strongly advise against using any video tutorials for modding. Often, we find that they are either outdated or contain incomplete, erroneous, or straight up incorrect information.
Instead, you should follow the written guides here on the wiki or seek out help in the BSMG Discord.
WARNING
Modding your game will disable Official Multiplayer as well as viewing and uploading scores on the base game leaderboards. If you would like to play modded multiplayer, you need the mods, Beat Together
and MultiplayerCore
, which allows for cross-play between PC and Quest and for custom songs to be used.
To get leaderboards on custom songs and to be able to get Performance Points (PP) from ranked songs you need the ScoreSaber or BeatLeader mod.
Requirements
Modding Beat Saber requires accessing your Quest via the Android debug bridge. Therefore, you will need a PC (Windows / Mac / Linux) or an Android device.
- If you have a Windows, Mac or Linux computer, visit Modding on a PC
- If you plan to mod using an Android device, visit the Modding with Android page.
- If you want to use a Linux based computer, you can follow the Raspberry Pi guide. Note that it has only been tested on Raspberry Pi OS (Debian) and the process may be different on other distros.
- To use an iOS devices, such as an iPhone or iPad, you need to have a Raspberry Pi. Once you have one, visit Modding with a Raspberry Pi to get started.
Multiple Accounts
Beat Saber cannot be modded if you have multiple accounts on your device! You will need to temporarily remove any secondary accounts before modding.
Quest 1 users
Modding on Quest 1 is only possible on version 1.28 or below of Beat Saber. Right now, there is no way to obtain version 1.28 legally, so you cannot mod if you have a Quest 1.
Preparations
Developer Mode
To mod your game, you'll need to activate Developer Mode on your Quest. If you haven't done this already, follow the steps below:
- Go to the Meta's Developer Website and log in with the Meta account that your Quest is bound to.
- If you haven't already, set up 2FA (Two-Factor Authentication) on your Meta Account, as it's required to create an Organization.
- Return to the Meta's Developer Website and create a new Organization. The name you choose for it doesn't matter.
- Open the Meta Quest Phone app and navigate to the Quest's settings. You should find an option to enable Developer Mode. Refer to the illustrated guide below:
SideQuest (optional)
TIP
This is not required to mod at this time, but is useful for managing any modded games or other content on your Quest, so it's good idea to install it.
Go to SideQuest's Download Page and download the SideQuest Advanced Installer. Once it's finished downloading, install it.
Backup Save Data using SideQuest
This is an optional step!
If you are modding for the first time you can skip to Ways to Mod Beat Saber
Open SideQuest and connect your Quest to your PC.
Navigate to sdcard/Android/data/com.beatgames.beatsaber/files
using the SideQuest file explorer.
Save the files: AvatarData.dat
, PlayerData.dat
and settings.cfg
into a folder on your PC. Do not lose these, as they contain your scores and other settings!
Restoring Save Data using SideQuest
This is an optional step!
This is only needed if you have backup save data you want to restore. Most mod installers will do this for you, but it's good to have the backup in case something goes wrong!
To restore your data, open SideQuest and connect your Quest to your PC.
Using the SideQuest file explorer, take the 3 files you saved from the Backup Save Data using SideQuest steps AvatarData.dat
, PlayerData.dat
and settings.cfg
and put them in the sdcard/Android/data/com.beatgames.beatsaber/files
folder.
Ways to Mod Beat Saber
Currently, the easiest way to mod your game is using ModsBeforeFriday, a simple browser app that can get your mods installed in minutes.
QuestPatcher is a more advanced tool that runs as an app on your PC. It's a good option if your internet connection is unstable and you need an offline solution to managing your mods, however it cannot downgrade Beat Saber so it might not be possible to use if the latest Beat Saber version isn't moddable.
If your game has not yet been modded, you should use ModsBeforeFriday to downgrade it if necessary.
BMBF Deprecation
BMBF no longer works for modding Beat Saber on the Quest 2 or 3! Do not attempt to mod with BMBF because it will not work. You need to use ModsBeforeFriday instead.
WARNING
QAVS currently cannot be used to correctly downgrade Beat Saber to the latest moddable version or patch Beat Saber.
This is a temporary situation and may change soon. You need to downgrade and patch with ModsBeforeFriday instead.
If you have been instructed by somebody who knows what they're talking about to use QAVS, head to Modding With QAVS to get started.
ModsBeforeFriday
ModsBeforeFriday (MBF) is an easy to use tool for modding Beat Saber that runs in your browser. Head to Modding with ModsBeforeFriday to get started.
QuestPatcher
QuestPatcher is a GUI based mod installer for any il2cpp unity app on the Oculus Quest that runs on Windows, Linux, or macOS.
If you have not already, go to Preparations and follow those steps. You should now have Developer Mode enabled and SideQuest Advanced installed on your PC.
- Download and install QuestPatcher from here
WARNING
QuestPatcher cannot be used to downgrade your Beat Saber, so only use it if you are confident that you already have the latest moddable version installed!
- If you have ever used QuestPatcher before for any purpose, go to tools and click
Quick Fix
. - Patch Beat Saber (or repatch in the tools tab if you have already)
- Make sure
Scotland2
is selected as the ModLoader.
- Make sure
- Install the core mods, and other mods from this page
QAVS
WARNING
Due to a software update, QAVS cannot be used to patch Beat Saber at this time. Use ModsBeforeFriday instead.