Don't let it merge the OOO.esp file? You'll have to tag it nomerge or something until the OOO guys can address it properly.
master.esp <---if this mergedslave.esp <---this will be deactivated
If DataFileExists("DLCShiveringIsles.esp") SelectOne "Do you want to use All Natural's Shivering Isles support? Pick yes if you do not use another mod for Shivering Isles weather.","",\ "|Yes","Installs Shivering Isles support for All Natural, including the weather system and Natural Interiors.","",\ "No","Does not install All Natural for Shivering Isles. Use this option if you have another mod that controls weather in Shivering Isles. You will not get the interior weather effects of Natural Interiors.","" Case "Yes" SelectEspm "All Natural - SI.esp" sRebuild = sRebuild + ' and 'All Natural - SI.esp'' ; ============================ ; Check for EW incompatibility ; ============================ If DataFileExists("EnhancedWeather.esm") Cancel "Enhanced Weather has been detected, please uninstall it before installing All Natural." EndIf Break Case "No" ; ============================ ; Check for EW incompatibility ; ============================ If DataFileExists("EnhancedWeather.esm") Note "Enhanced Weather has been detected, please make sure you are using the Shivering Isles only install option of EW.\n" EndIf EndSelect EndIf