Software renderer's lighting in GZDoom (and Zandronum)
-
- Posts: 1111
- Joined: Sun Feb 08, 2004 7:49 pm
Re: Software renderer's lighting in GZDoom
I see what the OP means, and although the difference isn't hugely noticeable, it does keep the good ol' Doom feel alive.
I always thought Doom had this sort of "things get brighter when you approach" lighting since the space marine suit had LED lights around the visor, so that Flynn could better see what he was cutting up with his chainsaw.
I always thought Doom had this sort of "things get brighter when you approach" lighting since the space marine suit had LED lights around the visor, so that Flynn could better see what he was cutting up with his chainsaw.
-
- Posts: 61
- Joined: Sat Dec 01, 2012 12:08 am
Re: Software renderer's lighting in GZDoom
I made a thread about the differences between ZDoom and GZDoom about how they render certain things differently. There were a number of things mentioned that simply cannot be emulated with OpenGL that makes the software render so magical (like the diminishing lighting around the charactor). The wall textures have a different brightness based on those screenshots. I was only going by what was presented in the screenshots. I'm not sure how the wall textures look now with the update. Maybe someone could post some screenshots?
-
- Posts: 3817
- Joined: Sun Aug 24, 2003 5:42 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: 2280 Lol Street: The Calamitous Carnival (formerly Senators Prison)
Re: Software renderer's lighting in GZDoom
Spoiler:Hey, look at that, it has diminishing lighting around the character.
Which was in the original version as well as the update.
Someone didn't bother to check it out.

though to be fair, those screenshots from earlier are meh.
-
- Posts: 61
- Joined: Sat Dec 01, 2012 12:08 am
Re: Software renderer's lighting in GZDoom
GZDoom does have an option to try and emulate the diminishing light effect around the character, but its not 100% identical to how it looks in software. Emulating software lighting to be 100% identical under OpenGL would be a really hard thing to do. Maybe even impossible. Just like how GZDoom tries to emulate the fuzz effect of spectre demons, but its not 100% identical to how it looks under software mode. I came to the conclusion that Doom is meant to be played with a software render to have a lot of its effects rendered properly.
-
- Posts: 3728
- Joined: Wed Sep 22, 2010 9:35 am
- Location: Apathetic Limbo
Re: Software renderer's lighting in GZDoom
Now you're just being absolutely nitpicking and totally ignoring that you can have fog and the absence of colors going nuts due to palette limitations in various situations.
(This honestly reminds me of the "But it's not the Doom RNG SSG!" issue that was raging back in the Skulltag days.)
(This honestly reminds me of the "But it's not the Doom RNG SSG!" issue that was raging back in the Skulltag days.)
-
-
- Posts: 17386
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: Software renderer's lighting in GZDoom
Did you even play the EXE? Especially with the "blocky" option, it pretty much looks like the software renderer; the banding is just like in software. The only "difference" here is that GZDoom has more colours because (WAIT FOR IT) it's not limited to 256 colours like the software renderer!
-
- Posts: 2
- Joined: Sun Apr 10, 2011 3:32 am
Re: Software renderer's lighting in GZDoom
I don't think there is any licensing issue here.
The main innovation with EDGE was to store the lighting in a texture and use multi-texturing to apply it to the level geometry.
Korshun's method, if I understand correctly, is simply performing the DOOM lighting equation directly in a shader.
The main innovation with EDGE was to store the lighting in a texture and use multi-texturing to apply it to the level geometry.
Korshun's method, if I understand correctly, is simply performing the DOOM lighting equation directly in a shader.
-
-
- Posts: 17803
- Joined: Fri Jul 06, 2007 3:22 pm
Re: Software renderer's lighting in GZDoom
Thanks for having looked into it. 

-
- Posts: 61
- Joined: Sat Dec 01, 2012 12:08 am
Re: Software renderer's lighting in GZDoom
Blox wrote:Now you're just being absolutely nitpicking and totally ignoring that you can have fog and the absence of colors going nuts due to palette limitations in various situations.
(This honestly reminds me of the "But it's not the Doom RNG SSG!" issue that was raging back in the Skulltag days.)
I like the software render because it keeps the grittiness and dirty look that makes Doom a much scarier game. Trying to pretty it up with OpenGL doesn't do it justice.Nash wrote:Did you even play the EXE? Especially with the "blocky" option, it pretty much looks like the software renderer; the banding is just like in software. The only "difference" here is that GZDoom has more colours because (WAIT FOR IT) it's not limited to 256 colours like the software renderer!
-
- Posts: 52
- Joined: Thu Dec 13, 2012 1:32 pm
-
- Posts: 3728
- Joined: Wed Sep 22, 2010 9:35 am
- Location: Apathetic Limbo
Re: Software renderer's lighting in GZDoom (and Zandronum)
Well what else can I say but that this looks much better than before.
-
-
- Posts: 17386
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: Software renderer's lighting in GZDoom (and Zandronum)
Shouldn't these be contributed to their respective port authors/maintainers for inclusion into the official versions?
-
- Posts: 1111
- Joined: Sun Feb 08, 2004 7:49 pm
Re: Software renderer's lighting in GZDoom
I couldn't agree more, it's just that working with paletted images is so damn annoying... Just when everything looks great, you convert to it to Doom's palette and what does it look like? It looks like garbage:shoober wrote:I like the software render because it keeps the grittiness and dirty look that makes Doom a much scarier game. Trying to pretty it up with OpenGL doesn't do it justice.
This is the only reason I am working on both GZDoom mods and ZDoom mods. Converting textures and sprites to paletted images and doing touch-ups is very time consuming.
You do not have the required permissions to view the files attached to this post.
-
-
- Posts: 17803
- Joined: Fri Jul 06, 2007 3:22 pm
Re: Software renderer's lighting in GZDoom (and Zandronum)
Maybe once it's a bit cleaned out so that it becomes an optional lightmode like the others instead of overriding user settings. Now that andrewj has confirmed there weren't licensing issues with it, it is possible.Nash wrote:Shouldn't these be contributed to their respective port authors/maintainers for inclusion into the official versions?
-
-
- Posts: 17386
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: Software renderer's lighting in GZDoom (and Zandronum)
Alright. I hope the blocky mode gets included too, because I actually like the banding. :P