Thief's Den: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
(Made install instructions less wordy and confronting; moved note about spaces in pathnames to new Troubleshooting section)
Line 20: Line 20:
# Windows or Linux
# Windows or Linux
# A working Doom 3 installation
# A working Doom 3 installation
# Make sure that the install path for Doom 3:
#* does not contain any blanks (e.g. <code>C:/doom3</code> is ok, <code>C:/Program files/Doom3</code> is not)
#* is in all lowercase (e.g. <code>/usr/local/lib/doom3</code> is ok, <code>/home/username/MyDoom</code> is not). This is especially important for Linux.
# Doom 3 must be patched to 1.3.1. You can download the correct patch here:
# Doom 3 must be patched to 1.3.1. You can download the correct patch here:
#* '''Windows''': Doom [http://208.49.149.118/TheDarkMod/Files/DOOM3-1.3.1.exe v1.3.1 patch for Windows]
#* '''Windows''': Doom [http://208.49.149.118/TheDarkMod/Files/DOOM3-1.3.1.exe v1.3.1 patch for Windows]
#* '''Linux''': Doom v1.3.1 for Linux: [ftp://ftp.idsoftware.com/idstuff/doom3/ FTP] [http://zerowing.idsoftware.com:6969/ BitTorrent]
#* '''Linux''': Doom v1.3.1 for Linux: [ftp://ftp.idsoftware.com/idstuff/doom3/ FTP] [http://zerowing.idsoftware.com:6969/ BitTorrent]


'''Already patched Doom 3?''' Make sure you have the correct version of the 1.3.1 patch. Start Doom 3 and open the console by pressing Ctrl-Alt-~. The console must show DOOM 1.3.1.1304 (not 1.3.1.1302) in the bottom right corner.
Already patched Doom 3 before reading this? Make sure you have the correct version of the 1.3.1 patch. See the [[#FAQ|FAQ]] below.


=== Windows ===
=== Windows ===


Now proceed with the following steps. '''NOTE:''' This guide assumes that you have Doom 3 installed in C:\games\doom3. '''Substitute your own Doom 3 path:'''
Now proceed with the following steps. Substitute your own Doom 3 path for <tt>C:\games\doom3</tt>.
* Download the file and copy the self-extracting EXE into C:\games\doom3.  
 
* Run the thiefs_den.exe to let the extraction routine do its job.
# [[#Download|Download]] thiefs_den.exe and copy it to <tt>C:\games\doom3</tt>.
* The extractor will create a '''thiefs_den''' folder at this location: '''C:\games\Doom3\thiefs_den'''.
# Run thiefs_den.exe. A thiefs_den folder will be created.
* In the thiefs_den folder is a file called '''DevIL.dll'''. You MUST copy this into your WINDOWS\system32 folder.
# In <tt>C:\games\doom3\thiefs_den</tt> is a file called <tt>DevIL.dll</tt>. Copy this file to <tt>C:\WINDOWS\system32</tt>.
* Now you'll need to create a shortcut to the Thief's Den demo:
# Now you'll need to create a shortcut to the Thief's Den demo:
** Copy the existing Doom 3 shortcut on your desktop to a new one and rename it to "Thief's Den".
## Copy the existing Doom 3 shortcut on your desktop. Rename the copy "Thief's Den".
** Right-click, open the properties of that shortcut and edit the command line: It should read  
## Right-click, choose Properties and edit the command line. It should read  
  C:\games\doom3\DOOM3.exe +set fs_game thiefs_den
  C:\games\doom3\DOOM3.exe +set fs_game thiefs_den
* Then Run your "Thief's Den" desktop shortcut. Enjoy!
 
You're done! Double-click the shortcut to run the demo. Enjoy!


=== Linux ===
=== Linux ===


* Download the file and copy the self-extracting EXE into <code>~/.doom3/</code> - that is into the .doom3 directory in your home dir. This directory might not be visible if you use a file manager like Konqueror, so use a console, Midnight Commander, or type ".doom3" into the location bar in Konqueror to navigate there.
* [[#Download|Download]] thiefs_den.exe and copy it to the <code>.doom3</code> folder in your home directory. This directory might not be visible if you use a file manager like Konqueror, so use a console, Midnight Commander, or type ".doom3" into the location bar in Konqueror to navigate there.
* Either:  
* ''Either:''
** install the package '''p7zip''' to get the "7z" command to extract the downloaded archive:
** Install the package '''p7zip'''
*** On a console, go to the directory where you saved the '''thiefs_den.exe''' file and type <code>7z x thiefs_den.exe</code>. This will extract the contents of the file to the current directory.
** In a console, type:
** or use Wine to run the executable:
** <tt>cd ~/.doom3</tt>
*** Right-click on the EXE and select "Open with Wine Windows Emulator" from the menu
** <tt>7z x thiefs_den.exe</tt>
* Now you'll need to create a shortcut to that game:
* ''Or:''
** Copy the existing Doom 3 shortcut on your desktop to a new one and rename it to "Thief's Den".
** Use Wine to run the executable. Right-click on <tt>thiefs_den.exe</tt> and select "Open with Wine Windows Emulator" from the menu.
** Right-click, open the properties of that shortcut, go to the "Application" tab and edit the command line: It should read:
* Copy the existing Doom 3 shortcut on your desktop to a new one and rename it to "Thief's Den".
  /usr/games/doom3/doom3.x86 +seta com_allowConsole 1 fs_game thiefs_den
* Right-click, open the properties of that shortcut, go to the "Application" tab and edit the command line. It should read:
  /usr/local/games/doom3/doom.x86 +seta com_allowConsole 1 fs_game thiefs_den
 
You're done! Double-click the shortcut to run the demo. Enjoy!


== Playing Thief's Den, Settings ==
== Playing Thief's Den, Settings ==
Line 84: Line 85:


'''Particle effects cut off:'''  Sometimes particle effects (like splashes from water arrows) are cut off or flicker when they occur at particular angles to the player.  This is a purely cosmetic issue we have yet to track down.
'''Particle effects cut off:'''  Sometimes particle effects (like splashes from water arrows) are cut off or flicker when they occur at particular angles to the player.  This is a purely cosmetic issue we have yet to track down.
== Troubleshooting ==
'''If''' (and only if) you're experiencing problems, here are some things to try:
# Make sure Doom 3 patched correctly. You need the correct version of the 1.3.1 patch. See the [[#FAQ|FAQ]] below.
# Make sure that the install path for Doom 3:
#* does not contain any blanks (e.g. <code>C:/doom3</code> is ok, <code>C:/Program files/Doom3</code> is not)
#* is in all lowercase (e.g. <code>/usr/local/lib/doom3</code> is ok, <code>/home/username/MyDoom</code> is not). This is especially important for Linux.


== Feedback ==
== Feedback ==
Line 99: Line 109:
; Where can I get the right patch?
; Where can I get the right patch?
: We have the patch hosted on our FTP. Get over to the [[Installation]] page to find a link to it.
: We have the patch hosted on our FTP. Get over to the [[Installation]] page to find a link to it.
:
: If you have version 1.3.1.1302, you may need to uninstall and reinstall before patch 1.3.1.1304 will let you apply it.


; What's that issue with the 1.3.1 patch?
; What's that issue with the 1.3.1 patch?

Revision as of 05:19, 12 January 2008

Thiefs den splash.png

Welcome to this short mission demo of The Dark Mod. Thief's Den is just a few rooms but it is a complete, fully playable mission, and includes a good selection of the main Dark Mod features. Keep in mind that The Dark Mod is still a work in progress and this is reflected in the demo. Voices are temporary placeholders, for example, and AI behaviour is not yet fully developed. You will certainly find bugs and glitches but we hope that doesn't spoil your enjoyment too much.

Any flaws or failings in this demo do not necessarily indicate limitations in The Dark Mod's potential but just this particular demo--which was originally begun as a very rough accompaniment to a mission development tutorial. It was never intended for release as a playable mission but was modified into a workable game so everyone could see the current state of progress and have some fun.

Important

Please take your time to read through this page while downloading the package. It will be saving you and us a lot of time.


Download

Choose a download mirror from below. The EXE file is 210 Mbyte, for both Windows and Linux and just contains a self-extracting 7-zip archive, so it's not a full-fledged installer.

Mirrors:

  • FTP
  • Thirdfilms
  • bloodgate.com

Installation

You'll need the following to play the Thief's Den:

  1. Windows or Linux
  2. A working Doom 3 installation
  3. Doom 3 must be patched to 1.3.1. You can download the correct patch here:

Already patched Doom 3 before reading this? Make sure you have the correct version of the 1.3.1 patch. See the FAQ below.

Windows

Now proceed with the following steps. Substitute your own Doom 3 path for C:\games\doom3.

  1. Download thiefs_den.exe and copy it to C:\games\doom3.
  2. Run thiefs_den.exe. A thiefs_den folder will be created.
  3. In C:\games\doom3\thiefs_den is a file called DevIL.dll. Copy this file to C:\WINDOWS\system32.
  4. Now you'll need to create a shortcut to the Thief's Den demo:
    1. Copy the existing Doom 3 shortcut on your desktop. Rename the copy "Thief's Den".
    2. Right-click, choose Properties and edit the command line. It should read
C:\games\doom3\DOOM3.exe +set fs_game thiefs_den

You're done! Double-click the shortcut to run the demo. Enjoy!

Linux

  • Download thiefs_den.exe and copy it to the .doom3 folder in your home directory. This directory might not be visible if you use a file manager like Konqueror, so use a console, Midnight Commander, or type ".doom3" into the location bar in Konqueror to navigate there.
  • Either:
    • Install the package p7zip
    • In a console, type:
    • cd ~/.doom3
    • 7z x thiefs_den.exe
  • Or:
    • Use Wine to run the executable. Right-click on thiefs_den.exe and select "Open with Wine Windows Emulator" from the menu.
  • Copy the existing Doom 3 shortcut on your desktop to a new one and rename it to "Thief's Den".
  • Right-click, open the properties of that shortcut, go to the "Application" tab and edit the command line. It should read:
/usr/local/games/doom3/doom.x86 +seta com_allowConsole 1 fs_game thiefs_den

You're done! Double-click the shortcut to run the demo. Enjoy!

Playing Thief's Den, Settings

For information on changing settings, and on unique features of The Dark Mod and stealth gaming in general, see Thief's Den Gameplay.

Known Issues and Bugs

Please read before posting feedback!

The Dark Mod is not slated for a beta-release until the end of 2008, so this demo has plenty of incomplete features and known issues/bugs. In addition, many values (like mantling height, walking speed, volume of sounds, visual acuity of AI, etc) are not necessarily at their final settings. Here are a few of the more common issues you may encounter:

AI WIP issues: The vocalizations for the AI are placeholders only. Many of the animations (like the walk animation) are also placeholders, and many animations are not yet included. The Thug model has some imperfections that are known issues.

AI intelligence is far from perfect. They still have problems pathfinding sometimes, and may get stuck on doors and KO'd bodies. They are also missing a ‘searching’ animation, so they will sometimes walk, run, and then walk again while looking around.

AI do not react to some environmental factors (like getting a crate thrown at them or hearing an elevator) that they should.

AI Weapons Float: It is a known issue that AI weapons don’t always stay attached to the AI’s hands when attacking.

AI Shadow: The shadows of AI occasionally get cut-off, usually at the head, making the shadow look weird. This is particularly noticeable with characters carrying or standing near a lightsource.

Sounds: Some sound effects are placeholders. Collision sounds (where things bump into other things) are especially poor. It is a known issue that the player’s footsteps are somewhat irregular.

Bow Aiming: The lack of a bow-sight is intentional. However, the bow currently is offset slightly—the arrow actually goes up a bit from where you are aiming, as if you were ‘lobbing’ your shot. This is a known (minor) issue that needs to be fixed, but it shouldn't cause too many problems in the meantime.

Subtle Highlighting: The "froblight" effect that highlights an object is occasionally difficult to see, especially on bright-coloured objects. This needs to be tweaked individually, eventually.

Objects Not Moving: Not really a mod issue, but in the map there are objects that look like they should probably move if you bump them (like the boots or the wine-bottles), but they don't. Many objects have intentionally been left as static for this map.

Particle effects cut off: Sometimes particle effects (like splashes from water arrows) are cut off or flicker when they occur at particular angles to the player. This is a purely cosmetic issue we have yet to track down.

Troubleshooting

If (and only if) you're experiencing problems, here are some things to try:

  1. Make sure Doom 3 patched correctly. You need the correct version of the 1.3.1 patch. See the FAQ below.
  2. Make sure that the install path for Doom 3:
    • does not contain any blanks (e.g. C:/doom3 is ok, C:/Program files/Doom3 is not)
    • is in all lowercase (e.g. /usr/local/lib/doom3 is ok, /home/username/MyDoom is not). This is especially important for Linux.

Feedback

Of course we're anxious to hear your impressions about our Thief's Den Pre-Beta Release. There is a public feedback & discussion thread open in our forums: Pre-Beta Discussion. Please drop by and let us know what you think.

That being said,

don't rush into the forums and spend an hour writing up detailed bug lists of what's working and what you think needs fixing. It's very likely that we are already aware of these problems. The list above is only a small sampling of things we have yet to address.

Crashes and installation help requests are of course something different, feel free to contact us, but be sure to check the FAQ on this page first.

FAQ

Can I use the Demo version of Doom 3?
Almost certainly not.
How can I check whether my Doom 3 is correctly patched?
Open Doom 3 and hit Ctrl-Alt-~ (tilde) to open the console. You'll see the version printed in the lower left corner of the console. It should read 1.3.1.1304. If your version is ending on 1302, you've got the wrong patch installed.
Where can I get the right patch?
We have the patch hosted on our FTP. Get over to the Installation page to find a link to it.
If you have version 1.3.1.1302, you may need to uninstall and reinstall before patch 1.3.1.1304 will let you apply it.
What's that issue with the 1.3.1 patch?
When the 1.3.1 patch was released by Id, they released it a bit too early. Some download sites picked it up quite fast though and started to distribute it. The problem is, that Id replaced that patch with a different one, and, probably thinking that it hadn't spread yet, didn't bother to change the version number. However, you can still find "wrong" 1.3.1 patches and these will not work with the mod. That's why it is important to check the version number in the console to make sure that the right 1.3.1 patch is installed if the mod doesn't work. The link provided here on our own page points to the correct patch, so if you downloaded it from here you don't need to worry about it.
Does it run in Linux?
Yes, Linux is supported. You'll need either Wine or p7zip to extract the contents from the EXE file, though.
Does it run in MacOS?
No. Or at least not yet. The Doom 3 game itself is supporting MacOS, but The Dark Mod is not (mainly because we don't have anyone developing on Macs).