个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/RushingBender}}
 
{{From|https://help.ubuntu.com/community/RushingBender}}
 
{{Languages|UbuntuHelp:RushingBender}}
 
{{Languages|UbuntuHelp:RushingBender}}
 +
#title Rushing Bender
 
Parent: [[UbuntuHelp:Games]]
 
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.
+
Rushing Bender is a single and 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 ==
 
== Download ==
<pre><nowiki>
+
* [http://www.swiix.ch/rb]
wget -c http://www.aacm.ch/rb/rel/rushing_bender_1.01.zip
+
</nowiki></pre>
+
  
( link seems to be down at the moment )
+
== Installation ==
 +
Open a Terminal ('''Applications''' -> '''Accessories''' -> '''Terminal''') and type the following commands, pressing the return key at the end of each line:
  
== Installation ==
 
Make a directory where you want to have the game installed and move the zip.
 
 
<pre><nowiki>
 
<pre><nowiki>
 
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></pre>
+
cd /path/rushing_bender/
replace <code><nowiki>/path/</nowiki></code> with yor path
+
 
+
Extract the archive:
+
<pre><nowiki>
+
 
unzip rushing_bender_1.01.zip
 
unzip rushing_bender_1.01.zip
</nowiki></pre>
 
 
Change permission
 
<pre><nowiki>
 
 
chmod +x /path/rushing_bender/rushing_bender*
 
chmod +x /path/rushing_bender/rushing_bender*
 
</nowiki></pre>
 
</nowiki></pre>
replace <code><nowiki>/path/</nowiki></code> 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 <code><nowiki>ERROR:  FmodPLayer: error loading Stream from fileresources/sound/menu.mp3</nowiki></code> on startup. ---[[UbuntuHelp:Philbull]]
+
Replace ''/path'' with the path of the location you want to install the game into.
 +
 
 +
'''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 <code><nowiki>ERROR:  FmodPLayer: error loading Stream from fileresources/sound/menu.mp3</nowiki></code> on startup.
  
 
== Start ==
 
== Start ==
You start the game with the following command:
+
You can start the game with the following command (replace ''/path'' with the path you installed the game to):
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
 
/path/rushing_bender/rushing_bender.sh
 
/path/rushing_bender/rushing_bender.sh
 
</nowiki></pre>
 
</nowiki></pre>
replace <code><nowiki>/path/</nowiki></code> with your path
+
 
 
----
 
----
 
[[category:CategoryGames]] [[category:CategoryDocumentation]]
 
[[category:CategoryGames]] [[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月21日 (三) 18:07的版本

  1. title Rushing Bender

Parent: UbuntuHelp:Games

Rushing Bender is a single and 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

Installation

Open a Terminal (Applications -> Accessories -> Terminal) and type the following commands, pressing the return key at the end of each line:

mkdir rushing_bender
mv rushing_bender_1.01.zip /path/rushing_bender/
cd /path/rushing_bender/
unzip rushing_bender_1.01.zip
chmod +x /path/rushing_bender/rushing_bender*

Replace /path with the path of the location you want to install the game into.

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.

Start

You can start the game with the following command (replace /path with the path you installed the game to):

/path/rushing_bender/rushing_bender.sh