pablot Posted September 12, 2019 Share Posted September 12, 2019 Trying to mod the run speed, but I still didn't had any luck. Do any of you guys figured out which of the files control this parameters? Link to comment Share on other sites More sharing options...
Heas Posted September 13, 2019 Share Posted September 13, 2019 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 More sharing options...
qinxi117 Posted October 5, 2019 Share Posted October 5, 2019 @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 More sharing options...
CamilleBC Posted October 8, 2019 Share Posted October 8, 2019 (edited) @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: Got to greedfall-gamefolder/packs Open data.spk with any archive program (i.e 7zip ) 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) 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 October 11, 2019 by CamilleBC Link to comment Share on other sites More sharing options...
Recommended Posts