TES5Edit Script Help

Post » Mon Jun 16, 2014 8:44 am

I am extracting several parts of my private "Dawnguard Tweeks" module to pack into a mod I eventually intend to release; "Dawnguard Arsenal". One of the items in it is a sun damage rune which I dubbed the "Meridian Rune". I got it working and everything... but now comes the daunting task of re-directing impact data refs in its impact data set to a copied form in the new module with a completely different FormID.


There are a lot of refs in the IPDS, and I really am hoping that it's possible to script-copy them... Does anyone know what TES5Edit script would do the job?

User avatar
David Chambers
 
Posts: 3333
Joined: Fri May 18, 2007 4:30 am

Post » Mon Jun 16, 2014 12:55 am

Simplest method: Copy your existing Mod, and delete EVERYTHING you don't want. That way you don't have to change anything. I did some testing with this a while back, and it seems to be basically safe-- the only issue I found was the console would only read/write to the last loaded of the two Mods, but Skyrim itself handled them fine, since they actually would have different Editor Ids internally.

User avatar
Farrah Lee
 
Posts: 3488
Joined: Fri Aug 17, 2007 10:32 pm


Return to V - Skyrim