Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
mouldy

need help witth weird bug in my map - fixed

Recommended Posts

I was testing my eye.wad map in prboom+ and found a door doesn't open from one direction for some reason, can someone help me test this out?

This is the latest version:
http://www.mediafire.com/?5ol3957kuzfclla

The door is sector 1515. The bug I get is that it doesn't open from line 5328, and yet if I go around the map and open it from the other side it works fine - and after its been opened from the back it then opens fine from the front as well?!

This has me scratching my head, it worked fine in older versions of the map...

Can anyone figure this out?

Edit: I figured it out, seems there's a linedef infront of the door which has a walkover action and it stops the door functioning for some reason. Anyone care to explain why that might be?

Share this post


Link to post

Standard behavior, well documented.
Engines look for an action linedef in the direction of player facing, starting from the center of the player.
Finding one they stop looking and try to activate it, even if it is a walkover. A walkover is not triggered by pushing so no action.
Any trigger linedef within 32 of a door will create problems, within 13 of a door will totally block it being opened by push (numbers approximate, depending on your definition of problem).
There is a special push-thru flag for linedefs in Boom to get around this.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×