how to change the characters walking speed?
Posted: Sun Apr 02, 2017 1:37 pm
either in the Lula file or better by a Lula command - please advise
www.factorio.com
https://forums.factorio.com/
Code: Select all
/c game.player.character_running_speed_modifier = 2
Thank you indeed. This makes a lot of newbies happydaniel34 wrote:The default running speed is 0, if you enter positive numbers e.g. 2 it means +200% running speed.Code: Select all
/c game.player.character_running_speed_modifier = 2
If you wanted to reduce the number then -0.5 would mean -50% and halves the running speed.
And please, call it Lua in the future.