Update Setlist for Beat Saber 1.44.1 startup scan

This commit is contained in:
pleb
2026-07-19 20:25:22 -07:00
parent 14d21ad6a3
commit a3b8169fd6
7 changed files with 79 additions and 87 deletions
+4 -4
View File
@@ -3,13 +3,13 @@
Gamedir
```sh
cd ~/.local/share/BSManager/BSInstances/1.40.8
cd ~/.local/share/BSManager/BSInstances/1.44.1
```
## Logs
```sh
tail -f Logs/_latest.log
tail -F Logs/_latest.log
```
## FPFC Mode
@@ -23,7 +23,7 @@ Mouse input is broken because Wayland is not yet supported.
To run beat saber, you can mimic the launch execution that bs-manager performs with the following:
```sh
cd "/home/pleb/.local/share/BSManager/BSInstances/1.40.8"
cd "/home/pleb/.local/share/BSManager/BSInstances/1.44.1"
export SteamAppId=620980 SteamOverlayGameId=620980 SteamGameId=620980
export WINEDLLOVERRIDES='winhttp=n,b'
@@ -40,7 +40,7 @@ steam-run "/home/pleb/.local/share/Steam/steamapps/common/Proton - Experimental/
Then, after a few seconds you can read the log messages after BS starts up
```
cat ~/.local/share/BSManager/BSInstances/1.40.8/Logs/_latest.log | grep Setlist
cat ~/.local/share/BSManager/BSInstances/1.44.1/Logs/_latest.log | grep Setlist
```
Thereafter, kill the process.