Posted September 22, 2015
high rated
Edit: I've now put together an easy to use Wine wrapper for this game.
As noted by others in the release thread, I've found that System Shock Enhanced Edition appears to run perfectly in Wine except that there's no music. I've got the music working on my system (running Linux Mint) by doing the following:
First, install the packages "fluidsynth" and "fluid-soundfont-gm" (you can ignore the second one if you want to use an alternative soundfont). Then, before you start the game, start fluidsynth with this command:
fluidsynth --audio-driver=alsa /usr/share/sounds/sf2/FluidR3_GM.sf2
(if you're using a different soundfont then substitute /usr/share/sounds/sf2/FluidR3_GM.sf2 with the soundfont you want to use).
Leave it to run in the background as you play SSE and exit when you're done playing.
As noted by others in the release thread, I've found that System Shock Enhanced Edition appears to run perfectly in Wine except that there's no music. I've got the music working on my system (running Linux Mint) by doing the following:
First, install the packages "fluidsynth" and "fluid-soundfont-gm" (you can ignore the second one if you want to use an alternative soundfont). Then, before you start the game, start fluidsynth with this command:
fluidsynth --audio-driver=alsa /usr/share/sounds/sf2/FluidR3_GM.sf2
(if you're using a different soundfont then substitute /usr/share/sounds/sf2/FluidR3_GM.sf2 with the soundfont you want to use).
Leave it to run in the background as you play SSE and exit when you're done playing.
Post edited April 27, 2017 by adamhm