06-17-2011, 09:13 AM
Official Website: http://assault.cubers.net/
Info:
Pictures:
Download it here. Then complete the following.
1st
2nd
Now we need to extract this file... in the Terminal, browse to the directory you downloaded the file to and run the following command:
3rd
This will extract all the files in the archive to the AssaultCube_v1.0.2 directory. To change to this directory, type:
Lastly
Before we can run AssaultCube, we need to install the dependencies. In the terminal, type:
Everything should be set-up now. To run AssaultCube, simply type ./assaultcube.sh or double click the icon in the AssaultCube directory.
Enjoy
Info:
Spoiler (Click to View)
AssaultCube is a FREE multiplayer first-person shooter game, based on the CUBE engine.
Taking place in realistic environments, with fast, arcade gameplay, it's addictive and fun!
With efficient bandwidth usage, it's low-latency and can even run over a 56Kbps connection.
It's tiny too, weighing in at a lightweight 40 MB package available for Windows, Mac and Linux.
On the correct settings, it can even run on old hardware (Pentium III and above).
Taking place in realistic environments, with fast, arcade gameplay, it's addictive and fun!
With efficient bandwidth usage, it's low-latency and can even run over a 56Kbps connection.
It's tiny too, weighing in at a lightweight 40 MB package available for Windows, Mac and Linux.
On the correct settings, it can even run on old hardware (Pentium III and above).
Spoiler (Click to View)
1st
Code:
wget http://downloads.sourceforge.net/actiongame/AssaultCube_v1.0.2.tar.bz2
Now we need to extract this file... in the Terminal, browse to the directory you downloaded the file to and run the following command:
Code:
tar xjvf AssaultCube_v1.0.2.tar.bz2
This will extract all the files in the archive to the AssaultCube_v1.0.2 directory. To change to this directory, type:
Code:
cd AssaultCube_v1.0.2
Before we can run AssaultCube, we need to install the dependencies. In the terminal, type:
Code:
sudo apt-get install libsdl1.2-all libsdl-image1.2 libsdl-image1.2-dev libopenal-dev
Enjoy