A Beat Saber mod that expands Beat Saber's multiplayer functionality. This is a work in progress which has bugs.
- Allows custom levels to be selected in private lobbies.
- Attempts to download missing songs from Beat Saver.
- Warns the user when a song is not on Beat Saver.
- Adds HUD configuration options.
- Kicks unmodded players when custom levels are enabled.
- 10 player lobbies (BeatTogether Exclusive feature)
- Ensure you have the required mods.
- Download the
MultiplayerExtensions
file listed underAssets
Here.- Optionally, you can get a development build by downloading the file listed under
Artifacts
Here (pick the topmost successful build). - You must be logged into GitHub to download a development build.
- Optionally, you can get a development build by downloading the file listed under
- Extract the zip file to your Beat Saber game directory (the one
Beat Saber.exe
is in).- The
MultiplayerExtensions.dll
(andMultiplayerExtensions.pdb
if it exists) should end up in yourPlugins
folder (NOT the one inBeat Saber_Data
).
- The
- Optional: Edit
Beat Saber IPA.json
(in yourUserData
folder) and changeDebug
->ShowCallSource
totrue
. This will enable BSIPA to get file and line numbers from thePDB
file where errors occur, which is very useful when reading the log files. This may have a slight impact on performance.
Lastly, check out other mods that work well with MultiplayerExtensions!
These can be downloaded from BeatMods or using Mod Assistant. Do NOT use any of the DLLs in the Refs
folder, they have been stripped of code and will not work.
- SongCore v3.0.3+
- BeatSaverSharp v2.0.1+
- BeatSaberMarkupLanguage v1.4.5+
- SiraUtil 2.4.0+
- BeatTogether 1.1.0+ (Only required for 10 player lobbies)
- Most of the time this is because you didn't install MultiplayerExtensions correctly, or are missing a required dependency (most likely SiraUtil or BeatSaverSharp).
- Open
Beat Saber\Logs\_latest.log
and search the text forMultiplayerExtensions
- If you see a line like
[WARNING @ 19:20:44 | IPA/Loader] MultiplayerExtensions is missing dependency BeatSaverSharp@^1.6.0
, that's what you need to fix. - In your log, there's a section where IPA lists loaded plugins. Check and make sure MultiplayerExtensions is listed there.
[INFO @ 12:41:52 | IPA] Beat Saber [INFO @ 12:41:52 | IPA] Running on Unity 2019.3.15f1 [INFO @ 12:41:52 | IPA] Game version 1.13.0 [INFO @ 12:41:52 | IPA] ----------------------------- [INFO @ 12:41:52 | IPA] Loading plugins from Plugins and found 25 [INFO @ 12:41:52 | IPA] ----------------------------- [INFO @ 12:41:52 | IPA] Beat Saber IPA (BSIPA): 4.1.3 [INFO @ 12:41:52 | IPA] SiraUtil (SiraUtil): 2.1.0 [INFO @ 12:41:52 | IPA] INI Parser (Ini Parser): 2.5.7 [INFO @ 12:41:52 | IPA] BS_Utils (BS Utils): 1.6.3 [INFO @ 12:41:52 | IPA] BeatSaberMarkupLanguage (BeatSaberMarkupLanguage): 1.4.1 [INFO @ 12:41:52 | IPA] SongCore (SongCore): 3.0.2 [INFO @ 12:41:52 | IPA] BeatSaverSharp (BeatSaverSharp): 1.6.0 [INFO @ 12:41:52 | IPA] MultiplayerExtensions (MultiplayerExtensions): 0.2.0 [INFO @ 12:41:52 | IPA] ----------------------------- [INFO @ 12:41:52 | IPA] -----------------------------```
- Open
- If MultiplayerExtensions is loading and the Custom Songs button isn't showing up, you may need to do a fresh install of Beat Saber.
- The best way to report issues is to click on the
Issues
tab at the top of the GitHub page. This allows any contributor to see the problem and attempt to fix it, and others with the same issue can contribute more information. Please try the troubleshooting steps before reporting the issues listed there. Please only report issues after using the latest build, your problem may have already been fixed. - Include in your issue:
- A detailed explanation of your problem (you can also attach videos/screenshots)
- Important: The log file from the game session the issue occurred (restarting the game creates a new log file).
- The log file can be found at
Beat Saber\Logs\_latest.log
(Beat Saber
being the folderBeat Saber.exe
is in).
- The log file can be found at
- If you ask for help on Discord, at least include your
_latest.log
file in your help request.
Anyone can feel free to contribute bug fixes or enhancements to MultiplayerExtensions. Please keep in mind that this mod's purpose is to expand the functionality of official multiplayer, so we will likely not be accepting enhancements that require 3rd party servers. GitHub Actions for Pull Requests made from GitHub accounts that don't have direct access to the repository will fail. This is normal because the Action requires a Secret
to download dependencies.
Visual Studio 2019 with the BeatSaberModdingTools extension is the recommended development environment.
- Check out the repository
- Open
MultiplayerExtensions.sln
- Right-click the
MultiplayerExtensions
project, go toBeat Saber Modding Tools
->Set Beat Saber Directory
- This assumes you have already set the directory for your Beat Saber game folder in
Extensions
->Beat Saber Modding Tools
->Settings...
- If you do not have the BeatSaberModdingTools extension, you will need to manually create a
MultiplayerExtensions.csproj.user
file to set the location of your game install. An example is showing below.
- This assumes you have already set the directory for your Beat Saber game folder in
- The project should now build.
Example csproj.user File:
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BeatSaberDir>Full\Path\To\Beat Saber</BeatSaberDir>
</PropertyGroup>
</Project>
You can support development of MultiplayerExtensions by donating at the following links:
- BeatSaberServerBrowser
- MultiplayerAvatars
- BeatTogether for PC or Quest