Jump to content

Help with Heat generation on a resource converter module.


grimmer87

Recommended Posts

Hi guys, i am making a power generator part, that burns fuel/oxidiser to produce electric charge. i have used the ModuleResourceConverter module.

I want it to overheat if run at 100% for too long, i have set the GeneratesHeat property to true but that doesnt seem to affect anything, i also added a maxTemp line, that didnt do anything either. maybe it just wont work how i think it will.

anyway, here is the code i have at the mo... hope one of you knows how.

MODULE

{

name = ModuleResourceConverter

ConverterName = Power Generator

StartActionName = Start Generator

StopActionName = Stop Generator

FillAmount = 1

AutoShutdown = false

GeneratesHeat = true

UseSpecialistBonus = false

maxTemp = 200

INPUT_RESOURCE

{

ResourceName = LiquidFuel

Ratio = 0.9

FlowMode = STAGE_PRIORITY_FLOW

}

INPUT_RESOURCE

{

ResourceName = Oxidizer

Ratio = 1.1

FlowMode = STAGE_PRIORITY_FLOW

}

OUTPUT_RESOURCE

{

ResourceName = ElectricCharge

Ratio = 3300

DumpExcess = false

}

}

any advice would be appreciated. :-D

Link to comment
Share on other sites

Thanks Nertea I will give it a go tonight. Mecripp, I use near future solar but I don't want the clutter of all those parts packs. I also like learning these things for myself lol. Next thing I want to do is make my own part models but it just seems daunting. lol oh well thanks for that anyway.

Link to comment
Share on other sites

Thanks Nertea I will give it a go tonight. Mecripp, I use near future solar but I don't want the clutter of all those parts packs. I also like learning these things for myself lol. Next thing I want to do is make my own part models but it just seems daunting. lol oh well thanks for that anyway.

Same here on learning and you don't have to have the parts to use the plugin, I have used the plugin for RTG's.

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...