Pushing == Entering?

Found a bug in R'n'D? Report it here!

Moderators: Flumminator, Zomis

Post Reply
Flumminator
Posts: 184
Joined: Fri Jun 18, 2004 8:08 pm
Location: Germany

Pushing == Entering?

Post 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.
Attachments
015.level
(695 Bytes) Downloaded 180 times
Flumminator->PostCounter += 1;
User avatar
Holger
Site Admin
Posts: 4081
Joined: Fri Jun 18, 2004 4:13 pm
Location: Germany
Contact:

Re: Pushing == Entering?

Post 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!
User avatar
Holger
Site Admin
Posts: 4081
Joined: Fri Jun 18, 2004 4:13 pm
Location: Germany
Contact:

Re: Pushing == Entering?

Post by Holger »

Fixed! :)
Post Reply