ENB Extender 0.0.4 Weather Demo (Skyrim)
Added 2023-04-29 17:16:04 +0000 UTCThis is a small public demo of the weather separation portion of the ENB Extender. This doesn't include any of the other features. The full ENB Extender is only available for Patrons right now, this is just a sneak peak for everyone else.
Requirements: ENB and KiLoader (0.0.4)
Installation: Use a modmanager or extract and copy into your data folder
How to use: If you want to add weather separation to your own ENB preset, you can do that by adding a single annotation to your UI variables.
Example for full weather speparation:
float ExampleVar <string UIName = "Example Var"; string Separation = "Weather";> = 0.0;
Example for exterior only weather separation:
float ExampleVar <string UIName = "Example Var"; string Separation = "ExteriorWeather";> = 0.0;