个人工具

“UbuntuHelp:RushingBender”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(New page: {{From|https://help.ubuntu.com/community/RushingBender}} {{Languages|php5}} Parent: UbuntuHelp:Games Rushing Bender is a single and a multiplayer racing game. You are the robot '''Ben...)
 
第8行: 第8行:
 
<pre><nowiki>
 
<pre><nowiki>
 
wget -c http://www.aacm.ch/rb/rel/rushing_bender_1.01.zip
 
wget -c http://www.aacm.ch/rb/rel/rushing_bender_1.01.zip
</nowiki></code>
+
</nowiki></pre>
  
 
( link seems to be down at the moment )
 
( link seems to be down at the moment )
第17行: 第17行:
 
mkdir rushing_bender
 
mkdir rushing_bender
 
mv rushing_bender_1.01.zip /path/rushing_bender/
 
mv rushing_bender_1.01.zip /path/rushing_bender/
</nowiki></code>
+
</nowiki></pre>
 
replace <code><nowiki>/path/</nowiki></code> with yor path
 
replace <code><nowiki>/path/</nowiki></code> with yor path
  
第23行: 第23行:
 
<pre><nowiki>
 
<pre><nowiki>
 
unzip rushing_bender_1.01.zip
 
unzip rushing_bender_1.01.zip
</nowiki></code>
+
</nowiki></pre>
  
 
Change permission
 
Change permission
 
<pre><nowiki>
 
<pre><nowiki>
 
chmod +x /path/rushing_bender/rushing_bender*
 
chmod +x /path/rushing_bender/rushing_bender*
</nowiki></code>
+
</nowiki></pre>
 
replace <code><nowiki>/path/</nowiki></code> with your path
 
replace <code><nowiki>/path/</nowiki></code> with your path
  
第37行: 第37行:
 
<pre><nowiki>
 
<pre><nowiki>
 
/path/rushing_bender/rushing_bender.sh
 
/path/rushing_bender/rushing_bender.sh
</nowiki></code>
+
</nowiki></pre>
 
replace <code><nowiki>/path/</nowiki></code> with your path
 
replace <code><nowiki>/path/</nowiki></code> with your path
 
----
 
----

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

Parent: UbuntuHelp:Games

Rushing Bender is a single and a multiplayer racing game. You are the robot Bender from the TV series Futurama, and must reach the finish on a futuristic hoover as fast as possible.

Download

wget -c http://www.aacm.ch/rb/rel/rushing_bender_1.01.zip

( link seems to be down at the moment )

Installation

Make a directory where you want to have the game installed and move the zip.

mkdir rushing_bender
mv rushing_bender_1.01.zip /path/rushing_bender/

replace /path/ with yor path

Extract the archive:

unzip rushing_bender_1.01.zip

Change permission

chmod +x /path/rushing_bender/rushing_bender*

replace /path/ with your path

Note: These instructions do not appear to work on Ubuntu Edgy (6.10). An extra dependency (libavifile-0.7c2) must be installed, but even then the program crashes with error ERROR: FmodPLayer: error loading Stream from fileresources/sound/menu.mp3 on startup. ---UbuntuHelp:Philbull

Start

You start the game with the following command:

/path/rushing_bender/rushing_bender.sh

replace /path/ with your path


CategoryGames CategoryDocumentation