CptCOOTS Posted February 6, 2018 Share Posted February 6, 2018 I had to remove a master for a mod and essentially I have a bunch of records in my mod for which the FORMID of any references they contained are messed up (Script parameters and SCOLs primarily). My mod's FormIDs are now 02XXXXXX, but it refers to things within a Master that USED to be 02XXXXXX but is now 01XXXXXX.For instance I have a SCOL at 02000FB2 (used to be 03000FB2 before removing the offending Master). This SCOL has a part with FormID 02006104 and now has the super fun <Error: Could not be resolved> because that record is now 01006104. Is there a way to go through each one of my mod's entries, find anything within the record with <Error:Could not be resolved>, and alter that FormID from 02 to 01? Link to comment Share on other sites More sharing options...
zilav Posted February 6, 2018 Share Posted February 6, 2018 Restore backup and remove unused masters using "Clean masters" menu option only instead of editing them in TES4 header. You simply broke your plugin. Link to comment Share on other sites More sharing options...
CptCOOTS Posted February 6, 2018 Author Share Posted February 6, 2018 Jesus, it is unreal that removing the master via CK did this. Link to comment Share on other sites More sharing options...
JonathanOstrus Posted February 6, 2018 Share Posted February 6, 2018 The same thing will happen if you load an esp as a master wit the latest CK and save. All refs to that plugin will be broken. CK isn't designed to be friendly like that. Beth hacked it up to fit their needs which are very constrained and specific. Link to comment Share on other sites More sharing options...
CptCOOTS Posted February 6, 2018 Author Share Posted February 6, 2018 Does anyone know of a way to have xEdit only show the records that are requiring a particular master? Link to comment Share on other sites More sharing options...
CptCOOTS Posted February 6, 2018 Author Share Posted February 6, 2018 nvm, I found List records referencing specific plugin Link to comment Share on other sites More sharing options...
Recommended Posts