特殊:Badtitle/NS100:Cube:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Oneleaf留言 | 贡献
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...
 
Oneleaf留言 | 贡献
无编辑摘要
第12行: 第12行:
<pre><nowiki>
<pre><nowiki>
tar -xvvf cube_YYYY_MM_DD_unix.tar.gz
tar -xvvf cube_YYYY_MM_DD_unix.tar.gz
</nowiki></code>
</nowiki></pre>


(e.g - tar xvvf cube_2005_08_29_unix.tar.gz).
(e.g - tar xvvf cube_2005_08_29_unix.tar.gz).
第21行: 第21行:
<pre><nowiki>
<pre><nowiki>
cd cube/
cd cube/
</nowiki></code>
</nowiki></pre>


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


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


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


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



2007年5月13日 (日) 12:54的版本

{{#ifexist: :Cube/zh | | {{#ifexist: Cube/zh | | {{#ifeq: {{#titleparts:Cube|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Cube|1|-1|}} | zh | | }}

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

(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: UbuntuUsers.de


CategoryGames CategoryDocumentation