Much like the original Cube, the aim of this game is not necessarily to produce the most features & eyecandy possible, but rather to allow map/geometry editing to be done dynamically in-game, to create fun gameplay and an elegant engine.
[More Info]
sudo aptitude update && sudo aptitude safe-upgrade sudo aptitude install build-essential sudo aptitude install libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libgl1-mesa-dev libglu1-mesa-dev
Done.
Download the latest version of Sauerbraten (tar.bz2) to your Desktop.
Download
Code:
mkdir ~/.Games cd ~/Desktop tar jxfv sauerbraten_2007_12_24_assassin_edition_linux.tar.bz2 cd sauerbraten/src make install cd ~/Desktop mv sauerbraten ~/.Games
Done.
nano ~/.Games/Sauerbraten-launch.sh
Add the following;
#!/bin/bash
cd ~/.Games/sauerbraten
sh sauerbraten_unix
Save [ctrl] + [o] and exit [ctrl] + [x].
Code:
chmod +x ~/.Games/Sauerbraten-launch.sh alacarte
Go to the Game section in Alacarte and push the New Item button. Fill in;
Name: Sauerbraten
Command: sh /home/USERNAME/.Games/Sauerbraten-launch.sh
Comment: Sauerbraten (a.k.a. Cube 2) is a free multiplayer/singleplayer first person shooter, built as a major redesign of the Cube FPS.
Icon: ~/.Games/sauerbraten/data/cube.png
You can now launch from Sauerbraten by Applications tab —> Games —> Sauerbraten
Enjoy!