From d3e6027139e9aa4ea78325529bef141251d5eaac Mon Sep 17 00:00:00 2001 From: Bobby Dilley Date: Tue, 28 Jan 2025 17:42:07 +0000 Subject: [PATCH] Update guide.md --- docs/guide.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index 958e9fd..3822f80 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -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.