Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Havok

Is there a way to have Revenant Missiles go through walls but prevent player walking through walls?

Recommended Posts

As title. I could make a fake wall but that would allow the player to walk through the wall but I don't want to allow the player to walk through walls.

Share this post


Link to post

If you're using a UDMF format (GZDoom, etc) you can set up different properties on a line for whether it blocks players, missiles, etc. Unfortunately I don't think vanilla/Boom maps offer that kind of granularity, if you're sticking with that... you could possibly make the sector behind the wall a 32-unit step up so that the player couldn't cross it from floor level?

 

 

Share this post


Link to post
On 11/4/2021 at 11:45 PM, maxmanium said:

You can just mark the wall impassible; if it's two-sided I'm pretty sure projectiles can still go through it.

 

Yes, just marking the linedef as impassible will prevent players from walking through it, but as long as there is an opening, projectiles (and bullets) will still be able to pass through it. This would work in any format.

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
×