个人工具

UbuntuHelp:Doom3

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 11:45的版本 (New page: {{From|https://help.ubuntu.com/community/Doom3}} {{Languages|php5}} Parent: UbuntuHelp:Games == Acquiring Doom3 for Linux == You can download the latest version from [ftp://ftp.idsoft...)

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

Parent: UbuntuHelp:Games

Acquiring Doom3 for Linux

You can download the latest version from id Software's ftp server

This package contains only the binary sources for Linux!

Installation of the Linux binary

./doom3-linux-x.x.xxxx.x86.run
</code>

== Add the missing files ==
The following files need to be copied from the win32 install CDs to your <code>base/</code> directory.
by default, <code>/usr/local/games/doom3/base</code>
<pre>
base/pak000.pak4
base/pak001.pak4
base/pak002.pak4
base/pak003.pak4
base/pak004.pak4
</code>

== Resurrection of Evil Expansion Pack ==
If you are also installing the Resurrection of Evil Expansion Pack, you need to copy the following file to your <code>d3xp/</code> directory by default, <code>/usr/local/games/doom3/d3xp</code>
<pre>
d3xp/pak000.pk4
</code>

== Start Doom3 ==
Start Doom3 with the following command:
<pre>
doom3
</code>

== Start the dedicated server ==
Start the dedicated server with the command:
<pre>
doom3-dedicated
</code>

== Start Expansion Pack ==
If installed, you can start the Expansion Pack directly from the command line with the command:
<pre>
doom3 +set fs_game d3xp
</code>
Or you can select it in the mods menu of the base game.

== Localization ==
Localization is untested in the Linux builds at this point. More localization features are possible in future release. Until then you should '''not copy over''' the <code>zpak000.pk4</code> file at all.

== Sound Problems ==
If sound is distorted, (to the extent speech is not understandable) then try running doom 3 with the command:
<pre>doom3  +set s_driver oss +set s_numberOfSpeakers 2
</code>

== Further Information ==
[http://zerowing.idsoftware.com/linux/doom/ DOOM III GNU/Linux FAQ]
----
CategoryDocumentation CategoryGames

[[category:UbuntuHelp]]