Search results

  1. G

    Blender Exporter

    Hi, I'm working on a blender plugin that creates the required XML files for parts. You can add thrusters and engines and specify the required parameters in the Parameter editor. Under Export you then find KSA xml which creates an xml file. The source code you can find here...
  2. G

    KittenRemoteControl

    I created a simple mod allowing external access to some game features, aiming for developing custom harware. Currently I use a simple socket connection to send/get data from/to the game. You find the source code of the mod here: https://github.com/MarcusZuber/KittenRemoteControl . Under mod...