Beat Saber Mods and Linux

Updated Mar. 18, 2022 with instructions about how to downgrade game versions while mods are being updated, because ScoreSaber only supports 1.19.0 right now.

Geefr has released a new GUI mod installer for Linux! I recommend you use that now instead of the terminal / scripts option detailed in this post.

Old mod install method:

1.3.0 broke mods again! Use these scripts to get them working again! Read further below to see more details about this update

So you’ve probably heard that I’ve recently started using an HTC Vive I acquired (or you’re somebody I’ve never met…) and I also love rhythm games, so you see where this is going.

Beat Saber works great on it’s own with my new PC (details in a previous post: Triangulum) but I needed more out of the game, since I’m used to the custom community, songs, skins, etc from OSU (Lazer!).

It’s not too hard to get everything working, just needs some extra tweaks here and there.

For quick reference, the programs I will be using are:

That’s all you’ll need! Now let’s get started!

Step 1: Install and run Beat Saber once

Before doing anything, run the game normally at least once. Simple, I know, but I’ve had to reinstall a few times when I messed up.

Step 2: Use Protontricks to install BeatDrop

  1. Launch protontricks via protontricks --gui
  2. Select Beat Saber,
  3. Select default wine prefix
  4. Open a terminal for debugging
  5. wine /tmp/beatdrop-setup-*.exe Replace with path to the beatdrop installer you downloaded.
  6. Install BeatDrop for the system (not user)
  7. Don’t run beatdrop.

Step 3: Apply fixes to the wine prefix

  1. Use the same protontricks gui as before, but this time open RegEdit.
  2. Get this file: github.com/Vash63/bsmodinstaller.py: winhttp.reg
  3. Import that file via the RegEdit menu.

Next, if you want to use SongCore, (in most cases you do) you need to do an additional step:

cd "~/.local/share/Steam/steamapps/compatdata/620980/pfx/drive_c/users/steamuser/Local Settings"
mkdir -p "LocalLow/Hyperbolic Magnetism/Beat Saber"

Replace the ~/.local with your Steam library install location you used for Beat Saber.

This should fix SongCore not allowing you to play custom songs.

Step 4: Open BeatDrop and install mods

Using the same debugging terminal we opened via protontricks, launching BeatDrop can be done with wine Program\ Files/beatdrop/beatdrop.exe

Then simply install mods as usual, starting with BSIPA. You should see the green ‘patched successfully’ notification.

Step 5: Don’t run BeatDrop and Beat Saber at the same time

Before trying to launch Beat Saber, make sure you close out any programs running in the protontricks session we started, otherwise there could be conflicts with Steam’s usage of the wine prefix at the same time.

You’re done!

Now when you launch Beat Saber, everything should work as expected! If not, please ping me on GitHub (you can make an issue on my .github.io), Steam (leave a profile comment), Discord or email.

BeatSaber 1.3 Update

Alright, this latest update requires even more workarounds this time, but luckily someone’s already published a script to modify the proton instance:

github.com/geefr/beatsaber-linux-goodies

Use the bs-linux-modfix.sh script to fix it up, it’ll handle the weird library / winhttp workarounds required now.

Also, the same guy made a fork of BeatDrop with native Linux releases! Check it out!

Downgrading to older game versions

So for whatever reason you want to grab an old release of Beat Saber? There have been many tools and scripts made for Windows that do this automatically, so here’s how you can do so on Linux.

Start steam in console mode

Run steam from a terminal with steam -console, this will give us a steamcmd console within the steam window itself that we can use for a few commands.

Download an old depot of the game

Based on instructions from a reddit post

Locate a manifest ID for the version of the game you want to download from here using SteamDB.

Once you’ve got that, the command to download the old Beat Saber depot in the steam console (not the terminal) should look like:

download_depot 620980 620981 6558821762131072991

Remember to replace the last command argument with the manifestID for the version you want to download.

It might take a while to run, but this should eventually give you some output, similar to:

] download_depot 620980 620981 6558821762131072991
Downloading depot 620981 (758 MB) ...
Depot download complete : "/home/robo/.steam/debian-installation/ubuntu12_32\steamapps\content\app_620980\depot_620981" (320 files, manifest 6558821762131072991)

Once it’s downloaded, you’ll have to copy it over your current install’s files, remember to keep a backup of any custom songs you want to keep!

For me, the command I use is:

rsync -a ~/.steam/debian-installation/ubuntu12_32/steamapps/content/app_620980/depot_620981/* ~/.steam/debian-installation/steamapps/common/Beat\ Saber/

Continue modding as normal!

Once the old version has been copied over, boot the game once, then just run the same process you use to install mods for the older game version.

If you don’t already have a method to install Beat Saber mods on Linux, take a look at Beataroni by geefr.

GPU Cooling in the R720XD

There is a good reason Dell didn't support GPUs in it's R720XD servers (I hope), but that didn't stop me from doing it anyways.
It s...
Continue reading...

FDAC@UTK: SSH & Container tutorial

Published on September 04, 2023

Authentik group assignment on invitation usage

Published on February 25, 2023