个人工具

EnemyTerritory

来自Ubuntu中文

Peace讨论 | 贡献2007年7月20日 (五) 12:47的版本 Installation

跳转至: 导航, 搜索

需求条件

  • 您需要安装 Nvidia 或者 ATI 显卡驱动 - 查看 BinaryDriverHowto
  • libgtk1.2 也必须安装: apt-get install libgtk1.2 (终端命令行)

下载

完整版游戏

也可以从 FileShack 下载这个游戏

或者

wget -c http://ftp.games.skynet.be/pub/wolfenstein/et-linux-2.60.x86.run

安装期间可能有较新的版本. 查看 FileShack 或者你的 favourite 下载网站.

补丁

如果您已经安装了ET版本,那么您可以下载一个补丁 从 FileShack 下载

或者

wget -c http://ftp.games.skynet.be/pub/wolfenstein/et-linux-2.60-update.x86.run

安装期间可能有较新的版本. 请查看 FileShack

安装

完整版游戏

运行您已下载的文件

sudo sh ./et-linux-2.60.x86.run

它会启动一个GUI窗口来帮助您完成这个过程. (当默认的PB控件被选择时,请您保证这个过程完整的完成,否则您将无法加入这个游戏的很多服务器).

升级旧版本的必要更新

运行您已下载的文件来打补丁

sudo sh ./et-linux-2.60-update.x86.run

Start

Just run Applications > Other > Enemy Territory.

Alternatively, in a console just type:

et

Troubleshooting

Permission Errors

Change the permission with this command:

sudo chmod +x et-linux-2.60.x86.run
sudo chmod +x et-linux-2.60-update.x86.run

Downloading Maps

Verify that the directory that it downloads maps to is chmoded for access by your user! If you do not do this, you'll be unable to download and install the maps & other files you need to join games!

sudo chown -R user:user ~/.etwolf/

Replace user:user with your own user name & user group (usually the same name, in Ubuntu).

Sound Issues

If you don't get any sound try killing esd before play:

killall esd; et; esd

If you really need to do this in order to play, it might come in handy to create a script for it. Create a new text file called start-et and add this text to it:

#!/bin/sh
killall esd
et
esd

Now you'll have to make it executable and put it somewhere where you can execute it:

chmod a+x start-et
sudo cp start-et /usr/bin

If you don't want to put it on /usr/bin you don't have to, but remember to give a full path to this script whenever you execute it or to be in the same directory as the script.

If you don't get any sound and see the following error message message in the console:

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

you will need to do the following in addition to the step above:

sudo -s
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "et.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss

More help

Check also the Forum Thread of ET




文章来源:官方WIKI
翻译人员:
校对人员:
文章状态:等待翻译