Jump to content

RAT (ram air turbine)


Recommended Posts

this is probably just for me, but maybe someone can help me with this

 

 RAT is what real planes use when they have total power failure. its a small windmill that generates ec for the most vital systems

maybe some good code writer can help me write a code that turns a small air intake into a generator?

Link to comment
Share on other sites

Well, adding simple E/C generation would prolly be as easy as adding this module from the RTG to the parts .cfg via a module manager patch.

MODULE
    {
        name = ModuleGenerator
        isAlwaysActive = true
        OUTPUT_RESOURCE
        {
            name = ElectricCharge
            rate = 0.75
        }
    }

Tying it into the air intake resource so it only generates E/C when it has air supply is another matter entirely, and over my head sadly.

Edited by Rocket In My Pocket
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...