I'm having a couple of problems of getting some scrolling floors to work.
1) How do I make barrels and items on the scrolling floors (using section specials 201+ Scroll or Carry types) actually move with move with the floor? Barrels and other items doesn't seem to be affected by the floor at all, but players and monsters work fine.
2) How do I get the floor texture on a 3D floor to scroll? Putting the special on the control sector's floor doesn't seem to do anything.
thank you in advance.
Scrolling floor questions
Moderator: GZDoom Developers
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
-
- Posts: 6626
- Joined: Mon Jul 26, 2004 12:59 pm
- Location: Growing from mycelium near you.
-
- Lead GZDoom+Raze Developer
- Posts: 48989
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Scrolling floor questions
1) you don't. These specials only carry the player. That's how Hexen defined them. To carry other things you need to use a Boom scroller.
2) Obviously you need to scroll the control sector's ceiling, because that's what gets transferred to the 3D floor.
2) Obviously you need to scroll the control sector's ceiling, because that's what gets transferred to the 3D floor.
-
- Posts: 6626
- Joined: Mon Jul 26, 2004 12:59 pm
- Location: Growing from mycelium near you.
Re: Scrolling floor questions
Cool thanks.