kRPC: Control the game using C#, C++, Java, Lua, Python...

kRPC: Control the game using C#, C++, Java, Lua, Python...

7.8k Downloads

Add APIs for the new robotic parts

djungelorm opened this issue ยท 2 comments

commented
commented

This was added in 0.5.0

commented

Would be nice to have these included in the API, but until then, it is possible to control the new parts by name:

if module.name == "ModuleRoboticServoRotor":
module.set_field_int("Torque Limit(%)", 100)