timfenton / QuestPatcher

Generic il2cpp modding tool for Oculus Quest (1/2) apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just a few quick changes to QuestPatcher as a temporary fix for Quest 3 BeatSaber modding. All credit to sc2ad for a modified modloader64.so and Lauriethefish for providing the questpatcher tool.

This fork serves as a temporary solution to mod beatsaber on Quest 3, once BMBF is updated to work on Quest 3 firmware it is highly recommended to remod all the things using the latest BMBF

  • Step 0: Uninstall Beat saber, lets start fresh.
  • Step 1: Enable developer mode
  • Step 2: Sideload the downgraded 1.28 beat saber APK according to these instructions
  • Step 3: Download QuestPatcher from the releases section of this repo
  • Step 4: Open QuestPatcher on your PC
  • Step 5: Select com.beatgames.beatapp if its not already selected
  • Step 6: Click "PATCH APP"
  • Step 7: Go to tools > Remove old BS Mod Directories
  • Step 8: Open beatsaber on quest, accept everything and go to solo mode, skip tutorial, exit beatsaber
  • Step 9: Download Custom Types 0.15.24 .QMOD file
  • Step 10: Download Core Mods Latest .QMOD file
  • Step 11: Install Custom Types.QMOD then install Core Mods Latest QMOD file via the custom mods section of quest patcher

Load Beat saber up and enjoy.

Installing other mods is possible, however unsupported by mod developers currently. Use at your own risk. Download and install mods from ComputerElite's Mod directory and install using this version of Quest patcher.

QuestPatcher

QuestPatcher is a GUI based mod installer for any il2cpp unity app on the Oculus Quest that runs on Windows, Linux or macOS. It was originally created for modding Gorilla Tag.

Latest Stable Release | Latest Nightly Build

It uses Sc2ad's QuestLoader for loading mods and originally followed the patching process of RedBrumbler's CLI Tool.

See QuestPatcher.Core/Resources/qmod.schema.json for the mod.json that QMODs must contain, alongside their mod files.

About

Generic il2cpp modding tool for Oculus Quest (1/2) apps.

License:zlib License


Languages

Language:C# 99.4%Language:Inno Setup 0.6%