Jump to content

Perk Modifications: Scaling and actor values


Cronos988

Recommended Posts

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

  • Recently Browsing   0 members

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