Jump to content

How do i edit my moded charecter's speed


AlphaWillGaming
 Share

Recommended Posts

Hi,

 

This is actually really easy to do. 

Insert the following under your character's prefab file under local functions:

    inst.components.locomotor.walkspeed = (TUNING.WILSON_WALK_SPEED * 1.1)
    inst.components.locomotor.runspeed = (TUNING.WILSON_RUN_SPEED * 1.2)

Edit the digits as you like to adjust the speed at which they travel.

 

Hope this helps.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...