Beat Saber Quest mod for displaying nya-tastic images from various anime themed web APIs
GIFs could crash on Quest 1
Nya's settings can be accessed from either the Mod Settings panel or from within Nya's setting modal
Nya features a floating screen, allowing Nya to be accessed outside of the gameplay setup panel. In the event that this floating screen gets stuck somewhere inaccessible it's position can be reset from mod settings panel. The position can also be reset from Nya's settings modal.
Note: I don't own any of these sources so I can't guarantee the images will always be appropriate
In order for local files to work there must be compatible images in the sfw / nsfw files found in Nya's folder in ModData\com.beatgames.beatsaber\Mods\Nya\Images
.
The compatible file types are PNG, JPEG, GIF.
Images which are downloaded via Nya will also be placed in the sfw / nsfw folders.
Install the latest version of Nya Quest.
Feel free to point out any suggestions or improvements by submitting a PR or contacting me on Discord (FrozenAlex).
- Sirspam - the creator of the original Nya
- RedBrumbler - for making a lot of tools I use, including a better gif implementation
- Futuremappermydud - for the original code of the port
- zoller27osu, Sc2ad and jakibaki - beatsaber-hook
- raftario
- Lauriethefish, danrouse and Bobby Shmurner for this template
- Install ninja, cmake and android ndk (version 27 or higher)
- Create a file called
ndkpath.txt
in the project root and paste the path to ndk folder or add ANDROID_NDK_HOME environment variable - install qpm and add it to PATH
- Install dependencies using
qpm restore
- Generate a mod.json using a command
qpm qmod build
(it is needed to build a mod)
build.ps1
This script has multiple options:
- -Debug - copy the development version of the mod to quest
- -Clean - removes all the build cache
./copy.ps1 -Log -Debug
Before doing this command you need to install qmod version on the quest first.
This script has multiple options:
-Log
- starts to log after running the command-Debug
- copy the development version of the mod to quest-Clean
- removes all the build cache
./buildQMOD.ps1 Nya
It's an extension for VSCode that helps with debugging. It's kinda whack but it works (Only on Windows) VS Marketplace Link