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

来自Ubuntu中文
跳到导航跳到搜索
Oneleaf留言 | 贡献
New page: {{From|https://help.ubuntu.com/community/Games/Native/ReturnToCastleWolfensteinEnemyTerritory}} {{Languages|php5}} Instructions to install Return to Castle Wolfenstein: Enemy Territory. ...
 
Wikibot留言 | 贡献
无编辑摘要
 
(未显示2个用户的4个中间版本)
第1行: 第1行:
{{From|https://help.ubuntu.com/community/Games/Native/ReturnToCastleWolfensteinEnemyTerritory}}
{{From|https://help.ubuntu.com/community/Games/Native/ReturnToCastleWolfensteinEnemyTerritory}}
{{Languages|php5}}
{{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 ====
第16行: 第13行:
chmod +x 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)
./et-linux-2.60.x86.run (Use "/<path to install>/enemy-territory" when asked)
</nowiki></code>
</nowiki></pre>
==== Security Fix ====
==== Security Fix ====
<pre><nowiki>
<pre><nowiki>
第23行: 第20行:
cp /Enemy\ Territory\ 2.60b/linux/* .
cp /Enemy\ Territory\ 2.60b/linux/* .
rm -rf /Enemy\ Territory\ 2.60b/linux/
rm -rf /Enemy\ Territory\ 2.60b/linux/
</nowiki></code>
</nowiki></pre>
=== Troubleshooting ===
=== Troubleshooting ===
==== Sound ====
==== Sound ====
第30行: 第27行:
/dev/dsp: Input/output error
/dev/dsp: Input/output error
Could not mmap /dev/dsp
Could not mmap /dev/dsp
</nowiki></code>
</nowiki></pre>
you can try the following fix
you can try the following fix
<pre><nowiki>
<pre><nowiki>
sudo vi /etc/init.d/bootmisc.sh
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></code>
</nowiki></pre>
 
above 'exit 0' and then reboot.
=== Playing ===
=== Playing ===
<pre><nowiki>
<pre><nowiki>
./et
./et
</nowiki></code>
</nowiki></pre>
 
----
----
CategoryGames 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