Skip to content

A lightweight modded Beat Saber multiplayer server

License

Notifications You must be signed in to change notification settings

bavis-m/BeatUpRcelyte

 
 

Repository files navigation

icon

BeatUpServer

"beat saber gettin violent these days" -some Discord user

A lightweight server to enable modded multiplayer in Beat Saber 1.19.0 and newer.

The official BeatUpServer instance is hosted at master.battletrains.org

Ways to Join (from least difficult to most)

Beat Saber Server Browser [PC]

ServerBrowser lets you join existing public lobbies created on any server.

BeatUpClient | BETA [PC]

The easiest way to host lobbies on any server. Enables the following additional features in BeatUpServer lobbies:

  • Downloading of levels not available on BeatSaver
  • Per-player difficulty
  • Per-player modifiers
  • Skipping the countdown
  • Skipping the end-of-level podium

BeatTogether Mod [PC]

BeatTogether has historically been the most popular mod for enabling modded multiplayer. To access BeatUpServer, add the hostname to your BeatTogether config located at UserData\BeatTogether.json in your game directory:

{
  "SelectedServer": "BeatUpServer",
  "Servers": [
    {
      "ServerName": "BeatTogether",
      "HostName": "master.beattogether.systems",
      "Port": 2328,
      "StatusUri": "http://master.beattogether.systems/status"
    },
    {
      "ServerName": "BeatUpServer",
      "HostName": "master.battletrains.org",
      "Port": 2328,
      "StatusUri": "https://status.master.battletrains.org"
    }
  ]
}

About

A lightweight modded Beat Saber multiplayer server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 68.0%
  • C# 22.0%
  • HTML 5.5%
  • C++ 3.3%
  • Makefile 1.2%