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

来自Ubuntu中文
跳到导航跳到搜索
Oneleaf留言 | 贡献
无编辑摘要
Wikibot留言 | 贡献
无编辑摘要
 
(未显示同一用户的2个中间版本)
第2行: 第2行:
{{Languages|UbuntuHelp:RushingBender}}
{{Languages|UbuntuHelp:RushingBender}}
#title Rushing Bender
#title Rushing Bender
Parent: [[UbuntuHelp:Games]]
Parent: [[UbuntuHelp:Games|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:UbuntuHelp]]
[[category:UbuntuHelp]]

2008年10月20日 (一) 00:31的最新版本

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

  1. title Rushing Bender

Parent: 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