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

trying to make an invisible wall. Keep having this issue

Question

I've been trying to make an invisible wall for my wad but cant figure out how to stop this problem. I've tried flipping sidedefs linedefs and everything .

Screenshot_Doom_20191129_155239.png

Share this post


Link to post

3 answers to this question

Recommended Posts

  • 0

Select the linedef where you need the wall to be, make sure it has no textures assigned at all (if you really want it to be invisible), and then give it the "impassable" flag. When that's done, the only things that can pass through are projectiles or hitscan attacks.

 

If want a wall that also blocks hitscans and projectiles, you need self referencing sectors (vanilla), or fake ceiling/floor heights (Boom, ZDoom, UDMF though UDMF probably has different flags that could get you there as well)

Share this post


Link to post
  • 0

I spotted a translucent lines usage in your screenshot, so i think this map could be for Boom?

anyway, yeah go ahead with using fake floor / ceiling (line 242 in the editor) in that sector, so the bug will disappear!

Share this post


Link to post
  • 0

Try disconnecting the sides where it joins with the outer wall, leave 1 unit between them. Then raise the floor up to the ceiling leaving 1 unit gap.

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
×