https://github.com/supermarcus/questmultiplayerutilities
Enhancing Quest BeatSaber multiplayer experience.
https://github.com/supermarcus/questmultiplayerutilities
Last synced: about 1 year ago
JSON representation
Enhancing Quest BeatSaber multiplayer experience.
- Host: GitHub
- URL: https://github.com/supermarcus/questmultiplayerutilities
- Owner: SuperMarcus
- Created: 2020-12-17T23:07:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-04T16:31:23.000Z (over 5 years ago)
- Last Synced: 2025-02-06T02:07:35.349Z (over 1 year ago)
- Language: C++
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
QuestMultiplayerUtilities (Alpha)
=================================
A set of in-game utilities for Quest BeatSaber multiplayer experience.
**Warning: This mod is still work in progress. Use at your own risk!**
## Features
- [x] Automatically download missing songs from BeatSaver;
- [ ] (WIP) ServerBrowser integration;
- [ ] (WIP) PC MultiplayerExtension compatibility (modded states, etc.).
## Requirements
This mod requires darknight1050's unreleased [SongLoader](https://github.com/darknight1050/SongLoader).
## Building
1. Run `qpm restore`;
2. Grab `libsongloader_0_1_0.so` from [SongLoader's repository](https://github.com/darknight1050/SongLoader/actions) and place it in `extern/`;
3. Run `./build.sh` if you're using Linux or macOS.
## Credits
* Libraries: [SongLoader](https://github.com/darknight1050/SongLoader), [beatsaber-hook](https://github.com/sc2ad/beatsaber-hook), [codegen](https://github.com/sc2ad/BeatSaber-Quest-Codegen), [custom-types](https://github.com/sc2ad/Il2CppQuestTypePatching)