Silgrad Tower from the Ashes

Full Version: esp merging?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I did some work in CS with vanilla stuff and now I'd like to copy the stuff into another .esp. Let's say I have esp1 (the source file), where I did some work and esp2 (my destination file), where I'd like to move the stuff to. How can I do that? If I esmify the esp1, is it possible to open the esm1 and esp2 and then copy some stuff and save the esp2? Can I then open esp2 without esm1? Any other way to do it?
Quote:Originally posted by jb3
I did some work in CS with vanilla stuff and now I'd like to copy the stuff into another .esp. Let's say I have esp1 (the source file), where I did some work and esp2 (my destination file), where I'd like to move the stuff to. How can I do that? If I esmify the esp1, is it possible to open the esm1 and esp2 and then copy some stuff and save the esp2? Can I then open esp2 without esm1? Any other way to do it?

I know Sandor would know how to do this. Hopefully he'll see this thread, and respond. Just in case, though, I'll send a PM his way.

Koniption
@Koniption
Thanks for your PM. Smile

Use TES4Gecko (check the link in my sig).

Convert esp1 to an esm.
Load esp2 together with the esm(1) and save.

Merge the esp to the esm.

If required convert the esm to an esp.

Note.
If the esp changes existing records in the esm, the esp will overrule after the merge.