There are two sides: Allies and Axis. There are six officially released maps (North Africa Campaign: Gold Rush, Siwa Oasis, and Seawall Battery; Europe Campaign: Rail Gun, Wurzburg Radar, and Fuel Dump), as well as hundreds of custom maps made by the internet community. On each map, the offense needs to complete a certain set of objectives within a limited amount of time. The defense needs to keep the offense from completing objectives until time runs out. Some objectives may be optional, and some objectives can be carried out by either team. These minor objectives assist the team completing them. Depending on Game Mode the action will continue on another map (Campaign Mode) or the same map (Objective Mode, Stopwatch Mode, Last Man Standing).
[More Info]
Make sure that the driver to your 3D graphic card is proper installed and working.
Check if your sourcelist is correctly set.
Download the relevant libs to Wolfstein;
Code:
sudo aptitude update && sudo aptitude safe-upgrade
sudo aptitude install ia32-libs libc6-i386
wget http://www.boundlesssupremacy.com/Cappy/getlibs/getlibs-all.deb
sudo dpkg -i getlibs-all.deb
getlibs -p libgtk1.2
Done.
Open the terminal and type;
Code:
cd ~/Desktop wget -c http://ftp.games.skynet.be/pub/wolfenstein/et-linux-2.60.x86.run chmod +x et-linux-2.60.x86.run sudo sh et-linux-2.60.x86.run
NOTE: It's important that you exit the installer window and do not press the installers play button. It will course permission problems for Wolfenstein.
Code:
getlibs /usr/local/games/enemy-territory/et.x86
Done.
Download the latest patch (2.60b) to your Desktop.
Download
Code:
cd ~/Desktop unzip ET-2.60b-linux.zip cd Enemy*/linux sudo cp -r * /usr/local/games/enemy-territory
Done.
Code:
sudo nano /usr/share/applications/etwolfenstein.desktop
Add the following;
[Desktop Entry]
Name=Enemy Territory: Wolfenstein
Comment=Wolfenstein: Enemy Territory is an online multi-player game, where the players interact with each other over a network in two teams (Axis and Allies) to defend or destroy mission objectives.
Exec=et
Icon=/usr/local/games/enemy-territory/ET.xpm
Terminal=false
Type=Application
Categories=Application;Game;
Then save (ctrl)+(o) and exit (ctrl)+(x).
You can now launch Enemy Territory: Wolfenstein by Applications tab —> Games —> Enemy Territory: Wolfenstein
Enjoy!