Code: Select all
/c game.player.force.technologies['worker-robot-speed-4'].researched=falseCode: Select all
cannot execute command. error: [string "game.player.force.technologies['worker-robot-..."]:1: attempt to index field 'worker-robot-speed-4' (a nil value)tested with game version 0.14.17 and 0.14.19, singleplayer.
also tried modifier:
Code: Select all
/c game.player.force.logistic_robot_speed_modifier = 0.5Code: Select all
cannot execute command. error: LuaForce doesn't contain key logistic_robot_speed_modifier. stack traceback: [string "game.player.force.logistic_robot_speed_modifi..."]:1: in main chunkalso: tested with vanilla and modded version, same results.



