Note
This guide is for modding Quest Beat Saber
Quest mods are written in C++
This guide does not give tutorials on C++, just writing the mods themselves

Prerequisites:

Install QPMRust and add it to your PATH.

Install Ninja and add it to your PATH

Install Project Templates for Visual Studio Code (alternitavely, you can use Templatr, but I prefer to use Project Templates)

Install Android NDK and add it to your PATH

(Optional, but highly recommended) Install Android SDK and add it to your PATH. This will allow us to run the `copy.ps1` command to easily put your mods onto your Quest without having to go through BMBF.

Download the Quest mod template by Lauriethefish, unzip it, and add it to your project templates folder by pressing Ctrl + Shift + P in VSCode and clicking "open templates folder"


At this point, you can continue to the next page