Jump to content

Change backwards run speed


fasullo

Recommended Posts

Hi all,

 

i started the develop of my first mod a week-ago. It basically is a budle of little gameplay changes and a lot of changes about the default items of the game.

 

I want to implement a specialness to my mod: something similar to the "Backwards run speed decrease" of the famous playstyles.xfo from Xodarap.

 

I sincerely dunno how to do it!

 

Can someone help me?

 

Thank you in advance

Link to comment
Share on other sites

The speed at which an actor moves is controlled by an AV called "SpeedMult". This AV" is a little strange in that any changes to it will only take effect after an event that causes the engine to recalculate its effect takes place. As far as I know, these events consist of:

 

- Any changes to one of the mobility AVs - "LeftMobilityCondition" and "RightMobilityCondition"

- Drawing or hostering a weapon

- Toggling sneak mode

 

The best way to check if an actor is moving backwards is probably to use IsAnimPlaying.

 

Cipscis

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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