JPLRepo / DeepFreeze

http://forum.kerbalspaceprogram.com/threads/124720
Other
12 stars 15 forks source link

Glykerol ISRU #7

Open JPLRepo opened 9 years ago

JPLRepo commented 9 years ago

Enhancement to include Glykerol ISRU manufacturing

Bear67 commented 8 years ago
MODULE
{
     name = ModuleResourceConverter
     ConverterName = Glykerol
     StartActionName = Start GRU [Glykerol]
     StopActionName = Stop GRU [Glykerol]
    AutoShutdown = true
    GeneratesHeat = false
    UseSpecialistBonus = true
    SpecialistEfficiencyFactor = 0.2
    SpecialistBonusBase = 0.05
    Specialty = Engineer
    EfficiencyBonus = 1

     INPUT_RESOURCE
     {
        ResourceName = Water
        Ratio = 1
     }
     INPUT_RESOURCE
     {
        ResourceName = Karbonite
        Ratio = 5
     }
     INPUT_RESOURCE
     {
        ResourceName = Coolant
        Ratio = 3
     }
     INPUT_RESOURCE
     {
        ResourceName = ElectricCharge
        Ratio = 30
     }
     OUTPUT_RESOURCE
     {
        ResourceName = Glykerol
        Ratio = 0.21
        DumpExcess = false
     }
}

screenshot7crop

JPLRepo commented 8 years ago

Thanks, but will wait to implement this for a new ISRU converter part. Don't want to make it a function of the tank. Where have you taken these resources from? CRP?

Bear67 commented 8 years ago

Karbonite from RoverDude (Karbonite) & Coolant from Angel-125 (Pathfinder - SunburntLab) Coolant has to be made too, (Water, Ore, Minerals). Yeah I just slapped it onto the tank (for testing) since there was no other Glykerol tank other than the Cyro-parts. And the ratio's most likely aren't right either. :P