Hey Boris! I believe I found an issue with the new per-weather settings:
When using per-weather configs for ENVIRONMENT, the sunset game hour 20 renders very dark and strange looking, with no light and bright fog. Changing any of the values in the per-weather config will not affect the visuals at all during this game hour. This is the only game hour of all 24 where this issue happens (though the nearby hours are also affected as they interpolate in and out of this odd "dark hour".)
Toggling Environment to IgnoreWeatherSystem=true (disable per-weather for environment) fixes the issue.
Sunrise is not affected by this issue, only sunset. It seems like hour 20 is some sort of "ghost hour" that does not read any values from the INIs.
This issue happens with all weathers, either from vanilla or from mods. It also happens with default ENB files, or any ENB presets. I re-created the INI file and compared line-by-line to the main enbseries.ini ensure no weird values were present. All were the same. The only thing I noticed is that the per-weather INI file saved by ENB has some of the lines out of order compared to the main ENBSeries, but I don't know if that matters.
The screenshots attached are with no mods installed, and no ENB preset, just the main files and vanilla weather.
STEPS TO REPRODUCE:
1. Install default ENB files and no mods to avoid confusion
2. Enable Multiple Weathers
2. Add the following to _weatherlist.ini:
Code: Select all
[WEATHER001]
FileName=clear_tundra.ini
WeatherIDs=10a240
3. Load the game, and console coc WhiterunExterior01
4. Type fw 10a240 to force the weather (the weather in clear_tundra.ini)
5. Click Show Weather Window to ensure multiple weather system is running, and that clear_tundra.ini is loaded
6. Under ENVIRONMENT un-check "IgnoreWeatherSystem"
7. In the console type set gamehour to 20
8. The world will become black and foggy
9. Re-Checking "IgnoreWeatherSystem" will return visuals as normal
Cheers!