TES Skyrim
- Author
- Message
-
Offline
- *blah-blah-blah maniac*
- Posts: 983
- Joined: 09 Dec 2012, 00:29
Re: TES Skyrim
EvoFq3o0 - your screenshots look really fantastic, especially the interiors appear to be well balanced. Real lighting from candles and fire. Can you post more interiors pictures?
_________________
Rudy ENB for Skyrim, Skyrim SE, for Fallout New Vegas, for Dragon's Dogma
English is not my native language.
AMD Ryzen 9 5900X, Gigabyte B550 AORUS PRO AC, Arctic Liquid Freezer II 280, Nvidia Geforce RTX 2070 Super, 64GB ram
Rudy ENB for Skyrim, Skyrim SE, for Fallout New Vegas, for Dragon's Dogma
English is not my native language.
AMD Ryzen 9 5900X, Gigabyte B550 AORUS PRO AC, Arctic Liquid Freezer II 280, Nvidia Geforce RTX 2070 Super, 64GB ram
-
Offline
- *blah-blah-blah maniac*
- Posts: 504
- Joined: 31 Dec 2011, 19:42
Re: TES Skyrim
@Evo - great pics! Save that preset before you do anything else to it!
@lieutang - I'll have to play around with it a little. What does that do differently from min/max values in the fx file?
@lieutang - I'll have to play around with it a little. What does that do differently from min/max values in the fx file?
_________________
NLA v.2.0 beta - A test version of the latest NLA release.
Natural Lighting and Atmospherics for ENB - A Skyrim weather mod and preset.
High-Res bark textures - Some bark textures I made.
Dark Souls 2 ENB preset - Preset for Dark Souls 2.
NLA v.2.0 beta - A test version of the latest NLA release.
Natural Lighting and Atmospherics for ENB - A Skyrim weather mod and preset.
High-Res bark textures - Some bark textures I made.
Dark Souls 2 ENB preset - Preset for Dark Souls 2.
-
Offline
- Posts: 24
- Joined: 08 Jan 2012, 16:34
Re: TES Skyrim
Tweaking sure is fun~
(I swear I'm the only one here who plays argonians exclusively)
(I swear I'm the only one here who plays argonians exclusively)
-
Offline
- Posts: 12
- Joined: 05 Feb 2013, 18:19
Re: TES Skyrim
Confidence-Man: "@lieutang - I'll have to play around with it a little. What does that do differently from min/max values in the fx file?"
I don't know the difference because not played much with values in fx files but editing min/max values in enbseries.ini file definitely solved my problems with dark sun and darkening stuff at night.
I don't know the difference because not played much with values in fx files but editing min/max values in enbseries.ini file definitely solved my problems with dark sun and darkening stuff at night.
-
Offline
- *master*
- Posts: 117
- Joined: 22 Feb 2013, 03:33
Re: TES Skyrim
Boris
Thanks, that made me laugh pretty hard.
Confidence-Man
To my knowledge, the adaptation min/max values in enbseries.ini clamp the variable called "grayadaptation" in enbeffect.fx which is responsible for darkening and brightening the image, whereas the adaptation min/max values in the enbeffect.fx do not clamp grayadaptation, instead the EAdaptationMax variable multiplies grayadaptation, and EAdaptationMin adds to grayadaptation after the multiplication. Produces very different results than the clamping from enbseries.ini.
So basically, no matter what value "grayadaptation" has originally, it will only fall between the range specified in enbseries.ini; then it will be multiplied by EAdaptationMax, and then it will have EAdaptationMin added to it. So EAdaptationMin is the minimum darkening, the values in enbseries.ini are the maximum range before the enbeffect values take effect, and EAdapatationMax is the overall strength of adaptation.
Maybe that just confused things, I don't know. Just remember that if your image is too dark you can lower the adaptation max setting in enbseries.ini to compensate, or reduce EAdaptationMin. If it is too bright, you can raise the Min value in enbseries.ini or increase EAdaptationMin. EAdaptationMax can be raised or lowered to increase the overall adaptation strength.
Hopefully that helps?
Thanks, that made me laugh pretty hard.
Confidence-Man
To my knowledge, the adaptation min/max values in enbseries.ini clamp the variable called "grayadaptation" in enbeffect.fx which is responsible for darkening and brightening the image, whereas the adaptation min/max values in the enbeffect.fx do not clamp grayadaptation, instead the EAdaptationMax variable multiplies grayadaptation, and EAdaptationMin adds to grayadaptation after the multiplication. Produces very different results than the clamping from enbseries.ini.
So basically, no matter what value "grayadaptation" has originally, it will only fall between the range specified in enbseries.ini; then it will be multiplied by EAdaptationMax, and then it will have EAdaptationMin added to it. So EAdaptationMin is the minimum darkening, the values in enbseries.ini are the maximum range before the enbeffect values take effect, and EAdapatationMax is the overall strength of adaptation.
Maybe that just confused things, I don't know. Just remember that if your image is too dark you can lower the adaptation max setting in enbseries.ini to compensate, or reduce EAdaptationMin. If it is too bright, you can raise the Min value in enbseries.ini or increase EAdaptationMin. EAdaptationMax can be raised or lowered to increase the overall adaptation strength.
Hopefully that helps?
-
Offline
- *master*
- Posts: 177
- Joined: 05 Jan 2012, 19:06
Re: TES Skyrim
Guzio: Thank you yes sure I'll take some more interior shots, you have a location you'd like me to use?
Zyrusticae: Fantastic that, especially love the 3rd pic, lighting is ace, your point lighting has a nice glow to it
Confidence-man: Cheers I've backed up this one, but I need to organise better, the desktop ones are current ones
Zyrusticae: Fantastic that, especially love the 3rd pic, lighting is ace, your point lighting has a nice glow to it
Confidence-man: Cheers I've backed up this one, but I need to organise better, the desktop ones are current ones
-
Offline
- *master*
- Posts: 128
- Joined: 01 Apr 2012, 09:44
Re: TES Skyrim
Kermles wrote: Confidence-Man
To my knowledge, the adaptation min/max values in enbseries.ini clamp the variable called "grayadaptation" in enbeffect.fx which is responsible for darkening and brightening the image, whereas the adaptation min/max values in the enbeffect.fx do not clamp grayadaptation, instead the EAdaptationMax variable multiplies grayadaptation, and EAdaptationMin adds to grayadaptation after the multiplication. Produces very different results than the clamping from enbseries.ini.
So basically, no matter what value "grayadaptation" has originally, it will only fall between the range specified in enbseries.ini; then it will be multiplied by EAdaptationMax, and then it will have EAdaptationMin added to it. So EAdaptationMin is the minimum darkening, the values in enbseries.ini are the maximum range before the enbeffect values take effect, and EAdapatationMax is the overall strength of adaptation.
Maybe that just confused things, I don't know. Just remember that if your image is too dark you can lower the adaptation max setting in enbseries.ini to compensate, or reduce EAdaptationMin. If it is too bright, you can raise the Min value in enbseries.ini or increase EAdaptationMin. EAdaptationMax can be raised or lowered to increase the overall adaptation strength.
Hopefully that helps?
_________________
"Jon Battle-Born: You know whats wrong with Skyrim these days? Everyone is obsessed with breasts"
"Jon Battle-Born: You know whats wrong with Skyrim these days? Everyone is obsessed with breasts"
-
Offline
- *master*
- Posts: 177
- Joined: 05 Jan 2012, 19:06
-
Offline
- *master*
- Posts: 117
- Joined: 22 Feb 2013, 03:33
Re: TES Skyrim
Very funny Samurai Smartie, I guess I should not try to explain things. If you look at the code in enbeffect.fx though, that is what is happening I am pretty sure. Sorry if I confused.
Evo
Looking very good, very good! I don't know if I speak for everyone but I sure do not mind seeing a bunch of your shots here
Evo
Looking very good, very good! I don't know if I speak for everyone but I sure do not mind seeing a bunch of your shots here
-
Offline
- *blah-blah-blah maniac*
- Posts: 661
- Joined: 17 Dec 2012, 08:57
- Location: Bosnia & Herzegovina
Re: TES Skyrim
EvoFq3o0 not at all, i envy you for some of them