个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第3行: 第3行:
 
#title Rushing Bender
 
#title Rushing Bender
 
Parent: [[UbuntuHelp:Games]]
 
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.
 
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 ==
 
* [http://www.swiix.ch/rb]
 
* [http://www.swiix.ch/rb]
 
 
== Installation ==
 
== Installation ==
 
Open a Terminal ('''Applications''' -> '''Accessories''' -> '''Terminal''') and type the following commands, pressing the return key at the end of each line:
 
Open a Terminal ('''Applications''' -> '''Accessories''' -> '''Terminal''') and type the following commands, pressing the return key at the end of each line:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
mkdir rushing_bender
 
mkdir rushing_bender
第19行: 第15行:
 
chmod +x /path/rushing_bender/rushing_bender*
 
chmod +x /path/rushing_bender/rushing_bender*
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Replace ''/path'' with the path of the location you want to install the game into.
 
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.
 
'''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 can start the game with the following command (replace ''/path'' with the path you installed the game to):
 
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>
 
 
----
 
----
 
[[category:CategoryGames]] [[category:CategoryDocumentation]]
 
[[category:CategoryGames]] [[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 21:22的版本

  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