Page 1 of 1

Pushing == Entering?

Posted: Wed Apr 19, 2023 7:44 pm
by Flumminator
And another one.

I was creating a pair of portals than can be entered from top or bottom respectively. They're also configured to be pushable, so I meant to be able to push them horizontally and entering vertically to teleport.

Now here's the issue: after pushing such a portal from the side, the player will step onto the field where the portal previously was, which apparently counts as "entering" - thus triggering the teleport - even when the CE should not be enterable from that direction :shock:

I could easily work around this by updating my teleport-trigger to also include the "entering" side, but I thought maybe you want to have a look into this anyway. :)

See my attached test-level. The purple portals will show the strange behaviour, the green ones apply the workaround.

Re: Pushing == Entering?

Posted: Sat Apr 22, 2023 11:14 am
by Holger
Thanks a lot for the test level -- this is in fact the perfect bug report! :)

I was easily able to reproduce the problem you have described using your test level, but so far I haven't analyzed it yet.

I will hopefully be able to have a closer look at the underlying problem soon!

Re: Pushing == Entering?

Posted: Sat May 20, 2023 11:23 pm
by Holger
Fixed! :)