Fog pits
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 Ultimate DooMer
- Posts: 2109
- Joined: Tue Jul 15, 2003 5:29 pm
- Location: Industrial Zone
Fog pits
I'm trying to create those fog pits from Unreal, where the fog starts partway down and gets more intense as it goes down so you can't see the bottom. I've tried using the various transfer specials and skybox things can't point straight down, any ideas on how to solve it?
Re: Fog pits
[wiki]ExtraFloor_LightOnly[/wiki] should be of use to you, alongside [wiki]Sector_SetFade[/wiki] for use on the accompanying control sector.
- Remmirath
- Posts: 2562
- Joined: Sun Dec 23, 2007 3:53 am
- Graphics Processor: nVidia with Vulkan support
- Location: My house
- Contact:
Re: Fog pits
That should work fine, but only if you aren't planning to use GZDoom, because it has a bug that it's not fixable unless you change a shitload of things in the source code.
- The Ultimate DooMer
- Posts: 2109
- Joined: Tue Jul 15, 2003 5:29 pm
- Location: Industrial Zone
Re: Fog pits
ExtraFloor_LightOnly was the first thing I tried, but it only did the walls not the floor. (and yes I am using GZDoom)
- Ixnatifual
- Posts: 2287
- Joined: Fri Dec 12, 2003 6:44 pm
- Contact:
Re: Fog pits
Would it be possible to use layered non-solid 3D floors each with their own tag, and then using sector_setfade (or whatever it's called) to make the lower floors increasingly foggier?
- Remmirath
- Posts: 2562
- Joined: Sun Dec 23, 2007 3:53 am
- Graphics Processor: nVidia with Vulkan support
- Location: My house
- Contact:
Re: Fog pits
Hmm, that could be an idea. Ultimate Doomer, try to use non-solid 3d floors and see if it works.
- The Ultimate DooMer
- Posts: 2109
- Joined: Tue Jul 15, 2003 5:29 pm
- Location: Industrial Zone
Re: Fog pits
I can get the inside to render, but it can't be seen from the outside. (a fog-like flat with a low alpha setting on the 3D floor is the closest I can get)
I wonder if that's the same bug that's blocking all Boom coloured light/fog in underwater sectors containing 3D floors.§-Morpheus-§ wrote:That should work fine, but only if you aren't planning to use GZDoom, because it has a bug that it's not fixable unless you change a shitload of things in the source code.
Last edited by The Ultimate DooMer on Tue Dec 09, 2008 7:04 am, edited 1 time in total.
- Remmirath
- Posts: 2562
- Joined: Sun Dec 23, 2007 3:53 am
- Graphics Processor: nVidia with Vulkan support
- Location: My house
- Contact:
Re: Fog pits
Really can't tell, because i've experienced the same fog bug in underwater sectors in a map of mine, and the other one too, but i really can't tell if they're the same. 
- The Ultimate DooMer
- Posts: 2109
- Joined: Tue Jul 15, 2003 5:29 pm
- Location: Industrial Zone
Re: Fog pits
Either way I think i've inadvertantly solved that problem by converting to 3D floor water (from Transfer_Heights water) and using the same fog rendering technique I've tried on the fog pit.