No description
Find a file
2023-12-03 16:07:04 +01:00
.github CI: fix brew errors installing python 2023-06-11 13:50:34 -07: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 Add show_labels for stat_totals to the hud doc 2023-11-09 22:51:28 -08:00
patch_notes Update patch notes 2023-12-03 16:05:07 +01:00
prboom2 Update to v0.27.5 2023-12-03 16:07:04 +01: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 Drop pc speaker emulation 2023-09-14 01:28:19 +02: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
README.md Update to v0.27.5 2023-12-03 16:07:04 +01:00

dsda-doom v0.27.5

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

Download windows releases here.

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

Credits

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