I'm working on a map, and I've made a lot of 3D floors, but one doesn't want to work. It's intended to slope, as other 3D objects in the map have, except as a tall beam. The slopes work fine in the dummy sectors, but do not show up.
What potentially could make this work?
[GZ]3D Beams?
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
-
- Posts: 612
- Joined: Tue Mar 17, 2009 5:12 am
- Location: done making ZDF free sprites
-
- Lead GZDoom+Raze Developer
- Posts: 49188
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [GZ]3D Beams?
Unable to tell without the map. You probably did something wrong.
-
- Posts: 612
- Joined: Tue Mar 17, 2009 5:12 am
- Location: done making ZDF free sprites
Re: [GZ]3D Beams?
If I upload it, I don't need textures, do I?Graf Zahl wrote:Unable to tell without the map. You probably did something wrong.
-
-
- Posts: 26642
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: [GZ]3D Beams?
I can't check your map ATM but seeing as how you mention slopes, I bet its the usual sector alignment problem.
http://forum.drdteam.org/viewtopic.php?t=2756
http://forum.drdteam.org/viewtopic.php?t=1696
http://forum.drdteam.org/viewtopic.php?t=2756
http://forum.drdteam.org/viewtopic.php?t=1696
-
- Posts: 62
- Joined: Thu Nov 05, 2009 1:51 am
- Location: Lametown, Queensland, Australia.
Re: [GZ]3D Beams?
Two things are going on here:
1. The control sector isn't aligned with the 3D floor target sector properly for a sloped 3D floor; the control sector should be parallel with the target sector. I placed it over to the west of the map.
2. The target sector's tag is 13, your 3D floor's control linedef has 14 as it's tag.
1. The control sector isn't aligned with the 3D floor target sector properly for a sloped 3D floor; the control sector should be parallel with the target sector. I placed it over to the west of the map.
2. The target sector's tag is 13, your 3D floor's control linedef has 14 as it's tag.
-
- Posts: 612
- Joined: Tue Mar 17, 2009 5:12 am
- Location: done making ZDF free sprites
Re: [GZ]3D Beams?
Yeah, DB keeps making the tags go down by one when I set them.Ro4dk1ll wrote:Two things are going on here:
1. The control sector isn't aligned with the 3D floor target sector properly for a sloped 3D floor; the control sector should be parallel with the target sector. I placed it over to the west of the map.
2. The target sector's tag is 13, your 3D floor's control linedef has 14 as it's tag.
Edit: Just fixed it, thanks!