个人工具

UbuntuHelp:Games/Native/ReturnToCastleWolfensteinEnemyTerritory

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 11:45的版本 (New page: {{From|https://help.ubuntu.com/community/Games/Native/ReturnToCastleWolfensteinEnemyTerritory}} {{Languages|php5}} Instructions to install Return to Castle Wolfenstein: Enemy Territory. ...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索


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)
</code>
==== Security Fix ====
<pre>
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/
</code>
=== Troubleshooting ===
==== Sound ====
If you have no sound with the following error message 
<pre>
/dev/dsp: Input/output error
Could not mmap /dev/dsp
</code>
you can try the following fix
<pre>
sudo vi /etc/init.d/bootmisc.sh
add "echo 'et.x86 0 0 direct' > /proc/asound/card0/pcm0p/oss" above : exit 0
</code>

=== Playing ===
<pre>
./et
</code>

----
CategoryGames CategoryDocumentation

[[category:UbuntuHelp]]