» Mon May 16, 2011 7:09 pm
To de-isolate a plugin (that is, make an ESP/ESP dependency) the first thing you need to do is ESMify the ESP you wish for your mod to depend on. This can be done easily in Wrye Bash (right click plugin, select ESMify self). This will make the construction set treat the ESP as if it were an ESM, and allow you to make the changes you want to make.
Two warnings, though:
1. Don't forget to ESPify the master ESP after you are done (and trust me, you will know if you forget).
2. This process will add a LOT of junk data into your mod, so you will need to clean it with TES4Edit afterward.