Jump to content

burglarnoone

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by burglarnoone

  1. Thanks for the update, it's appreciated. I'm pretty new to ksp and it's mods, is there a reason why your mod needs to be put in the /parts and /plugins folders, rather than the /gamedata folder, not that it's an issue was just wondering.
  2. Hi , this mod had a couple issues for me working with 23.5, the satellite gives a Nan error on its electrical readings, which screws with the electrics for other parts on the same vehicle. For anyone with the same issues. Add the code using notepad etc to the part.cfg file located in the FigaroTransmitter folder. When you open the part.cfg delete all the lines below maxTemp = 3200, and paste the code below in their place. RESOURCE { name = ElectricCharge amount = 5 maxAmount = 5 } MODULE { name = ModuleGenerator isAlwaysActive = True INPUT_RESOURCE { name = ElectricCharge rate = 0.03 } } No idea if this is the optimal way to restore functionality until the author updates, but it works for me.
×
×
  • Create New...