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

Question on How to Create Raising and Lowering Sectors

Recommended Posts

I'm working on a map in Doom Builder 2 (UDMF format) where I'd like to have something similar to a pump. To help do that, I need a sector that will continually raise and lower, but I'm unsure which sector effect/scripting I'd need to accomplish that. Could someone please tell me what's the best way to do that?

Share this post


Link to post

I think "Floor Waggle" might be the effect you're looking for, but then again I don't make ZDoom maps that much. You could probably make a script that has a similar efect as well.

Share this post


Link to post

Haven't tried them myself, but Linedef actions 60 (Platform Perpetual Raise) and 197 (Ceiling Crush and Raise Silent A) both look promising.

Share this post


Link to post

You could attach some dummy sectors to the pump sector, one with a higher floor or ceiling, the other with a lower floor or ceiling. Then do a script that raises to the highest floor or ceiling, then delay however many tics it takes for the sector to finish moving, then lower to the lowest floor or ceiling, then delay again, then repeat.

Share this post


Link to post

Great suggestions, everyone, thanks! I'll give 'em a try.

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
×