but it returns - LUA SCRIPT DOESNT CONTAIN KEY -/c game.player.force.manual_mining_speed_modifier=1000
This worked before what is happening please help?
but it returns - LUA SCRIPT DOESNT CONTAIN KEY -/c game.player.force.manual_mining_speed_modifier=1000
For me this works just fine in singleplayer and fails with "Map doesn't contain 1 player, this function can't be used" in multiplayer. In the latter case you just need to change game.player to game.local_player and it works, too.matthewk1462 wrote:So i wanted to speed up the mining rate so I got this commandbut it returns - LUA SCRIPT DOESNT CONTAIN KEY -/c game.player.force.manual_mining_speed_modifier=1000
This worked before what is happening please help?
. And no luck I am playing this game in single player mode. I really don't understand what's going wrong. I have no mods installed either?/c game.local_player.force.manual_mining_speed_modifier=1000
Cannot execute command. error: [string "game.force.player.manual_speed_modifie..."]:1: LuaForce Doesn't contain key manual_mining speed_modifier.