It's no way to decrease manual_crafting_speed_modifier
Posted: Mon Aug 22, 2016 8:10 pm
Hi!
This command can make your hand crafting speed higher:
For 0.13.9 works:
Howewer, by default this value is not 1, but 0.
You can check it with this command:
All of negatives inputs don't works, value -1 and lower stop any building progress.
This command can make your hand crafting speed higher:
Code: Select all
/c game.local_player.force.manual_crafting_speed_modifier=2
Code: Select all
/c game.player.force.manual_crafting_speed_modifier=2
You can check it with this command:
Code: Select all
/c game.player.print(game.player.force.manual_crafting_speed_modifier)