et
This is an old revision of the document!
Enemy Territory
No Sound under Linux with ET: Legacy? Here are the Steps i done.
- Install From https://www.etlegacy.com/
- apt-get install libsdl-sound1.2:i386
- find /lib/ -name “libSDL_sound*”
- remember the filename eg “libSDL_sound-1.0.so.1”
- cd /usr/local/games/enemy-territory/
- extract “et-sdl-sound.so” from this zip et-sdl-sound.so.7z
- vi et
#!/bin/sh # Needed to make symlinks/shortcuts work. # the binaries must run with correct working directory export ETSDL_SDL_LIB="libSDL_sound-1.0.so.1" cd "/usr/local/games/enemy-territory/" export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. #exec ./et.x86 "$@" LD_PRELOAD="/usr/local/games/enemy-territory/et-sdl-sound.so" ./et.x86 "$@"
et.1781018289.txt.gz · Last modified: by bigboss
