Compatabilty Option for ExM8 Tag 666

Moderator: GZDoom Developers

Post Reply
Lemonzest
Posts: 327
Joined: Tue Oct 12, 2004 3:19 pm
Location: On your boards, trolling your threads!!!

Compatabilty Option for ExM8 Tag 666

Post by Lemonzest »

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
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

No compatibility option is needed. All you need is a MAPINFO lump with the following contents:

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.
Lemonzest
Posts: 327
Joined: Tue Oct 12, 2004 3:19 pm
Location: On your boards, trolling your threads!!!

Post by Lemonzest »

not really an easy fix for playing wads, would be much better if i could just pick it from the compatability menu like the rest of the options.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

Maybe. But the 666 special tags are not controlled by the EXE. They are controlled by MAPINFO entries so coding this internally would create unwanted dependencies.

In PrBoom this is different as the engine doesn't allow any customizability of these features.
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”