Page 1 of 1

Console command for faster walking speed?

Posted: Tue Mar 28, 2017 3:44 pm
by brunzenstein
Anyone knowledgeable could provide a Lula command to increase the characters walking speed?

Re: Console command for faster walking speed?

Posted: Tue Mar 28, 2017 3:51 pm
by mophydeen
brunzenstein wrote:Anyone knowledgeable could provide a Lula command to increase the characters walking speed?
I used the following in my savefilemod:

Code: Select all

    player.character.character_running_speed_modifier = CHARACTER_RUNNING_SPEED_BONUS

Re: Console command for faster walking speed?

Posted: Sat Feb 08, 2020 9:54 pm
by Mgis09
just to update:
version 0.18.x

Code: Select all

/c game.player.print(game.player.character_running_speed_modifier)
/c game.player.character_running_speed_modifier = 0.4  --for example
first line displays status what is set.