angryglock Posted February 27, 2015 Share Posted February 27, 2015 I'd like to add my food items from my mod Nordic Cooking into the form lists of Frostfall but only if Frostfall is installed. In other words I don't want to patch my mod nor build another version of it for FF. Ideally the script would run once check for the mod, add the items and then go dormant. Does anyone know how to go about that and is it considered a safe practice? I don't want to mess up anyone's save with a bad script plan. Link to comment Share on other sites More sharing options...
sevencardz Posted February 27, 2015 Share Posted February 27, 2015 I'd start with http://www.creationkit.com/GetFormFromFile_-_Game and try to load Frostfall's formlist in some sort of initialization script, like the OnInit for a quest or the OnConfigInit event in an MCM script, if you have one. If it comes back None, then abort and assume the mod is not installed, otherwise add your forms. I'm not sure what happens with persistence of those forms (which are really just references) in Frostfall's formlist if your mod is uninstalled after the forms are added. I would assume they all become 'None'. Not sure if that would break stuff, but a few tests could verify. Link to comment Share on other sites More sharing options...
angryglock Posted March 4, 2015 Author Share Posted March 4, 2015 That looks very promising. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts