Search the Community
Showing results for tags 'please i need this asap'.
-
// Special // Contains any special functionality for this part /+ // Generator // Power generation MODULE { name = ModuleGenerator isAlwaysActive = true OUTPUT_RESOURCE { name = ElectricCharge rate = 100 DumpExcess = false FlowMode = STAGE_PRIORITY_FLOW } } // Heat // Heat generation MODULE { name = ModuleCoreHeat CoreTempGoal = 350 //Internal temp goal - we don't transfer till we hit this point CoreToPartRatio = 0.1 //Scale back cooling if the part is this % of core temp CoreTempGoalAdjustment = 0 //Dynamic goal adjustment CoreEnergyMultiplier = 0.01 //What percentage of our core energy do we transfer to the part HeatRadiantMultiplier = 0.01 //If the core is hotter, how much heat radiates? CoolingRadiantMultiplier = 0 //If the core is colder, how much radiates? HeatTransferMultiplier = 0 //If the part is hotter, how much heat transfers in? CoolantTransferMultiplier = 0 //If the part is colder, how much of our energy can we transfer? radiatorCoolingFactor = 0 //How much energy we pull from core with an active radiator? >= 1 radiatorHeatingFactor = 0 //How much energy we push to the active radiator MaxCalculationWarp = 1000 //Based on how dramatic the changes are, this is the max rate of change CoreShutdownTemp = 10000 //At what core temperature do we shut down all generators on this part? MaxCoolant = 0 //Maximum amount of radiator capacity we can consume - 2500 = 1 small PassiveEnergy { key = 0 25000 key = 200 10000 key = 250 50 key = 300 25 key = 350 0 } }