Cronos988 Posted March 19, 2012 Share Posted March 19, 2012 Hi everyone, I've been experimenting around with the perks, trying to implement scaling with skill lvl for most of them.However, I have come across the Problem that the only modifier I can use for scaling is multiply with 1 + AV * factor. But the lowest possible factor is 0.01, which equals 1% per skill lvl and is just too much for most perks.I have then tried to Add a new Actor Value and use it as a modifier, by using a script to store a factor of the actual skill lvl (like 0.75 * Destruction). However, it seems impossible to add new actor values. They just show up as [null], cannot be used and apparently also destroyed my modfile, because I can no longer load the esp in the creation kit. So my question is: Is there any way to implement a scaling with less than AV * 0.01, via new actor values or otherwise?And secondly the last I have seen from my esp was this warning: "Forms were leaked during cleardata". Is there any way to fix this or are the 5 hours of work today gone? Thanks for your help! Link to comment Share on other sites More sharing options...
Recommended Posts