Jump to content

Adding items from mods to a container/NPC


atomt1

Recommended Posts

I would like to add items from various mods to a container or NPC using the construction set so I have everything I need collected in one easily accessed place. So far I have had no luck, the items just disappear from the NPC/container/cell I placed them in once I load the game. What am I doing wrong?
Link to comment
Share on other sites

The simple answer is you cannot just use assets from one plugin in another without taking a few neccessary precautions.

 

For this to work you will either have to create copies of every asset you want to use in your mod (renaming the original entry while your own plugin is the active file will literally transfer the whole entry to your plugin), or you have to make your plugin dependent on the plugins you're taking from. The latter is called ESP-mastering, using an ESP as masterfile for your mod.

 

This happens automatically once you open your plugin as active file in the CS together with the plugins you want to take from, but the traditional CS is unable to preserve this ESP-dependency on save (or load?) and will loose all assets from the masterfile(s) again right away.

Now you can use Wrye Bash's "ESM-ify" function to switch an internal flag in any plugin to make it treated as an ESM, then load it alongside your own plugin in the CS, use its assets and save (although the filename says "ESP" the CS still accepts it as ESM and preserves the dependencies), then once you're done just use "ESP-ify" to turn it back to normal before starting your game again (you have to do this switch back and forth every time you want to edit your plugin or it will loose its dependencies again!), or simply use the CS Extender (CSE) in place of the CS, which allows for ESP-mastering to work right away.

 

For further information refer to "Mod De-Isolation" as search topic.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...