A BeatSaber mod for displaying nya-tastic images from various web APIs
Nya's settings can be accessed from the ⚙️ button, pressing this will bring up a modal for common settings, such as the currently selected API. Further settings can be accessed from the ➕ tab.
Alternatively settings can also be accessed from BSML's Mod Settings view.
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 Nya's settings.
Note: I don't own any of these sources so I can't guarantee the images will always be appropriate
Nya can load images which are saved within Beat Saber\UserData\Nya\sfw
and Beat Saber\UserData\Nya\nsfw
. Additionally Nya will treat any subfolders in these directories as 'endpoints', meaning you can switch from local files saved in different folders.
Nya will only load images with the file type of png
, jpg
, jpeg
, gif
or apng
.
Images which are downloaded via Nya will be saved in the sfw / nsfw folders.
Install the latest version of Nya and the dependencies listed below.
- SiraUtil - Available in ModAssistant
- BeatSaberMarkupLanguage - Available in ModAssistant
Feel free to point out any suggestions or improvements by submitting a PR or contacting me on Discord (Sirspam#7765).
Nya fetches a list of APIs to use from a JSON file, the URL to this JSON is stored as the field ImageSourcesJsonLink
in Plugin.cs.
For contributing APIs to this repo, please modify ImagesSources.json and create a pull request with your changes.
For personal use, please feel free to change ImageSourcesJsonLink
to point to your JSON file.