EnemyTerritory:修订间差异
第93行: | 第93行: | ||
</nowiki></pre> | </nowiki></pre> | ||
=== | === 更多帮助 === | ||
您也可以从 [http://www.ubuntuforums.org/showthread.php?t=5246&highlight=territory Forum Thread] 查看更多关于ET的信息 | |||
---- | ---- | ||
[[category:CategoryDocumentation]] [[category:CategoryGames]] | [[category:CategoryDocumentation]] [[category:CategoryGames]] | ||
第102行: | 第102行: | ||
---- | ---- | ||
文章来源:官方WIKI<br> | 文章来源:官方WIKI<br> | ||
翻译人员:< | 翻译人员:<HansGong> | ||
校对人员:<br> | 校对人员:<br> | ||
文章状态:[[ | 文章状态:[[等待校正]] |
2007年7月20日 (五) 12:49的版本
需求条件
- 您需要安装 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
更多帮助
您也可以从 Forum Thread 查看更多关于ET的信息
文章来源:官方WIKI
翻译人员:<HansGong>
校对人员:
文章状态:等待校正