个人工具

UbuntuHelp:Cube

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 11:45的版本 (New page: {{From|https://help.ubuntu.com/community/Cube}} {{Languages|php5}} Parent: UbuntuHelp:Games [http://www.cubeengine.com/ Cube] is a free open-source First Person Shooter (FPS). == Dow...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Parent: UbuntuHelp:Games

Cube is a free open-source First Person Shooter (FPS).

Download

You can download it from the Cube webpage.

Installation

Untar it with the following command

tar -xvvf cube_YYYY_MM_DD_unix.tar.gz
</code>

(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''').
<pre>
cd cube/
</code>

Now, you can start the game with the following command.
<pre>
./cube_unix
</code>

If the script wont run, you may need to chmod it first.
<pre>
sudo chmod a+x cube_unix
</code>

== Configuration ==
You can make more changes in the configuration file <code>autoexec.cfg</code>, which is in the cube directory.

== Troublehsooting ==
If you get the following error messages:
<pre>
./linux_client: error while loading shared libraries: libSDL_image-1.2.so.0: cannot open shared object file: No such file or directory
</code>
you have to install the missing library: <code>sudo apt-get install libsdl-image1.2</code>

or
<pre>
./linux_client: error while loading shared libraries: libSDL_mixer-1.2.so.0: cannot open shared object file: No such file or directory
</code>
you have to install the missing library: <code>sudo apt-get install libsdl-mixer1.2</code>

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

[[category:UbuntuHelp]]