Jump to content

sworah

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by sworah

  1. Just to let you know, I forgot a ",*" after one of the module search nodes in the config I posted. I edited it but that made it disappear so the mods could approve it or something. It should be back up there by the time this message is.
  2. In case anyone wants to use the Procedural Parts TAC:LS tank, here is a MM config to change it to these SI units. I tested it thoroughly by attaching it to a ship and saying, "yep, it works", so use at your own risk @PART[proceduralTankTAC] { @MODULE[TankContentSwitcher] { @TANK_TYPE_OPTION [*],* { @RESOURCE[Food] { @unitsPerKL *= 0.317 } @RESOURCE[Water] { @unitsPerKL *= 1.798 } @RESOURCE[Oxygen] { @unitsPerKL *= 304.27 } @RESOURCE[CarbonDioxide] { @unitsPerKL *= 261.78 } @RESOURCE[Waste] { @unitsPerKL *= 0.56 } @RESOURCE[WasteWater] { @unitsPerKL *= 1.98 } } } }
  3. In case anyone wants to change their TAC Life Support units to the SI ones that CoolBeer did on this post, here is a MM config file to fix them for the Procedural Life Support tank. I tested it in a simple manner, so use at your own risk. @PART[proceduralTankTAC] { @MODULE[TankContentSwitcher] { @TANK_TYPE_OPTION [*],* { @RESOURCE[Food] { @unitsPerKL *= 0.317 } @RESOURCE[Water] { @unitsPerKL *= 1.798 } @RESOURCE[Oxygen] { @unitsPerKL *= 304.27 } @RESOURCE[CarbonDioxide] { @unitsPerKL *= 261.78 } @RESOURCE[Waste] { @unitsPerKL *= 0.56 } @RESOURCE[WasteWater] { @unitsPerKL *= 1.98 } } } }
×
×
  • Create New...