Jump to content

im makeing a genny but dont know how to say use heatwaste and coreheat convert to eletric and megajoles


Recommended Posts

    // 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
                }
            }

     
 

Edited by mrgreco
Link to comment
Share on other sites

4 hours ago, mrgreco said:

    // 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
                }
            }

     
 

i need this to convert wastheat to eletric on/off switch  , convert coreheat to eletric on/off switch  ,,,,tweakscale  reallysmall to really huge,,, im making this for me and for those who dont want a crazy part count

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...