User Tools

Site Tools


et

This is an old revision of the document!


Enemy Territory

No Sound under Linux with ET: Legacy? Here are the Steps i done.

  1. apt-get install libsdl-sound1.2:i386
  2. find /lib/ -name “libSDL_sound*”
    • remember the filename eg “libSDL_sound-1.0.so.1”
  3. cd /usr/local/games/enemy-territory/
  4. extract “et-sdl-sound.so” from this zip et-sdl-sound.so.7z
  5. 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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki