github dhewm/dhewm3 1.5.1_RC2
dhewm3 1.5.1 Release Candidate 2

latest releases: 1.5.3, 1.5.3_RC2, 1.5.3_RC1...
pre-release3 years ago

Release Candidate 2 for the upcoming version 1.5.1 of our Doom 3 Sourceport

This is outdated, please use version 1.5.1 instead!

Needs the original Doom3 (not BFG!) game data.
See https://dhewm3.org/ for more information

(Click "▸ Assets" below to see the downloadable files)

Click to see changes since 1.5.0

Changes since Release Candidate 1:

  • Several fixes for Editor-related bugs (thanks to Tommy Hanusa for reporting!)
    • When switching from an editor to the game, the game shouldn't get rendered in a tiny rectangle in the lower left corner anymore (#300)
    • When switching from Radiant into the Engine (e.g. with F2), the game isn't frozen anymore
  • Proper handling of paths with dots in directory names (#299, #301)
    • Some string functions that are intended to find/cut off/replace/... file extensions did cut off the whole path at dots..
    • Especially fixes loading and saving maps from such paths in the builtin D3Radiant level editor
    • As it's a quite invasive change this needs testing!
  • Should build on macOS again (thanks Dave Nicolson, #302)
  • idFileSystemLocal::ListMods() doesn't search / or C:\ anymore (it did so when one of the paths, like fs_cdpath, was empty)

Changes since 1.5.1:

  • The (Windows-only) integrated editing tools of Doom3 are back!
    • They can only be built with non-Express versions of Visual Studio (tested Community Editions of VS2013 and VS2017) and can be disabled via CMake
    • Official dhewm3 Windows binaries are built with tools enabled, of course.
    • Only supports 32bit builds, because in contrast to the rest of dhewm3's code, the tool code is not 64bit compatible at all.
    • Based on Code from the dhewm3 branch of SteelStorm2, thanks to Motorsep for donating that code!
    • Has some bugfixes over the state in Doom3 1.3.1, like selecting a material in the Particle Editor doesn't break the viewport of the game any more.
  • While prior dhewm3 releases for Windows have been built with Visual Studio 2010, this is built with Visual Studio 2017, so if it doesn't start on your system make sure you have the Visual C++ 2017 Redistributable installed - but chances are good you already have it.
  • dhewm3 now supports the Doom3 Demo gamedata
  • Several sound-related bugfixes:
    • Lags in starting to play a sound which for example caused the machinegun or plasmagun sounds to stutter have been eliminated (#141)
    • Trying to reset disconnected OpenAL devices, this esp. helps with display audio on Intel GPUs on Windows, when switching to fullscreen (#209)
    • Looping .wav sounds with leadin now work (#291)
    • The game still works if no sound devices are available at all (#292)
    • Make "idSoundCache: error unloading data from OpenAL hardware buffer" a Warning instead of an Error so it doesn't terminate game (by Corey O'Connor, #235)
  • Restore "Carmack's Reverse" Z-Fail stencil shadows; use glStencilOpSeparate() if available
    • The bloody patent finally expired last October: https://patents.google.com/patent/US6384822B1/en
    • This neither seems to make a visual nor performance difference on any hardware I tried (including Raspberry Pi 4), so this is mostly out of principle
    • Based on Code by Leith Bade and Pat Raynor.
    • The r_useCarmacksReverse and r_useStencilOpSeparate CVars allow switching both things on/off for comparison
  • New CVar g_hitEffect: If set to 0, the player camera damage effects (like double-vision and extreme tilt) when being hit are disabled (by dobosken, #279).
  • (On Windows) stdout.txt and stderr.txt are not saved next to the binary anymore, but in My Documents/My Games/dhewm3/, like save games, because the binary dir might not be writable and dhewm3 wouldn't start properly then
  • Registering multiplayer servers at id's master-server fixed, so they can be found in the multiplayer menu (by Stradex, #293)
  • Support for reproducible builds by setting the CMake option REPRODUCIBLE_BUILD.

Don't miss a new dhewm3 release

NewReleases is sending notifications on new releases.