Notes |
|
|
please provide an example wad that can showcase the issue |
|
|
|
I'm assuming that you're referring to MAP04 "Ralphis's Magical Ice Forts" from anthctf.wad, right? If so, then just to be clear, that map doesn't actually use 3D floors but invisible bridges.
What is "compat_bridgedrops" set to when the issue occurs? It should be disabled to prevent non-solid actors like flags from dropping through bridges. |
|
|
|
I think the bug is more prominent on 3d floors, but also happens on solid ledges. I think the name came from a video of the bug occurring on Ralphis's Magical Ice Forts on one of the solid pillars, not on one of the bridges. In any case, I've seen it happen a few times on the 2nd map of AuraCTF, "Trenchfoot".
'https://allfearthesentinel.net/zandronum/download.php?file=auractf.pk3 [^]'
Try going to map ACTF02. Compat_bridgedrops should be allowing flags to fall through bridges when this bug occurs. |
|
|
|
|
|
|
|
|
|
With the stripped down example wad, this is 100% reproducible if you stand on the ledge like in the attached screenshot.
Could this maybe be an easy fix? Send important player-dropped items at full precision. It would be important for competitive players to have this fixed. |
|