特殊:Badtitle/NS100:Games/Native/ReturnToCastleWolfensteinEnemyTerritory:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Wikibot留言 | 贡献
无编辑摘要
Wikibot留言 | 贡献
无编辑摘要
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
{{From|https://help.ubuntu.com/community/Games/Native/ReturnToCastleWolfensteinEnemyTerritory}}
{{From|https://help.ubuntu.com/community/Games/Native/ReturnToCastleWolfensteinEnemyTerritory}}
{{Languages|UbuntuHelp:Games/Native/ReturnToCastleWolfensteinEnemyTerritory}}
{{Languages|UbuntuHelp:Games/Native/ReturnToCastleWolfensteinEnemyTerritory}}
Instructions to install Return to Castle Wolfenstein: Enemy Territory.
Instructions to install Return to Castle Wolfenstein: Enemy Territory.
== Return to Castle Wolfenstein: Enemy Territory ==
== Return to Castle Wolfenstein: Enemy Territory ==
URL: http://www.idsoftware.com
URL: http://www.idsoftware.com
<br><br>
<<BR>><<BR>>
=== Installation (Internet) ===
=== Installation (Internet) ===
==== Binary ====
==== Binary ====
第33行: 第30行:
you can try the following fix
you can try the following fix
<pre><nowiki>
<pre><nowiki>
sudo vi /etc/rc.local
sudo nano /etc/rc.local
add "echo 'et.x86 0 0 direct' > /proc/asound/card0/pcm0p/oss" above : exit 0
add "echo 'et.x86 0 0 direct' > /proc/asound/card0/pcm0p/oss"
</nowiki></pre>
</nowiki></pre>
And reboot.
above 'exit 0' and then reboot.
 
=== Playing ===
=== Playing ===
<pre><nowiki>
<pre><nowiki>
./et
./et
</nowiki></pre>
</nowiki></pre>
----
----
[[category:CategoryGames]] [[category:CategoryDocumentation]]
[[category:CategoryGames]]


[[category:UbuntuHelp]]
[[category:UbuntuHelp]]

2008年10月19日 (日) 05:32的最新版本

{{#ifexist: :Games/Native/ReturnToCastleWolfensteinEnemyTerritory/zh | | {{#ifexist: Games/Native/ReturnToCastleWolfensteinEnemyTerritory/zh | | {{#ifeq: {{#titleparts:Games/Native/ReturnToCastleWolfensteinEnemyTerritory|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Games/Native/ReturnToCastleWolfensteinEnemyTerritory|1|-1|}} | zh | | }}

Instructions to install Return to Castle Wolfenstein: Enemy Territory.

Return to Castle Wolfenstein: Enemy Territory

URL: http://www.idsoftware.com <
><
>

Installation (Internet)

Binary

mkdir /<path to install>/enemy-territory
cd /<path to install>/enemy-territory
wget ftp://ftp.idsoftware.com/idstuff/et/linux/et-linux-2.60.x86.run
chmod +x et-linux-2.60.x86.run
./et-linux-2.60.x86.run (Use "/<path to install>/enemy-territory" when asked)

Security Fix

wget ftp://ftp.idsoftware.com/idstuff/et/ET-2.60b.zip
unzip ET-2.60b.zip
cp /Enemy\ Territory\ 2.60b/linux/* .
rm -rf /Enemy\ Territory\ 2.60b/linux/

Troubleshooting

Sound

If you have no sound with the following error message

/dev/dsp: Input/output error
Could not mmap /dev/dsp

you can try the following fix

sudo nano /etc/rc.local
add "echo 'et.x86 0 0 direct' > /proc/asound/card0/pcm0p/oss"

above 'exit 0' and then reboot.

Playing

./et