I made a small mod called 'lightning during thunder storms' to provide the missing lightning strikes.
My mod uses a form list to store all the weathers that I decide are bad enough to justify lightning.
Spoiler
- SkyrimStormRainTU = 10a241
- SkyrimStormRainFF = 10a23c
- SkyrimStormRain = C8220
- SkyrimOvercastRainVT = 10A746
- FXMagicStormRain = D4886
- SkyrimStormRainTU = 10a241
- SkyrimStormRainFF = 10a23c
- SkyrimStormRain = C8220
- SkyrimOvercastRainVT = 10A746
- FXMagicStormRain = D4886
This works great for a vanilla Skyrim, but we all love mods and especially weather mods.
My problem is now I want to use a weather mod such as RLWC or COT etc, these mods introduce new weather forms that my lightning mod doesn't detect as being 'bad enough for lightning'.
Is there anyway for other rmods to be able to add weathers into my mods bad weather form list?
If I include the references in my own mods form list, would they be considered NONE if the other mod was not installed? or would it be CTD!? and a dependency now introduced!
Are there any posts on mod 2 mod communication, especially scripted?
Thanks Guys, really appreciate any help.