» Fri Nov 16, 2012 9:26 pm
STEP ONE - MAKE BACKUPS OF YOUR ESP FILES.
The techniques of merging two esp files into each other is very dependent on the types of edits and objects contained in the mods. NPCs are actually relatively complex to copy once they are completely set up as actors since you have to find and copy all of the parts. It simplyfies it a lot if you create a name for each custom form and object in the Object Window that is easy to locate again later. I generally start each ID with 001 and and an indentifier for the mod or cell. So if I have a blacksmith in the Dovahkiin's Warehouse the ID might be something like 001WarehouseBlacksmithMonica. Since she works 24/7 right now, her AI package is 001WarehouseMonicaServices24x7. And so on through relationships, factions, work area markers, merchant chests, outfits and so on. I can get all of those together at the top of the Object Window by entering 001 in the filter and selecting All at the bottom of the tree.
Once you have all of your custom objects named so you can find them, open your two files together in the CK with the larger more complex one as the active file. You need to pick which one is easier to copy from based on what you have done in them. I'm going to assume you don't have any cells to copy. The information Shalani is referring to was mostly focused on interior and exterior cells, which take a different approach. I also suggest you do not try to copy entire vanilla cells but instead re-create what you have done in those by renaming or moving the items directly in the cells. Say if you moved a tree in the original, just nudge it a little and it becomes part of the merge esp. You can see the objects that you modified because they will all have asterisks next to their IDs. But I digress. If you have custom cells, that is another conversation. It doesn't sound like you do.
Once you see the objects you want in the Object Window, you need to rename them not duplicate them or the links will be broken. I generally change all of the 001s to 002s or something easy like that. Once you rename them, they belong to the active esp. Leave them with unique IDs so they don't conflict with the mod you are copying from. Otherwise if you try to open them up together again they will have conflicts. I usually discover something I missed in the first pass. This process will not modify the names in the non-active esp as only the active esp is modified. As long as you use an esp to copy from it does not create a master dependancy. If you do somehow create a master dependency - probably by using an esm to copy from, it can be removed in the CK. Go to the data window and select the esp. The master dependancies are listed over to the right of the plugins. Select the one you want to delete and hit ctrl-del. Then load the esp as active and save it.
I hope this is all helpful. Remember that you made backups in Step One and don't panic if the result crashes the game on the first try. Just go back and try it again. Merging plugins in the CK can be a lot of work and sometimes yields unexpected results. We really need some new tools since TESVSnip is officially persona non grata.