Jump to content

[1.4.3 — 1.7.*] Descent Mode 0.5.0


Eklykti

Recommended Posts

For a long time I've seen videos of people playing Realism Overhaul.  Amongst other great features, it has one that allows you to significantly reduce g-force loads of an atmospheric entry, called Descent Mode. It works by moving the capsule's center of mass off-center, and then, when you reenter, aerodynamics will keep your capsule at an angle, generating lift and allowing it to stay longer in the upper parts of the atmosphere, and, in turn, making your descent much more gentle and smooth.

Now I decided to extract this functionality from RO and make it a separate mod, called Descent Mode, available at Github and CKAN.

Screenshots: Imgur album.
Download: Github.
License: CC BY-SA.
Dependencies: Module Manager.
Conflicts: Realism Overhaul.

Installation: Copy the DescentMode directory inside your GameData. Warning! Do not install this if you already have Realism Overhaul installed, as it does the same thing and will cause conflicts.

Usage:

  • Right click you capsule and select "Turn Descent Mode On".
  • Orient you capsule to retrograde and rotate it such as the ground (brown) is at the top of your navball, and the sky (blue) is at the bottom (180 degrees roll). This is different from the original Realism Overhaul setup, where you have to set 0 roll, because it 1) allows your kerbals to see their planet in the window and 2) makes better lift for mk1-2 pod with Ven's Stock Part Revamp and FAR.
  • Use the "CoM Offset Limit" slider to fine-tune your lift in-flight .
  • Enjoy your descent.

Supported pods:

  • Mk1 Command Pod
  • Mk1-2 Command Pod
  • Mk1-3 Command Pod (1.4 update)
  • Mk2 Command Pod (Making History expansion)
  • MK2 'VA' Command Pod (Ven's Stock Part Revamp)
  • More to come in the upcoming versions.

Great thanks to Realism Overhaul people and the authors of CoMShifter.cs, AdjustableCoMShifter.cs and the rest of it.

Edited by Eklykti
0.5.0
Link to comment
Share on other sites

@Eklykti You can improve compatibility with RO by adding some MM checks to the part config patches:

@PART[mk1pod]:FOR[DescentMode]:NEEDS[!RealismOverhaul]
{
  MODULE
  {
    name = CoMShifter
    DescentModeCoM = 0.0, 0.0, 0.1
  }
}

So that the patches won't be applied if RO is installed. An extra layer of security would also be to rename the module to "ModuleCoMShifter" but that is not something required (something for a future overhaul/new features).

Link to comment
Share on other sites

  • 4 months later...
  • 7 months later...
  • 2 weeks later...
  • 11 months later...
  • 3 years later...
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...