Bug #1862
[Doom] Infunctional teleporter trigger in pwad BTSXep2
Description
This is Back to Satan X EP2.
In both beta1 and 2 (the two released versions as of writing) of this wad, the W1 monster teleport trigger on linedef 782 of Map04 doesn't activate in Dday, leaving the Arch Vile stuck on his ledge. The trigger functions in both GZDoom and Vanilla Doom. Also the similar setup across the other side of the room does function in Dday.
http://www.doomworld.com/vb/showthread.php?s=&postid=1301456#post1301456
The forum thread title may change as future releases are made, thus the above link is directly to the first post of the thread.
Related issues
History
#1 Updated by vermil about 10 years ago
I've just remembered the report about the TNT Map31 teleports not reliably functioning and actually wonder if this the BTSXep2 teleporter mentioned above is another example of the same underlying issue mentioned in that report and hence that this issue should be merged into that one?
http://tracker.skyjake.fi/issues/1800
I'd also like to point out another example of a monster pen's teleports not functioning in Dday.
The Blue Key monster teleport trap on E1M2 of this Vanilla Doom pwad doesn't work in Dday: http://www.doomworld.com/idgames/index.php?file=levels/doom/a-c/class_ep.zip
#2 Updated by danij about 10 years ago
Evidently this is not the same as Issue #1800
The reason the teleport fails is because the teleport destination at XY [3268, 1692] is encroached by a Revenant. As stomping does not occur by default, the conclusion is that teleporting should not occur (until such time as said Revenant moves, of course).
#3 Updated by danij about 10 years ago
- Category set to Regression
- Status changed from New to In Progress
- Assignee set to danij
- Target version set to 1.15
#4 Updated by danij about 10 years ago
On closer inspection it turns out that there is indeed a logic regression here. The collision test in PIT_StompThing is being short-circuited, the result of a refactoring oversight.
#5 Updated by danij about 10 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
#6 Updated by danij about 10 years ago
- Related to Bug #1800: [Doom] Monster Teleport Issue (TNT MAP31) added