I wasn't sure whether to post this as a bug or a feature suggestion, so I figured I'll start a discussion about it first.
I have my lighting mode set to "Doom" and this makes the automap textures overly dark. The water texture in MAP01 and MAP02 of Doom 2 looks almost black to me. Setting the lighting mode to something else like "Bright" will make the textures' brightnesses look closer to the software renderer.
Is it possible to make it so that the automap textures do not get affected by the lighting mode?
Automap textures are affected by lighting mode
Moderator: Graf Zahl
- 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:
Re: Automap textures are affected by lighting mode
You are probably right. I just called the standard lighting function here without actually checking the results.
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
Re: Automap textures are affected by lighting mode
Additionally, I notice that the night vision mode is making the automap textures glow green as well. Eek! :O
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
Re: Automap textures are affected by lighting mode
Not anymore. That was caused by the same mistake. It just called the function to get the light level for the player view but that was not correct.