Cube

Differences between revisions 6 and 7
Revision 6 as of 2005-11-04 12:21:12
Size: 1358
Editor: game-prof
Comment:
Revision 7 as of 2006-06-05 15:20:31
Size: 1336
Editor: 168
Comment: made changes to reflect new cube builds, version used - cube_2005_08_29_unix
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[http://www.cubeengine.com/ Cube] is a free open-source first person shooter. [http://www.cubeengine.com/ Cube] is a free open-source First Person Shooter (FPS).
Line 4: Line 4:
You can download it from [http://liflg.org/?catid=6&gameid=67 Loki] or from the [http://sourceforge.net/project/showfiles.php?group_id=91993 Cube webpage] You can download it from the [http://sourceforge.net/project/showfiles.php?group_id=91993 Cube webpage].
Line 7: Line 7:
Install it with the following command: Untar it with the following command
Line 9: Line 9:
sudo sh cube_2004.05.22-english.run tar -xvvf cube_YYYY_MM_DD_unix.tar.gz
Line 11: Line 11:

(e.g - tar xvvf cube_2005_08_29_unix.tar.gz).
Line 15: Line 18:
cube ./cube_unix
Line 17: Line 20:
If you want to start it with another resolution than the default 640*480.
For example with 800*600:

If the script wont run, you may need to chmod it first.
Line 20: Line 23:
cube -w800 -h600 sudo chmod a+x cube_unix

[http://www.cubeengine.com/ Cube] is a free open-source First Person Shooter (FPS).

Download

You can download it from the [http://sourceforge.net/project/showfiles.php?group_id=91993 Cube webpage].

Installation

Untar it with the following command

tar -xvvf cube_YYYY_MM_DD_unix.tar.gz

(e.g - tar xvvf cube_2005_08_29_unix.tar.gz).

Start Cube

You can start the game with the following command

./cube_unix

If the script wont run, you may need to chmod it first.

sudo chmod a+x cube_unix

Configuration

You can make more changes in the configuration file autoexec.cfg, which is in the cube directory.

Troublehsooting

If you get the following error messages:

./linux_client: error while loading shared libraries: libSDL_image-1.2.so.0: cannot open shared object file: No such file or directory

you have to install the missing library: sudo apt-get install libsdl-image1.2

or

./linux_client: error while loading shared libraries: libSDL_mixer-1.2.so.0: cannot open shared object file: No such file or directory

you have to install the missing library: sudo apt-get install libsdl-mixer1.2

Credits: [http://www.ubuntu-de.org/wiki/spiele:anleitungen:cube UbuntuUsers.de]


CategoryGames CategoryDocumentation

Cube (last edited 2008-08-06 16:33:09 by localhost)