W:ET linux sound fix

hi,

i'm a sysadmin who converted myself to freedom many years ago and just yesterday managed do reisntall W:ET again on my arch machine and run into NO SOUND problem

for anyone that runs into this try the following:
tips from https://annihil.com/topic/4/et-sdl-sound-setup
et-dl-sound - 17-04-2020
Quotewget "https://drive.google.com/uc?export=download&id=0B9j5svRObPS9TnQ4ZjlfTTAxbWM" -O ~/Documents/et-sdl-sound.so


Quotesudo nano ~/Desktop/et-launch.sh

Quote
#!/bin/bash
export LD_PRELOAD="~/Documents/et-sdl-sound.so"
export SDL_AUDIODRIVER="pulse"
cd "~/.wet/"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
exec ./et.x86 "$@ +exec autoexec.cfg"


Quotesudo chmod +x ~/Desktop/et-launch.sh


tested in arch/manjaro+debian

please drop me a reply/pm if problems arise
Comments
1
thers some problems on arch if ur runing pulse audio with et sdl
otherwise works great
Back to top