个人工具

EnemyTerritory

来自Ubuntu中文

Peace讨论 | 贡献2007年7月20日 (五) 12:37的版本 完整的游戏

跳转至: 导航, 搜索

需求条件

  • 您需要安装 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

Installation

Full Game

Run the file from where you have downloaded

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

and it should bring up a GUI to help you through the process. (By default PB is selected, keep this intact since you can't join a lot of servers without it).

Update Old Versions of Necessary

To apply the patch, run the file from where you have downloaded

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
翻译人员:
校对人员:
文章状态:等待翻译