Jump to content

[1.12.x] RetractableLiftingSurface Module released


linuxgurugamer

Recommended Posts

This is a small module which allows you to have a folding wing or other retractable lifting surface.  It allows for an integrated control surface (only one at this time).

Additionally, the integrated control surface is eased in once the wing is deployed, so that it doesn't kick in instantly

It's available here:  https://github.com/linuxgurugamer/RetractableLiftingSurface/releases

License: MIT

The following mods use this:

Instructions for use:

 

Add the following module to the cfg file ( which replaces the ModuleLiftingSurface):

    MODULE
    {
        name = RetractableLiftingSurface
        retracted = 1     // this value comes from the animation  If you find that you are getting
                        // lift when retracted, and no lift when extended, set this to 0
        retractedDeflectionLiftCoeff = 0
        extendedDeflectionLiftCoeff = 1.37 // 4.83m^
        useInternalDragModel = True

        // If no control surface as part of this lifting surface, then no need for
        // following two lines
        retractedCtlSfcDeflectionLiftCoeff = 0
        extendedCtlSfcDeflectionLiftCoeff = 1.25
    }

 

Edited by linuxgurugamer
Link to comment
Share on other sites

  On 8/8/2016 at 6:47 AM, Joco223 said:

So you can make wings on planes that can move with your mod?

Expand  

That's the idea.  It was written to support SXT, but should be flexible enough for a lot more

  On 8/8/2016 at 9:58 AM, White Owl said:

Or wings that fold up to fit inside a fairing, then deploy for reentry. Or retractable canards for better subsonic handling of a big delta wing. Or wings that rotate into a "shuttlecock" configuration for reentry.

Lotsa possibilities.  :D

Expand  

Yup.  Now all you modelers, get to work :-)

Link to comment
Share on other sites

  On 8/9/2016 at 4:25 AM, fourfa said:

Yes, exactly

Expand  

That can be done to any wing out there, it's merely a matter of writing the config.

I would suggest, however, that the cost should be equal to the sum of the wing and an equivalent tank, to account for the extra cost in developing and building a hollow, strong wing

Link to comment
Share on other sites

  • 2 weeks later...
  On 8/29/2016 at 5:20 PM, hraban said:

Hello @linuxgurugamer,

thank you for the nice plugin, it works well and is a must have for me and the mod Contares.

Here a picture of deployed Paraglider for the Kerbalized ESA IXV

D9JPW01.png

 

Expand  

Looks great.  when will you release a version for 1.1.3? (on CKAN)?

Edited by linuxgurugamer
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...