EmissaryOfWind Posted January 7, 2017 Share Posted January 7, 2017 So this is a theoretical question, but if I had a mod A that depended on mod B and I wanted to make it depend on a mod C that contains the records needed by mod A, is there an easier way to switch mod B with mod C than to change every call to B in A to call C instead, by hand, and then clean masters? Sorry if this is confusing I'm tired Link to comment Share on other sites More sharing options...
PeterMartyr Posted January 7, 2017 Share Posted January 7, 2017 Try changing the Name of ModB to ModC in the Header of Mod A, if the records (hexadecimal) in ModB & ModC are the same. it should work..... No cleaning Masters, & no F2 & changing Hexadecimal stuff. Note just Load A & B not C in xEdit, remember to back up (always) before attempting, & on saving... Link to comment Share on other sites More sharing options...
Recommended Posts