Music from New Beetle Tracks an Gabs in wine

Questions about Wine on Linux
Locked
Baumwolle
Newbie
Newbie
Posts: 1
Joined: Sat Feb 15, 2025 4:02 pm

Music from New Beetle Tracks an Gabs in wine

Post by Baumwolle »

Hi guys, I'm new here and only because I'm looking to get the game "New Beetle Tracks and Gabs" from 1997 to run with music.
At the moment it runs without music. It runs under wine. But without the background music. It is activated in the options though.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Music from New Beetle Tracks an Gabs in wine

Post by jkfloris »

This game uses MIDI files for background sounds. See the WineHQ and the Debian Wiki for examples of how to play them.

For me, it was enough to install fluidsynth and run it with:

Code: Select all

fluidsynth -a pulseaudio -m alsa_seq -g 1 -o midi.autoconnect -r 48000 /usr/share/sounds/sf3/default-GM.sf3
Locked