About this mod
SKSE plugin which allows unique weather to be added to world maps.
- Requirements
- Permissions and credits
- Changelogs


DESCRIPTION
SKSE plugin which allows unique weather to be added to world maps.
Without this framework, new worldspaces must use the original weather used on Skyrim's map, which creates issues where the climate does not match that of for example, a desert or Oblivion realm.
ADDONS
- A Clear Map of Skyrim and Other Worlds
- Unique Map Weather - Vanilla Additions
- Skyrim Extended Cut - Saints and Seducers
REQUIREMENTS
SE/AE
Address Library for SKSE Plugins
VR
VR Address Library for SKSEVR
COMPATIBILITY
- Compatible with all game versions.
- Compatible with everything.
MOD AUTHORS
Weathers are loaded from the MapWeathers folder, by the EditorID of the Worldspace (the same names as DynDoLOD uses).
The current JSON format is:
{
"weathers": [
{
"formID": "<plugin filename>|<local formid>"
}
]
}
Currently, multiple weathers, regional weathers etc. are not supported.
These files can be packed into BSAs.
SOURCE
doodlum/map-weather-plugin MIT licence, go nuts
CREDITS
meh321 for finding the original function to hook
Parapets for VR support
Skyrim RE members for putting up with me