个人工具

“EnemyTerritory”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
下载地图
Permission Errors
第47行: 第47行:
  
 
== Troubleshooting ==
 
== Troubleshooting ==
=== Permission Errors ===
+
=== 权限错误 ===
Change the permission with this command:
+
用下列命令改变权限:
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo chmod +x et-linux-2.60.x86.run
 
sudo chmod +x et-linux-2.60.x86.run

2007年7月20日 (五) 13:03的版本

系统需求

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

启动游戏

您只需要选择 程序 > 其他 > Enemy Territory 运行.

另外,也在可以在终端中输入:

et

运行.

Troubleshooting

权限错误

用下列命令改变权限:

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

下载地图

检查地图下载地址需要您所在用户号上的 chmoded 权限! 如果您不这么做,您将无法下载和安装您需要加入游戏的地图和其他文件!

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

user:user 替换您的用户名和用户组 (通常和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> 校对人员:
文章状态:等待校正