Hi
was wondering if this could be added, so the changes made in Ult Doom for Tag 666 (all boss Monsters die, lower floor to lowest) could be toggled so maps like uac_dead and others could play correctly, as i have seen this option in PrBoom+ and it works there but i much prefer to use ZDoom.
Thanks, Lemonzest
Compatabilty Option for ExM8 Tag 666
Moderator: GZDoom Developers
- Graf Zahl
- Lead GZDoom+Raze Developer

- Posts: 49252
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
No compatibility option is needed. All you need is a MAPINFO lump with the following contents:
If you load that along with the level the other bosses will trigger the lowering floor as well.
Code: Select all
map E1M8 lookup HUSTR_E1M8
levelnum 8
titlepatch WILV07
next EndGame1
secretnext E1M9
sky1 SKY1 0
cluster 1
par 30
nointermission
nosoundclipping
baronspecial
cyberdemonspecial
spidermastermindspecial
specialaction_lowerfloor
sucktime 1
music D_E1M8
If you load that along with the level the other bosses will trigger the lowering floor as well.