• Announcements

    • Ashal

      SITE MOVED - IN READ ONLY MODE   12/08/2015

      Please use http://www.loverslab.com moving forward. Site has been restored to a previous version, and this one placed into a read-only mode. This is available for a limited time so users may reference/copy content that has been lost in the transition. This will no longer be accessible by December 22nd, 2015.
Sign in to follow this  
Followers 0
blueballbob

Best method for merging esps?

So want to take about 10 or so of my armor and weapon esps that don't seem to get updates any longer and merge them to a single file. Searched online a bit and saw a couple ways to do it. Wyrebash or Tesedit5. Anyone have a recommended way of doing it? Seems to be quite a few ways out there.


 


Thanks!


0

Share this post


Link to post

"Merging mods" can have different meanings. If you want to merge different setting changes, use the TES5Edit merged patch. To merge different data lists, create a bashed patch. And for reducing your .esp number, you should use the Merge Plugin for TES5Edit. oldviktor provided the download link.


0

Share this post


Link to post

Xedit script


 


On Nexus


 


Is an updated automated merge script for TesVedit, it can merge scripts and recognizes BSA's.  It can also package the contents of all merged mods into a handy folder if using Mod Organizer.


 


 


0

Share this post


Link to post

one last question, if I add another mod that might fit in with the merged esp, can I merge the original merged esp with the new one?


0

Share this post


Link to post

Yup, there is no limit.


0

Share this post


Link to post

one last question, if I add another mod that might fit in with the merged esp, can I merge the original merged esp with the new one?

 

It works but be careful, if the formIDs are renumbered, your characters will probably loose  any items which are defined in the merged plugin.

 

There is an option to avoid formID renumbering when merging, but you shouldbe careful with it. Keep backups before merging.

 

Im speaking about merged plugin btw, not merged patch.

0

Share this post


Link to post

 

one last question, if I add another mod that might fit in with the merged esp, can I merge the original merged esp with the new one?

 

It works but be careful, if the formIDs are renumbered, your characters will probably loose  any items which are defined in the merged plugin.

 

There is an option to avoid formID renumbering when merging, but you shouldbe careful with it. Keep backups before merging.

 

Im speaking about merged plugin btw, not merged patch.

 

 

I just dump items into a container then I save.

 

Then I merge.

 

When I load up the items are usually all gone.

 

Why?  I was worried that if I left it on the character I could end up with carry weight issues.

 

0

Share this post


Link to post

 

Why?  I was worried that if I left it on the character I could end up with carry weight issues.

 

 

 

Because the items ID are (usually) changed when the script is run. Let's say you have a sword of doom which has an ID of F600121A (F6 being the load order of your merged plugin and 00121A being the ID of your sword in the merged plugin. Your save will only store the ID and not the properties of the sword (a link to the item and not the item itself). If the load order change (say F6 becomes F7), it will still be able to find the original item as long as the merged plugin name doesn't change. But if the ID changes (00121A becomes 001300), then the game will not be able to find the properties of the item anymore (the link to the item is broken). And the game will remove this item instance from the world.

 

It's probably safer to put the items aside when merging. Not because of the weight (i think it will be computed correctly) but because of scripted or magical effects existing on the discared items which could be permanently applied to the character. Not 100% sure on that.

 

Or try the non renumbering option of the script and keep your items.

0

Share this post


Link to post

Thanks again guys. Went from 250 plugins, down to 180. Performance is way better and was able to add some mods I didn't have room for before.


 


 


0

Share this post


Link to post

I'm glad you've made it. Just do the proper backup before merge and you are done.


0

Share this post


Link to post
Sign in to follow this  
Followers 0