Update Setlist for Beat Saber 1.44.1 startup scan
This commit is contained in:
+4
-4
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user