CrimCuttle Posted September 20, 2016 I want to make lifts that go up and stay like that, but every option I see is something like "Lower Wait Raise" "Raise Wait Lower" or "Raise By Value*8"(which will still so the reverse, lowering by the value.) I just want a lifting platform that stays lifted, how do I accomplish this? I have GZDoom Builder, GZDoom in Hexen format. 0 Quote Share this post Link to post
Vorpal Posted September 20, 2016 I'm guessing you are only looking at "Lift" linedef actions. What you want will be in a category to do with floors (Lifts are a special category of floors that return to their original state automatically). 0 Quote Share this post Link to post
ranhcase Posted September 21, 2016 I think that the "Floor" actions might help(like the Floor Raise to Nearest Floor) 0 Quote Share this post Link to post
scifista42 Posted September 21, 2016 http://zdoom.org/wiki/Generic_FloorยจCrimCuttle said:or "Raise By Value*8"(which will still so the reverse, lowering by the value.) Floor_RaiseByValue and Floor_RaiseByValueTimes8 merely raise floor, they don't lower it. Are you using another action (on another linedef) that merely lowers the floor, too? Sure, if you use one (and the target floor currently stays still), the floor will lower, no matter if it previously already raised or not. 0 Quote Share this post Link to post
CrimCuttle Posted September 22, 2016 Vorpal said:I'm guessing you are only looking at "Lift" linedef actions. What you want will be in a category to do with floors (Lifts are a special category of floors that return to their original state automatically). With the version/format I have there is no "lift" action. 0 Quote Share this post Link to post
ranhcase Posted September 22, 2016 CrimCuttle said:With the version/format I have there is no "lift" action. Maybe is platform? 0 Quote Share this post Link to post
CrimCuttle Posted September 22, 2016 RanhDoomer said:Maybe is platform? All the platform ones lower after raise, too. 0 Quote Share this post Link to post
Kappes Buur Posted September 22, 2016 CrimCuttle said:I just want a lifting platform that stays lifted, how do I accomplish this? I have GZDoom Builder, GZDoom in Hexen format. As already suggested, use a Floor specialhttp://zdoom.org/wiki/Floor_RaiseByValue http://zdoom.org/wiki/Floor_RaiseToNearest http://zdoom.org/wiki/Floor_RaiseByValueTimes8 http://zdoom.org/wiki/Floor_MoveToValue http://zdoom.org/wiki/Floor_RaiseInstant 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.