Cube

Revision 4 as of 2005-07-23 14:22:37

Clear message

[http://www.cubeengine.com/ Cube] is a free OpenSource first person shooter.

Download

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]

Installation

Install it with the following command:

sudo sh cube_2004.05.22-english.run

Start Cube

You can start the game with the following command

cube

If you want to start it with another resolution than the default 640*480. For example with 800*600:

cube -w800 -h600

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