Skip to content

Releases: Starwaster/DeadlyReentry

Deadly Reentry version 7.9.0 - The Barbie Edition

Choose a tag to compare

@Starwaster Starwaster released this 13 Aug 04:08
  • Don't type cast to object when checking for null references.
  • Damage internal flux fixes (see PR #56 for details)
  • Moved several config patches from :FINAL to :LAST[DeadlyReentry]
  • Register part destruction causes with FlightLogger
  • Fixed negative damage issue when internal temp over maxOperationalTemp
  • Changed behavior when max operational temps are incorrectly configured higher than max temps. (max temp is now increased to match configured max operational temp)

Deadly Reentry - The Barbie Edition

Choose a tag to compare

@Starwaster Starwaster released this 05 Aug 23:51
  • Updated versioning
  • Updated version checking code: All version minor from 8 or greater will be accepted. This effectively means the version checker will ignore all further updates. (unless you were to try to use it with KSP 2, which probably would not even work anyway...)
  • This edition is in memory of Barbie Doll, an FeLV+ cat who passed away recently.

DeadlyReentry v7.8.0 The Maat Edition

Choose a tag to compare

@Starwaster Starwaster released this 21 May 17:11
  • Refactoring of code
  • Removed Monobehaviour calls from any constructors or code which would result in Monobehaviour being called from a constructor
  • Moved temperature rebalancing to after a game save has been loaded (once only)
  • The previous two items addresses KSP hanging at main menu. It cannot be guaranteed to correct such behaviour as I don't believe any one mod is responsible and in fact the more mods you have the more likely it is to happen. This only minimizes DREs contribution to the problem.
  • Added DRE PAW grouping. (DRE fields are grouped and can be collapsed in the PAW)

DeadlyReentry v7.7.4 The Maat Edition

Choose a tag to compare

@Starwaster Starwaster released this 06 Nov 21:31
  • Compile of The Maat Edition for KSP 1.8.x

Functionally identical to 7.7.3.1.
Players should not try to use this with versions of KSP older than 1.8.0

DeadlyReentry v7.7.3.1 The Maat Edition

Choose a tag to compare

@Starwaster Starwaster released this 05 Nov 18:20
  • Recompile for KSP 1.7.x
  • Released as The Maat Edition in honor of my cat Maat (named for the Egyptian goddess of balance and justice)

DeadlyReentry v7.7.3

Choose a tag to compare

@Starwaster Starwaster released this 11 Sep 18:20
  • Fixed versioning
  • Forced ModuleAeroReentry to Awake when added at runtime.
  • Added DR reentry heat override in DR menu (up to 200% by default. Can be patched to support any arbitrary integer. 1 = 100%, 2 = 200%, 3 = 300% etc etc)
    WARNING: If the stock reentry slider is used to scale heat it will revert to the stock cap of 150%. I can't actually override the stock slider which is why I added one to the Deadly Reentry menu.
// example scale patch:
{
    maxHeatScale = 3 // this caps the reentry heat scale override menu slider at %300
}

Deadly Reentry v7.7.2

Choose a tag to compare

@Starwaster Starwaster released this 17 May 18:41
  • Updated for KSP 1.6
  • Fix for OPT config
  • Support for future compatibility with all EVA Kerbals. (as long as the Kerbal has ModuleKerbalEVA then it is supported)

Deadly Reentry v7.7.1

Choose a tag to compare

@Starwaster Starwaster released this 27 Jan 11:02
  • Compiled for KSP 1.5.1
  • Compatibility restrictions removed. DR will no longer disable itself if invalid version detected. This does NOT guarantee compatibility. DR will try to work with invalid versions but you will still be warned of compatibility issues so you are warned.
  • Changed how depleted conductivity is handled. Uses prefab.heatConductivity when ablator depleted.
  • Making History configs added for Mk2Pod and round pods.
  • Support added for new part config of old Mk1Pod. (Mk1Pod_v2)
  • Updated KerbalEVA config to catch any PART with MODULE KerbalEVA (new kerbal PART's were added so I changed how this was being detected to guard against future additions)

Deadly Reentry v7.7.0

Choose a tag to compare

@Starwaster Starwaster released this 13 Aug 16:05
  • Compatibility release for KSP 1.4.*
  • Other configuration tweaks

Deadly Reentry v7.6.2

Choose a tag to compare

@Starwaster Starwaster released this 16 Nov 21:30
  • Recompiled for KSP 1.3.1
  • Adjusted heat shield lossConst and pyrolysisLossFactor for improved survivability.