Jump to content

Perk edit help needed


LetoShade

Recommended Posts

I'm trying to make a mod that will give extra effects to some of the boring and near useless perks. I am hitting a bit of a snag though in that I have no idea how to affect movement speed. I've figured out how to adjust reload speed after finding the correct way to add an ability and assign the correct effect. However I am not seeing (or I'm being blind in the flooding list of effects) the effect that would do anything to movement speed.

 

I am a first time modder trying to fit this in with work so any help is appreciated.

Link to comment
Share on other sites

The console version is TargetREF.SetAV SpeedMult 110 ;;110% normal

 

The scripted version is TargetREF.SetValue(SpeedMult, 110) ;110% normal

 

Dunno if there is a perk entry point for SpeedMult

Link to comment
Share on other sites

  • Recently Browsing   0 members

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