Jump to content

ruifung

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by ruifung

  1. Whoops, didn't know about the node sizes. That being said, swapping out one number at the end couldn't be that hard? =P Also, someone posted a community patch that fixed the node sizes a while back... @PART[KSPIMagneticNozzle3]:Final { @node_stack_top = 0.0, 1.205, 0.0, 0.0, 1.0, 0.0, 3 @node_stack_bottom = 0.0, -0.75, 0.0, 0.0, 1.0, 0.0, 3 }
  2. I made a little MM patch to fix the gaps between the magnetic nozzles if anyone is interested. @PART[KSPIMagneticNozzle1]:Final { @node_stack_top = 0.0, 0.401, 0.0, 0.0, 1.0, 0.0, 1 @node_stack_bottom = 0.0, -0.21, 0.0, 0.0, 1.0, 0.0, 1 } @PART[KSPIMagneticNozzle2]:Final { @node_stack_top = 0.0, 0.80, 0.0, 0.0, 1.0, 0.0, 2 @node_stack_bottom = 0.0, -0.50, 0.0, 0.0, 1.0, 0.0, 2 } @PART[KSPIMagneticNozzle3]:Final { @node_stack_top = 0.0, 1.205, 0.0, 0.0, 1.0, 0.0, 3 @node_stack_bottom = 0.0, -0.75, 0.0, 0.0, 1.0, 0.0, 3 }
  3. I did this. Just add TechRequired = start to every part. They will all be in the starting tech, but you have to still click on each part to research them individually (no science cost). I've created a ModuleManager config that adds the parts to what I think is the most fitting research node. http://pastie.org/9161300
  4. I can confirm the issue bulletrhli is having, it fails to load on the part DroneEngine, Relevant log entries as follows: [LOG 00:29:47.253] FSCoolant not found in resource database. Propellant Setup has failed. [EXC 00:29:47.257] NullReferenceException: Object reference not set to an instance of an object
×
×
  • Create New...