https://github.com/erisapps/songrequestmanager
A fairly simple, from the ground up re-implementation of Song Request Manager that uses ChatCore instead of StreamCore.
https://github.com/erisapps/songrequestmanager
beatsaber streaming
Last synced: about 1 month ago
JSON representation
A fairly simple, from the ground up re-implementation of Song Request Manager that uses ChatCore instead of StreamCore.
- Host: GitHub
- URL: https://github.com/erisapps/songrequestmanager
- Owner: ErisApps
- License: mit
- Created: 2020-07-19T18:15:30.000Z (almost 5 years ago)
- Default Branch: development
- Last Pushed: 2020-09-14T15:40:56.000Z (over 4 years ago)
- Last Synced: 2025-01-20T03:53:31.840Z (3 months ago)
- Topics: beatsaber, streaming
- Language: C#
- Homepage:
- Size: 196 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SongRequestManager
A fairly simple, from the ground up re-implementation of Song Request Manager that uses ChatCore instead of StreamCore.## Installation
This mod requires a few other mods in order to work.
- BeatSaberMarkupLanguage v1.3.4 or higher
- BeatSaverSharp v1.6.0 or higher
- BSIPA v4.0.5 or higher
- ChatCore v1.0.0 or higher
- SiraUtil v1.0.2 or higher
- SongCore v2.9.11 or higherInstallation is fairly simple.
1. Grab the latest plugin release from the [releases page](https://github.com/ErisApps/SongRequestManager/releases) (once there is a release)
2. Drop the .dll file in the "Plugins" folder of your Beat Saber installation.
3. Boot it up (or reboot)## Usage
All commands listed below use the prefix `!` by default. This can be changed in the (in-game) settings however.### Basic commands
| Command | Alias | Description | Example |
| --- | --- | --- | ---|
| bsr | sr, request | Allows you to request a song using the Beatsaver ID. | bsr abcd## Developers
To build this project you will need to create a `SongRequestManager/SongRequestManager.csproj.user` file specifying where the game is located:```xml
D:\Program Files (x86)\Steam\steamapps\common\Beat Saber\
```