[MAPINFO] some variable for tonemaps in mapinfo

Remember, just because you request it, that doesn't mean you'll get it.

Moderator: GZDoom Developers

User avatar
FireSeraphim
Posts: 408
Joined: Thu Nov 18, 2010 12:45 am

[MAPINFO] some variable for tonemaps in mapinfo

Post by FireSeraphim »

I sent Kinsie an earlier alpha of my project a while back and I didn't mention that I designed the maps with both the "Doom" lighting mode and the "Linear" tonemap in mind and well...
I am aware there is already a variable in mapinfo just for loading a under specific lighting modes but I don't think there is yet a variable for loading maps under a specific tonemap, tonemap values, and tonemap value order. Ideally it would be set up something like this

Code: Select all

map MAP01 "Example"
{
levelnum = 1
cluster = 1
music = "D_RUNNIN"
tonemap = "Linear"
tonemapvalue "2.0"
tonemaporder = "Reverse"
next = "MAP02"
}
Tonemap is obviously for setting the intended tonemap and obviously support the pre-existing tonemaps in the engine such as the "pallete" tonemap, and so-on and so-forth. tonemapvalue would support both positive and negative values like it does in the hardware rendering options menu and tonemap order would obviously support both rendering the tonemap in both either obverse or reverse like it does in the hardware rendering option. I kinda see giving the pre-existing tonemap "nice names" for MAPINFO to read being a bit difficult but the rest shouldn't be too hard for the development team to implement.
User avatar
Rachael
Posts: 13995
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: [MAPINFO] some variable for tonemaps in mapinfo

Post by Rachael »

Both myself and dpJudas have been wanting mapper-customizable tonemaps/bloom but we can't force it on users under any circumstance.

Still though, if done creatively, it allows the GZDoom engine to do fake HDR very effectively.
User avatar
nazakomu
Posts: 131
Joined: Wed Nov 30, 2016 12:51 am
Graphics Processor: nVidia with Vulkan support

Re: [MAPINFO] some variable for tonemaps in mapinfo

Post by nazakomu »

Rachael wrote:but we can't force it on users under any circumstance.
You could make an option in the settings where tonemaps can be user-selected, and one that is map-defined, or perhaps something completely else along those lines.
User avatar
Dark Pulse
Posts: 66
Joined: Fri Nov 21, 2014 5:35 pm
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support

Re: [MAPINFO] some variable for tonemaps in mapinfo

Post by Dark Pulse »

I'm pretty sure the map-defined thing is what she's talking about when it comes to "forcing" them.

Return to “Feature Suggestions [GZDoom]”