GZDoom 3d bridges aren't working.
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.
- The NUtcracker
- Posts: 843
- Joined: Sun Jan 14, 2007 9:12 pm
- Location: South Dakota
- Contact:
GZDoom 3d bridges aren't working.
Here is a wad I started working on recently: http://www.sendspace.com/file/mcpahg
This wad is planned to have an insane amount of 3d bridges.
There is a 3d bridge that goes over the water in the area after the waterfall. Only problem: WTF? It's not showing up! Anyone have an idea what I did wrong?
This wad is planned to have an insane amount of 3d bridges.
There is a 3d bridge that goes over the water in the area after the waterfall. Only problem: WTF? It's not showing up! Anyone have an idea what I did wrong?
Are you running in GL or Software renderstyle? 3D-floors only show up in GL render mods, not software. You gotta change that. Either in game (im not sure if it lets you, i hear Graf disabled it because it caused crashes) or by editing the Settings Text Document that is saved in your Doom folder.
EDIT: I'm assuming that you can still walk on the 3d floor but not see it (i cant see you screenshot).
EDIT: I'm assuming that you can still walk on the 3d floor but not see it (i cant see you screenshot).
- The NUtcracker
- Posts: 843
- Joined: Sun Jan 14, 2007 9:12 pm
- Location: South Dakota
- Contact:
So you cant even wak on it? O_o? If so, either you placed the wrong tag or you placed the wrong type of 3D floor. Take a screenshot of your sector and the control Line-def with the 3D-Floor parameters, otherwise, it;s hard to tell.The NUtcracker wrote:No, I'm using OpenGL. What I mean is the floor isn't appearing at all, visible and invisible alike. All the other floors work fine, so I don't understand what I did.
- The NUtcracker
- Posts: 843
- Joined: Sun Jan 14, 2007 9:12 pm
- Location: South Dakota
- Contact:
Is that the 3D floors that are using the sloped control sectors? If so, the control sectors need to be aligned with the place where they will appear in game. Because of their current location, the slopes are forcing the 3D floor to be somewhere below/above the actual floor/ceiling of the play sectors.
Have a look at the attached example that I did for someone else and see if it helps.
Have a look at the attached example that I did for someone else and see if it helps.
This is such an easy mistake to make. Even though I had referred to your example extensively when first starting out on non-sloped 3-D sectors, when I created my first set of sloped 3-D sectors (for a relatively complex elevator that I recently completed) I was getting those errors. What clued me to the problem was that the first set of elevator sectors had all its slopes intact, but the elevator to which the player silently teleports had one set of slopes messed up, but the other set was fine. As I had only one set of control sectors for both elevators, it occurred to me that the slopes were fine when the control sectors were aligned with them, were fine in the main elevator (again, where the sectors were aligned), but were messed up only in the second elevator (where the control sectors were only aligned with those in the first elevator).Enjay wrote:Is that the 3D floors that are using the sloped control sectors? If so, the control sectors need to be aligned with the place where they will appear in game. Because of their current location, the slopes are forcing the 3D floor to be somewhere below/above the actual floor/ceiling of the play sectors.
I've edited the wiki to add this issue.
Look at the Floor and Ceiling height of the "bridge" sectors. (the sectors out of the map, i mean).The NUtcracker wrote:I provided a link to the file in the first post. I checked, and I have all the right tags and the right types.
You may want to correct them, cause you have bad heights.
-240 and -256 Ceiling and floor heights should be ok for your map.
- The NUtcracker
- Posts: 843
- Joined: Sun Jan 14, 2007 9:12 pm
- Location: South Dakota
- Contact:
