The Doom lighting mode is too dark.
The starting room in Doom 2 MAP25 (Bloodfalls) is pitch black. I couldn't see anything.
I was also playing some other wads where the light level was intentionally dark. They were way too dark in GZDoom with the Doom lighting mode and I had to switch to Standard.
This problem doesn't happen in software mode because the lighting gradually gets brighter as it approaches the player.
Doom lighting mode is nice but it's way too dark. There has to be a way to make it work.
DOOM lighting mode too dark
Moderator: Graf Zahl
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
-
- Posts: 81
- Joined: Mon Sep 26, 2005 17:48
- Location: Here, I hope.
- Contact:
- TheDarkArchon
- Posts: 1000
- Joined: Wed Jul 06, 2005 11:58
- Location: What's that fucking smell
- Contact:
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
Re: DOOM lighting mode too dark
I tweaked the light levels so that they are as close as possible to the software renderer. If you don't like it you can always switch to 'bright' mode which uses higher light levels.Nash wrote:The Doom lighting mode is too dark.
The starting room in Doom 2 MAP25 (Bloodfalls) is pitch black. I couldn't see anything.
Use Bright, not Standard. Standard means a 1:1 mapping of Doom's information to GL which is less than optimal.I was also playing some other wads where the light level was intentionally dark. They were way too dark in GZDoom with the Doom lighting mode and I had to switch to Standard.
That is an effect that is not really doable in GL without some special non-trivial coding.This problem doesn't happen in software mode because the lighting gradually gets brighter as it approaches the player.
It's called Gamma correction, brightness and contrast. These are 3 settings in the menu with which you can tweak the output to your liking. You probably need to increase the gamma slightly to make it look better.Doom lighting mode is nice but it's way too dark. There has to be a way to make it work.
-
- Posts: 81
- Joined: Mon Sep 26, 2005 17:48
- Location: Here, I hope.
- Contact:
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
The software renderer is taken 1:1 from ZDoom without the slightest alteration. I have no intention to change anything about it. I have never investigated whether it would be possible to implement 3D-floors because I have never tried to understand the code. The Z-buffer issue is the biggest problem though.
-
- Posts: 81
- Joined: Mon Sep 26, 2005 17:48
- Location: Here, I hope.
- Contact:
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
No. ZDoom's renderer is far too different and I don't have any desire to work with that code. It is merely there because I don't see any reason to remove the code. After all it works as far as it does.smg m7 wrote:Legacy apparently has 3D floors in software mode. Couldn't that code be adopted into GZdoom?
Well, too bad. But you can rest assured that most upcoming GZDoom WADs will make use of features like dynamic lights or models which can't be done in software rendering at all.I miss the old renderer when I'm trying to play a GZdoom-specific wad.