Installing Wolfenstein: Enemy Territory with alsa sound support
Sep 05
enemy territory, fps alsa, etw 6 Comments
After you had installed version 2.60 and patched it, run this command:
wget -q -O - http://nullkey.ath.cx/~stuff/et-sdl-sound/et-sdl-sound.gz | gzip -d > et-sdl-sound && chmod a+x et-sdl-sound
Remember to add sudo before
chmod a+x et-sdl-sound
…if you’re not logged in as root (or don’t want to) just make sure the current user is a sudoer
Command above enables playing W:ET with alsa sound driver support. If you also want to enable sound with True Combat: Elite, make a copy of et-sdl-sound and change line 47 and 48 from:
SCRIPT_NAME='et-sdl-sound'
GAME_BIN='et.x86'
to
SCRIPT_NAME='tc-elite-sdl-sound'
GAME_BIN='tc-elite'
RSS












