-
Notifications
You must be signed in to change notification settings - Fork 0
Support for base UDMF implementation #15
Copy link
Copy link
Open
Labels
Description
elf-alchemist
opened on Sep 26, 2025
Issue body actions
| Binary format | Woof | Retro | Zandronum | UZDoom | Odamex | Eternity | DSDA | EDGE Classic | Helion |
|---|---|---|---|---|---|---|---|---|---|
| Doom | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| Heretic | - | - | ✔️ | ✔️ | - | ✔️ | ✔️ | ✔️ | - |
| Hexen | - | - | ✔️ | ✔️ | - | ✔️ | - | - | |
| Strife | - | - | ✔️ | ✔️ | - | - | - | - | - |
| Doom-in-Hexen | - | - | ✔️ | ✔️ | ✔️ | - |
- DSDA: Intentionally bombs out when reading Doom-in-Hexen format. Otherwise, fully supported internally.
- Eternity: Has full support for Doom and Heretic, Hexen mapping features are available via UDMF & ExtraData.
- Helion: Support for Hexen mapping features is currently under development for UDMF support.
| UDMF | Woof | Retro | Zandronum | UZDoom | Odamex | Eternity | DSDA | EDGE Classic | Helion |
|---|---|---|---|---|---|---|---|---|---|
| Doom | ✔️ | ❌ | ✔️ | ✔️ | ❌ | ✔️ | ✔️ | ✔️ | ️✔️ |
| Heretic | - | - | ✔️ | ✔️ | - | ✔️ | ✔️ | ✔️ | ️- |
| Hexen | - | - | ✔️ | ✔️ | - | ✔️ | ✔️ | - | ️- |
| Strife | - | - | ✔️ | ✔️ | - | ✔️ | - | - | ️- |
- Eternity: Does not support Hexen or Strife game type.
| Port-exclusive | Woof | Retro | Zandronum | UZDoom | Odamex | Eternity | DSDA | EDGE Classic | Helion |
|---|---|---|---|---|---|---|---|---|---|
| EDGE Classic | - | - | - | - | - | - | - | ✔️ | - |
| Eternity | - | - | - | ✔️ | - | ✔️ | - | - | - |
| DSDA | - | - | - | ✔️ | - | - | ✔️ | - | |
| ZDoom V1.26 | - | - | ✔️ | ✔️ | - | - | - | - | |
| ZDoom V1.38 | - | - | ✔️ | - | - | - | - |
- DSDA: Feature-wise, the DSDA namespace can be described as a curated subset of the ZDoom namespace.
Reactions are currently unavailable