个人工具

“UbuntuHelp:Doom3”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(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...)
 
第11行: 第11行:
 
<pre><nowiki>
 
<pre><nowiki>
 
./doom3-linux-x.x.xxxx.x86.run
 
./doom3-linux-x.x.xxxx.x86.run
</nowiki></code>
+
</nowiki></pre>
  
 
== Add the missing files ==
 
== Add the missing files ==
第22行: 第22行:
 
base/pak003.pak4
 
base/pak003.pak4
 
base/pak004.pak4
 
base/pak004.pak4
</nowiki></code>
+
</nowiki></pre>
  
 
== Resurrection of Evil Expansion Pack ==
 
== Resurrection of Evil Expansion Pack ==
第28行: 第28行:
 
<pre><nowiki>
 
<pre><nowiki>
 
d3xp/pak000.pk4
 
d3xp/pak000.pk4
</nowiki></code>
+
</nowiki></pre>
  
 
== Start Doom3 ==
 
== Start Doom3 ==
第34行: 第34行:
 
<pre><nowiki>
 
<pre><nowiki>
 
doom3
 
doom3
</nowiki></code>
+
</nowiki></pre>
  
 
== Start the dedicated server ==
 
== Start the dedicated server ==
第40行: 第40行:
 
<pre><nowiki>
 
<pre><nowiki>
 
doom3-dedicated
 
doom3-dedicated
</nowiki></code>
+
</nowiki></pre>
  
 
== Start Expansion Pack ==
 
== Start Expansion Pack ==
第46行: 第46行:
 
<pre><nowiki>
 
<pre><nowiki>
 
doom3 +set fs_game d3xp
 
doom3 +set fs_game d3xp
</nowiki></code>
+
</nowiki></pre>
 
Or you can select it in the mods menu of the base game.
 
Or you can select it in the mods menu of the base game.
  
第55行: 第55行:
 
If sound is distorted, (to the extent speech is not understandable) then try running doom 3 with the command:
 
If sound is distorted, (to the extent speech is not understandable) then try running doom 3 with the command:
 
<pre><nowiki>doom3  +set s_driver oss +set s_numberOfSpeakers 2
 
<pre><nowiki>doom3  +set s_driver oss +set s_numberOfSpeakers 2
</nowiki></code>
+
</nowiki></pre>
  
 
== Further Information ==
 
== Further Information ==

2007年5月13日 (日) 12:54的版本

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

Add the missing files

The following files need to be copied from the win32 install CDs to your base/ directory. by default, /usr/local/games/doom3/base

base/pak000.pak4
base/pak001.pak4
base/pak002.pak4
base/pak003.pak4
base/pak004.pak4

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 d3xp/ directory by default, /usr/local/games/doom3/d3xp

d3xp/pak000.pk4

Start Doom3

Start Doom3 with the following command:

doom3

Start the dedicated server

Start the dedicated server with the command:

doom3-dedicated

Start Expansion Pack

If installed, you can start the Expansion Pack directly from the command line with the command:

doom3 +set fs_game d3xp

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 zpak000.pk4 file at all.

Sound Problems

If sound is distorted, (to the extent speech is not understandable) then try running doom 3 with the command:

doom3  +set s_driver oss +set s_numberOfSpeakers 2

Further Information

DOOM III GNU/Linux FAQ


CategoryDocumentation CategoryGames