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

Sliding doors in Boom?

Recommended Posts

In axiom.wad there are these sliding doors:

Spoiler



I also looked at the involved triggers in the editor, but still I don't understand how the effect is actually done. Does someone knows the explanation?

Share this post


Link to post

Do you *see* them slide? Because I assume there's triggers to lower the original door sectors and raise new ones, so it looked like it slides to the side.

Share this post


Link to post

I haven't looked at the wad, but this is my guess: It uses a Boom-specific linedef action that scrolls a tagged wall when a tagged sector moves up or down. The tagged sector = the door, and the tagged wall = a 2-sided linedef with a middle texture covering the door. Additionally, a "fake ceiling/floor" linedef action may be used to hide the actual door (upper textures) and only keep the middle texture visible.

Share this post


Link to post
Linguica said:

Do you *see* them slide?


Yes, that's more accurate.

scifista42 said:

I haven't looked at the wad, but this is my guess: It uses a Boom-specific linedef action that scrolls a tagged wall when a tagged sector moves up or down. The tagged sector = the door, and the tagged wall = a 2-sided linedef with a middle texture covering the door. Additionally, a "fake ceiling/floor" linedef action may be used to hide the actual door (upper textures) and only keep the middle texture visible.


Wow that's pretty much correct. The only difference is that it's used a dummy sector to make the tagged walls to scroll in the right directions.
Thanks everyone for the help!

Share this post


Link to post

Whilst looking for some other test maps I found this - the setup described by scifista42 using the ZWOLF textures.

I think the open bars/gate texture pictured above is a better fit for this setup as you can shoot through a seemingly solid door at certain points in the opening process - whereas being able to shoot but not pass through a gate doesn't give the setup away so much.

https://dl.dropboxusercontent.com/u/56320770/td-wolfdoor1.zip

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  
×