Giter Site home page Giter Site logo

beatuprcelyte's Introduction

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. Cross-version lobbies supported for 1.20.0<->1.31.1 or experimentally 1.32.0<->1.37.2 (ranges broader than 1.32.0-1.34.0, 1.34.2-1.37.0, and 1.37.1+ are not fully tested and may have issues).

Ways to Join

Beat Saber Server Browser [PC]

ServerBrowser lets hosts publicly list their lobbies for other ServerBrowser users to join, regardless of server.

BeatUpClient | BETA [PC]

BeatUpClient enables custom servers to be added in-game from the multiplayer menu using the + button, or directly in the config located at UserData\BeatUpClient.json. Using BeatUpClient will additionally enable the following 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]

To access a custom server through the BeatTogether mod on PC, add its status URL to your BeatTogether config (located at UserData\BeatTogether.json in the game folder). As an example, here's what the file would look like with rcelyte's master.battletrains.org instance added:

{
  "SelectedServer": "BeatUpServer",
  "Servers": [
    {
      "ServerName": "BeatTogether",
      "HostName": "master.beattogether.systems",
      "ApiUrl": "http://master.beattogether.systems:8989",
      "StatusUri": "http://master.beattogether.systems/status",
      "MaxPartySize": 100
    },
    {
      "ServerName": "BeatUpServer",
      "ApiUrl": "https://status.master.battletrains.org",
      "StatusUri": "https://status.master.battletrains.org",
      "MaxPartySize": 126
    }
  ]
}

Building BeatUpServer

Compiling BeatUpServer requires a Linux/WSL2 host with git, make, and an updated version of GCC or Clang (at least GCC 12 or Clang 11). To build, simply run make in the repository folder.

Note: Some Linux distros like Debian ship C compilers too old for BeatUpServer. To specify a different compiler for building, set CC environment variable:

sudo apt install clang-11
CC=clang-11 make

Additionally, BeatUpServer may be cross-compiled for Windows using the mingw-w64 toolchain:

CC=x86_64-w64-mingw32-gcc make beatupserver.exe

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.