Jump to content

Toggle-able power source?


Tassyr

Recommended Posts

Question- is it even possible to make, say, a small RTG that creates a miniscule amount of power and can be toggled on or off?

I mean I can figure out the 'miniscule power' bit- but not the toggle. What I'm attempting to make is a small probe that activates a power generation system when it decouples from the main craft, but doesn't power the main craft itself.

Link to comment
Share on other sites

yes, its very easy to do in the part.cfg files, I have made a few.

Simply change the 'isAlwaysActive = true' to false, or you can delete the line entirely.

if you want to have a specific name to your 'On/Off' Button, you can use the; 'startEventGUIName = Start RTG' and then the; 'endEventGUIName = Stop RTG'

Link to comment
Share on other sites

How would I structure the gui-name thing? I've never screwed around with that bit before. I mean where do I put that in this structure?

MODULE

{

name = ModuleGenerator

isAlwaysActive = false

OUTPUT_RESOURCE

{

name = ElectricCharge

rate = 0.75

}

}

}

And yeah, this is just the basic RTG for test purposes.

Link to comment
Share on other sites

How would I structure the gui-name thing? I've never screwed around with that bit before. I mean where do I put that in this structure?

MODULE

{

name = ModuleGenerator

isAlwaysActive = false

OUTPUT_RESOURCE

{

name = ElectricCharge

rate = 0.75

}

}

}

And yeah, this is just the basic RTG for test purposes.

Just under the 'isAlwaysActive' line.

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