As described here: doom-cross-port-collab/issue-tracker#3
The ChangePlayerClass and ChangePlayerClassMenu specials are used by the class changing mobj in the remaster's Hexen IWAD.
The Massacre action replicates the effect of the boss death, killing all mobjs in the map.
The Exit Explicit's tag is used as the number of the next map to go to (reading the Y in ExMy and XX in MAPxx) -- the reset counter part will clear the players inventory, i.e "pistol/wand start"
As described here: doom-cross-port-collab/issue-tracker#3
The
ChangePlayerClassandChangePlayerClassMenuspecials are used by the class changing mobj in the remaster's Hexen IWAD.The
Massacreaction replicates the effect of the boss death, killing all mobjs in the map.The
Exit Explicit's tag is used as the number of the next map to go to (reading the Y inExMyand XX inMAPxx) -- the reset counter part will clear the players inventory, i.e "pistol/wand start"