Jump to content

nemotiger

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by nemotiger

  1. @infinite_monkey There is a part in RationalResourceParts that can convert resources from their gas form to liquid form. For MKS patches, I will make a pull request after I have properly play testing them, but it will probably take some more time. If you want them now, you can get it from https://github.com/nemotiger/My_KSP_Mod/tree/master/GameData/My_KSP_Mod/RationalResource/MKS
  2. Found a bug in "OPT_B9PS_RationalResources.cfg" that causes both cryogenic tank types and RR tank types not showing up when both CryoEngines and RationalResources are installed. That file should probably be modified like below: @PART:HAS[#manufacturer[OPT*Division],@MODULE[ModuleB9PartSwitch]]:NEEDS[B9PartSwitch,RationalResources,!Pathfinder,!ModularFuelTanks,!RealFuels]:AFTER[RationalResources] { @MODULE[ModuleB9PartSwitch]:HAS[#moduleID[OPTcmd]] { SUBTYPE { name = LNH3 tankType = RR_CryoA title = LqdAmmonia primaryColor = BurntRed secondaryColor = BurntRed } SUBTYPE { name = LCO2 tankType = RR_CryoC title = LqdCO2 primaryColor = WarmGrey secondaryColor = WarmGrey } SUBTYPE:NEEDS[CryoEngines] { name = LH2 tankType = RR_CryoH title = LqdHydrogen } SUBTYPE:NEEDS[CryoEngines] { name = HLOX tankType = RR_CryoHLOX title = Hydrolox } SUBTYPE:NEEDS[CryoEngines] { name = LCH4 tankType = RR_CryoM title = LqdMethane } SUBTYPE:NEEDS[CryoEngines] { name = MLOX tankType = RR_CryoMLOX title = Methalox } SUBTYPE { name = LN2 tankType = RR_CryoN title = LqdNitrogen primaryColor = PeacockBlue secondaryColor = PeacockBlue } SUBTYPE { name = LOX tankType = RR_CryoO title = LqdOxygen primaryColor = CadetBlue secondaryColor = CadetBlue } }
  3. Thanks for the explanations. The point of adding RR production chains (including the freezers) into MKS processing parts is simply making fuels. I can actually just patch the stock ISRU parts to include MKS's logistic modules to make RR more playable with MKS, but then the stock ISRU will become extremely OP compared to other MKS production parts. Since the stock ISRU parts have a lot more capacity and doesn't require maintenances. I never noticed that the stock ISRU can do parallel processing before, I always thought these machines are serial.
  4. @JadeOfMaar I'm making MKS compatibility patches for this mod and it's almost done. What's left are the production chains of the compressor. I need to know how the compressor's throughput is balanced. I know the base throughput of MKS's 2.5m MPU is equal to 0.094 times the throughput of the stock 2.5m ISRU , but I cannot work out the throughput conversion ratio between the RR compressor and MKS's 2.5m MPU.
×
×
  • Create New...