how to change the characters walking speed?
- brunzenstein
- Smart Inserter
- Posts: 1156
- Joined: Tue Mar 01, 2016 2:27 pm
- Contact:
how to change the characters walking speed?
either in the Lula file or better by a Lula command - please advise
Re: how to change the characters walking 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.
- brunzenstein
- Smart Inserter
- Posts: 1156
- Joined: Tue Mar 01, 2016 2:27 pm
- Contact:
Re: how to change the characters walking speed?
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.