No description
Find a file
2025-09-26 16:55:46 +02:00
.github CI: Install macOS dependencies with Brewfile. 2025-08-11 21:22:22 +02:00
.vs Add Visual Studio config and update gitignore. 2023-03-26 23:14:56 -04:00
.vscode Add VScode extension recommendation and gitignore. 2023-03-26 23:14:56 -04:00
docs docs: Update macOS build guide. 2025-08-11 21:22:27 +02:00
patch_notes Update patch notes 2025-09-26 16:54:48 +02:00
prboom2 Update to v0.29.4 2025-09-26 16:55:46 +02:00
spec Add spec data conversion script 2023-07-22 23:20:35 +02:00
udb Remove obsolete negative flags in udb config 2023-10-23 20:35:06 +02:00
.gitattributes Raven options menu improvements 2025-02-14 14:43:24 +00:00
.gitignore Add VScode extension recommendation and gitignore. 2023-03-26 23:14:56 -04:00
.rspec Add initial specs 2020-11-13 23:34:31 +01:00
Brewfile Add Brewfile to manage macOS dependencies. 2025-08-11 19:49:01 +02:00
README.md Update to v0.29.3 2025-07-03 00:56:20 +01:00

dsda-doom v0.29.3

This is a successor of prboom+ with many new features, including:

  • Heretic, Hexen, MBF21, Doom-in-Hexen, UDMF, and MAPINFO support
  • In-game console and scripting
  • Full controller support
  • Palette-based opengl renderer
  • Debugging features for testing
  • Strict mode for speedrunning
  • Various quality of life improvements
  • Advanced tools for TASing
  • Rewind

Patch Notes

Launcher

There is a dedicated launcher for this port available here by PBeGood4.

Doom-in-Hexen Support

UDMF Support

MAPINFO Support

Hexen Support

  • DSDA-Doom includes demo-compatible support for hexen.
    • Use -iwad HEXEN.WAD (-file HEXDD.WAD for the expansion)
      • Or drag wads onto the exe
    • You can force hexen engine behaviour with -hexen (shouldn't be necessary)
  • Don't need to supply complevel (hexen is complevel 0 by necessity)
  • Known issues
    • Setting the "Status Bar and Menu Appearance" option to "not adjusted" will have no effect for hexen (it will default instead to "Doom format")
    • The "Apply multisampling" automap option is disabled for hexen
    • Automap colors are not configurable for hexen
    • Some of the more advanced features are not implemented for hexen yet, and using them may cause crashes or other odd behaviour.
    • Some menus extend over the hud.
    • Monster counter doesn't work as expected, due to cluster format (ex hud / levelstat)
    • Hexen-style skies aren't implemented yet (layering, etc)
    • The ALTSHADOW thing flag isn't affecting the rendering
    • Dynamic fade palettes aren't being used
    • The yellow message variant isn't implemented

Heretic Support

  • DSDA-Doom includes demo-compatible support for heretic (all the demos stored on dsda are in sync).
  • Heretic game logic should be set automatically if you use HERETIC.WAD as the iwad. If it doesn't work, please use the -heretic commandline option. This flips a switch in the engine that determines all the core game data.
  • Don't need to supply complevel (heretic is complevel 0 by necessity)
  • Known issues
    • Setting the "Status Bar and Menu Appearance" option to "not adjusted" will have no effect for heretic (it will default instead to "Doom format").
    • The "Apply multisampling" automap option is disabled for heretic.
    • Automap colors are not configurable for heretic.
    • Some of the more advanced features are not implemented for heretic yet, and using them may cause crashes or other odd behaviour.
    • Dehacked support for heretic isn't implemented yet.
    • Some menus extend over the hud.

Other Standards

Maintainers

  • @fabiangreffrath, @rfomin, and @Pedro-Beirao 2024-
  • @kraflab 2020-2024

Credits

  • The DSDA-Doom icon was designed by Mal (129thVisplane). Thanks!