GetFormFromFile Not Working on FormID overrides.

Post » Tue Sep 29, 2015 4:25 am

I have an .esp that does nothing but override pre-existing FormIDs from Skyrim.esp. I'm trying to use GetFormFromFile in an additional mod to check if the first one is loaded, but it doesn't seem to work on FormID overrides.

Is there any solution?

User avatar
Multi Multi
 
Posts: 3382
Joined: Mon Sep 18, 2006 4:07 pm

Post » Tue Sep 29, 2015 4:34 am

You'll need to insert a dummy form in your plugin that belongs to it. If all you have are overrides for 00 forms from Skyrim.esm, your mod won't be recognized as being where they come from.

Use your dummy form for the GetFormFromFile check in the second mod.

User avatar
louise fortin
 
Posts: 3327
Joined: Wed Apr 04, 2007 4:51 am


Return to V - Skyrim