Jump to content

Run Speed


pablot

Recommended Posts

Check the file actions_default.sli inside actions folder.

Look for this line:
<action_default_walk inheritFrom="action_default_move_loop" flags="WALK" animatorActionPlayer="base/movefree/walk">

There is a displacement speed value for WALK, RUN and SPRINT near that line, I haven't tried but it might be what you are looking for.

Link to comment
Share on other sites

  • 4 weeks later...

@Heas Can you be more specific, there are no actions folder in my GreedFall folder. Can you send me your actions_default.sli file?

 

I actually have a question, how do you guys make these .sli file. I don't have any in my datalocal folder.

Link to comment
Share on other sites

@Heas Can you be more specific, there are no actions folder in my GreedFall folder. Can you send me your actions_default.sli file?

 

I actually have a question, how do you guys make these .sli file. I don't have any in my datalocal folder.

 

@qinxi117

 

 

EDIT 11 october 2019:

It doesn't seem to work on my game. If someone has the solution, I would love to hear it!

 

Original message:

In case you are still wondering:

  1. Got to greedfall-gamefolder/packs
  2. Open data.spk with any archive program (i.e 7zip )
  3. Extract the actions/action_default.sli to greedfall-gamefolder/datalocal while respection the archive's folder structure (here greedfall-gamefolder/datalocal/actions/action_default.sli)
  4. Edit action_default.sli with a text editor (i.e Notepad++)

  • For walking speed: Look for action_default_walk and edit the speed value here: <displacement speed="80" />

  • For running speed: Look for action_default_run and edit the speed value here: <displacement speed="250" />

  • For running speed: Look for action_default_sprint and edit the speed value here: <displacement speed="350" />

I hope it will help you!

Edited by CamilleBC
Link to comment
Share on other sites

  • Recently Browsing   0 members

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