vac333 Posted March 19, 2016 Share Posted March 19, 2016 I am having trouble fixing and understanding why I am getting:[00000025] <Warning: Could not be resolved, but is possibly hardcoded in the engine>instead ofNavMeshGenCell [CELL:00000025]when I did a direct copy of the record and I have all the correct Masters if you can help please message methank you Link to comment Share on other sites More sharing options...
zilav Posted March 19, 2016 Share Posted March 19, 2016 Probably because masters are out of order in your plugin, use Sort Masters right click menu. Link to comment Share on other sites More sharing options...
vac333 Posted March 19, 2016 Author Share Posted March 19, 2016 thank you, looks like that fixed it :) Link to comment Share on other sites More sharing options...
vac333 Posted March 19, 2016 Author Share Posted March 19, 2016 new problem,now that I have everything merged into one file,when I remove the original ESP's as masters to the merged filethe Form ID's numbers change and screws a lot of stuff up,I removed all the records in the original ESP,the only thing in the original ESP is the file headers,but FO4Edit will not remove them as masters to the merged file when I use clean master'sI tried doing manual removal but that messes up the form ID's any thoughts? Edit: Clarification: the Form ID's do not only change, the number ID's change and the same numbers are used multiple times, reason things become messed up Link to comment Share on other sites More sharing options...
zilav Posted March 19, 2016 Share Posted March 19, 2016 Clean Masters is the only option to remove masters correctly, manual deletion from plugin's header breaks FormID links.It will remove masters that are not used in a plugin, and won't remove if they are. "Used" means there are records that either overrides or links to that master record(s). Link to comment Share on other sites More sharing options...
vac333 Posted March 19, 2016 Author Share Posted March 19, 2016 Clean Masters is the only option to remove masters correctly, manual deletion from plugin's header breaks FormID links.It will remove masters that are not used in a plugin, and won't remove if they are. "Used" means there are records that either overrides or links to that master record(s).I thought that is what was causing the changes,but why am I not able to clean the master, when there are no records in the master's I want to remove? Link to comment Share on other sites More sharing options...
zilav Posted March 19, 2016 Share Posted March 19, 2016 Because the master is still used somewhere in your plugin. Link to comment Share on other sites More sharing options...
vac333 Posted March 19, 2016 Author Share Posted March 19, 2016 Because the master is still used somewhere in your plugin.I get that, but how can it be used if there are no records in the master, except for the header? Link to comment Share on other sites More sharing options...
zilav Posted March 19, 2016 Share Posted March 19, 2016 Broken ref links that have index of that master in plugin's header for example, or records injected into it. Link to comment Share on other sites More sharing options...
Recommended Posts