3D Floors with Slopes?
- Lord_of_D:
- Posts a lot
- Posts: 691
- Joined: Sun Aug 26, 2012 5:31 am
- Location: Mexico
- Contact:
3D Floors with Slopes?
Im making a kind of portal structure that needs a roof to have the appareance i desire, but for it, i want to make it with 3D Floors so i dont make a lower ceiling and cause that sky view from another sector with a higher ceiling, but i need to give to alter the form of the 3D Floors with slopes, can somebody tell me how to?
RE: 3D Floors with Slopes?
Have you considered using a portal? http://zdoom.org/wiki/Stacked_sectors
I dont care about how bad your maps are. Everything can be improved.
Banned for cheating at DoomBuilder.
Banned for cheating at DoomBuilder.
- Lord_of_D:
- Posts a lot
- Posts: 691
- Joined: Sun Aug 26, 2012 5:31 am
- Location: Mexico
- Contact:
RE: 3D Floors with Slopes?
think you can give me an example wad? im trying to do it, but im doing something wrong cause it doesnt seems to work and the one in the page is down
Last edited by Lord_of_D: on Thu Feb 12, 2015 2:36 am, edited 1 time in total.
RE: 3D Floors with Slopes?
When you use a portal, the actor for the upper sector needs to be at the same position as the one for the lower sector in the stacked sector.
Secondly, the stacked sector will be viewable by the size of it. You need to make it cover the whole sector where you want to see it.
Lastly, the height of the stacked sector also has to be fully above the lower one, otherwise it won't work either.
Secondly, the stacked sector will be viewable by the size of it. You need to make it cover the whole sector where you want to see it.
Lastly, the height of the stacked sector also has to be fully above the lower one, otherwise it won't work either.
Spoiler: example (Open)
RE: 3D Floors with Slopes?
It's like putting one sector on top of another. In order to put one sector on top of another, the floor height of the top sector has to be the same as the ceiling height of the bottom sector, otherwise they would either intersect or wouldn't be in contact.
Code: Select all
<Synert> fuck
<Synert> plugged in my memory stick and got a bsodRE: 3D Floors with Slopes?
Portal example. Try it with OpenGL since Zan software is bugged with portals (already reported this issue long time ago) : https://www.mediafire.com/?hwbh6u3kfoiesxx
I dont care about how bad your maps are. Everything can be improved.
Banned for cheating at DoomBuilder.
Banned for cheating at DoomBuilder.
RE: 3D Floors with Slopes?
Portals are also buggy in OpenGL. But if you're making one that's just outside, you should be fine.
<agaures> I'm guessing you haven't played many doom mods before huh? :p
<Zuplin> i have played master of puppets zombies doom center and a couple more
<agaures> so not many
<Zuplin> i thought that was everything
<Zuplin> i have played master of puppets zombies doom center and a couple more
<agaures> so not many
<Zuplin> i thought that was everything
- Lord_of_D:
- Posts a lot
- Posts: 691
- Joined: Sun Aug 26, 2012 5:31 am
- Location: Mexico
- Contact:
RE: 3D Floors with Slopes?
i actually did one that was in an open area, and the floor textures changed to F_SKY, so i'll better leave this trick for later, thanks for the help anywayagaures wrote: Portals are also buggy in OpenGL. But if you're making one that's just outside, you should be fine.

