ET linux
•
24 Sep 2010, 11:56
•
Journals
Just trying out some stuff on Linux, and would like to download ET for it.
What do I need to download? Isn't there some ET ultimate package?
If not could you please provide me with the links I need?
What do I need to download? Isn't there some ET ultimate package?
If not could you please provide me with the links I need?
wget http://ftp.freenet.de/pub/4players/hosted/et/official/et-linux-2.60.x86.run
FOR PB
mkdir Pbsetup
cd Pbsetup
wget http://websec.evenbalance.com/downloads/linux/pbsetup.run
sudo chmod a+x pbsetup.run
sudo ./pbsetup.run
FOR 2.60B
sudo -i
cd /usr/local/games/enemy-territory
rm et.x86
rm etded.x86
wget http://www.shs.cba.pl/et.x86
wget http://www.shs.cba.pl/etded.x86
then just
sudo chmod a+x et.x86
you can start et by typing: et in console
Hope you have basic linux knowledge and i dont have to explain you what these cmds means.