1
0
mirror of synced 2025-02-07 14:41:24 +01:00

Update guide.md

This commit is contained in:
Bobby Dilley 2025-01-28 17:42:07 +00:00 committed by GitHub
parent 565a9208b7
commit d3e6027139
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,13 +56,19 @@ You need to set `SKIP_OUTRUN_CABINET_CHECK` to 1 in `lindbergh.conf` to play in
### Ghost Squad / 2Spicy
You may have sound issues complaining that the system cannot open `/dev[/sound]/dsp` in which case do the following:
You may have sound issues such as the game complaining that the system cannot open `/dev[/sound]/dsp`. You **must not** use the `libopenal.so.0` files that came with the game, please delete those if you've moved them into your game folder. Do the following:
```
sudo apt install pipewire-audio-client-libraries:i386
sudo cp /usr/share/doc/pipewire/examples/alsa.conf.d/99-pipewire-default.conf /etc/alsa/conf.d/
```
Then in the game folder you must create a symlink to the `libopenal.so.1` library installed on your system:
```
ln -s /usr/lib/i386-linux-gnu/libopenal.so.1 libopenal.so.0
```
## Configuration File : lindbergh.conf
All configurable options are set and explained in the [`lindbergh.conf`](lindbergh.conf) file itself, and should be reasonably easy to understand. This chapter further explains some of those setup options.