Cube

Differences between revisions 8 and 9
Revision 8 as of 2006-06-05 15:22:24
Size: 1477
Editor: 168
Comment:
Revision 9 as of 2006-06-19 16:07:23
Size: 48
Editor: 127
Comment:
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 (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 =
First, get in to the directory which was created when you untarred Cube (by default this is called '''cube''').
{{{
cd cube/
}}}

Now, 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
#REFRESH 0 http://help.ubuntu.com/community/Cube

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