Console command for faster walking speed?
Posted: Tue Mar 28, 2017 3:44 pm
Anyone knowledgeable could provide a Lula command to increase the characters walking speed?
www.factorio.com
https://forums.factorio.com/
I used the following in my savefilemod:brunzenstein wrote:Anyone knowledgeable could provide a Lula command to increase the characters walking speed?
Code: Select all
player.character.character_running_speed_modifier = CHARACTER_RUNNING_SPEED_BONUS
Code: Select all
/c game.player.print(game.player.character_running_speed_modifier)
/c game.player.character_running_speed_modifier = 0.4 --for example