ET in Linux
•
19 Mar 2007, 22:29
•
Journals
I've installed xubuntu to my PC, but i've kept Windows installation as well because I haven't yet accomplished to get my ET to work on Linux. After installing it, i updated to ET Patch 2.60b and then i joined a server, but got kicked for game integrity as expected. I ran pbweb.x86 to update pb and when it said it was done i rejoined a server, but got the same error. Atm I dont have any sound in ET either, even tho i have sound elsewhere (when listening to music and so on).
Is there anywhere I can get a zip file or whatever like the pro file on vae's site with all included and updated ????
Or is there a thing i need to do that i dont need to do in windows and therefore have missed ????
Thx in advance
Is there anywhere I can get a zip file or whatever like the pro file on vae's site with all included and updated ????
Or is there a thing i need to do that i dont need to do in windows and therefore have missed ????
Thx in advance
I'm blond and therefore I don't understand when people are being sarcastic. ^^
you need to download pbupdate for linux
unzip Patchpack.zip
cd Patch
cp ET.x86 /usr/local/games/enemy-territory
You may have to edit the path where you installed ET to.
nP
I did that already with dl'ing the patch and overwriting the 2 files needed.
Edit: I just recognized that u mean game integrity :D
Yea, thats weirdo on linux, do this:
cd /usr/local/games/enemy-territory/pb
cp * /home/bLAZ3R/.etwolf/pb
cd /home/bLAZ3R/.etwolf/pb
./pbweb.x86
nP
Edit: I just recognized that u mean game integrity :D
Yea, thats weirdo on linux, do this:
su
cd /usr/local/games/enemy-territory/pb
cp * /home/bLAZ3R/.etwolf/pb
cd /home/bLAZ3R/.etwolf/pb
./pbweb.x86
nP
cp * ~/.etwolf/pb
cd ~/.etwolf/pb
./pbweb.x86
imo
sudo -s
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "et.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss
exit
for sounds.
np
When you do it that way, the files will be copied to /home/root/.. because your logged in as root. :-)
Everytime when I start ET I have to start the sound manually (too lazy to make a starter) and then I'm too lazy to log out of root =)
its just for 10 mins or so after pb update and reinstall
bit later i never got kicked
if not, get pbsetup.run, a guy of EvenBalance told me all linux users should use pbsetup.run now, to update pb.
2. sound script (linux&ts)
#!/bin/bash
sudo chmod a+w /proc/asound/card0/pcm0p/oss
sudo chmod a+w /proc/asound/card0/pcm0c/oss
sudo echo "et.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss
sudo echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
save as settings.sh or something
so you here et sound if you are in TeamSpeak too.^^
start it every time u started your pc and u want to play et
u could save it as autostart script too..
Your soundcard (Prolly Ac'97 OnBoard) does not support the output of 2 sound devices at the same time. Quit ur music, then start ET. :-)