Releases: Starwaster/DeadlyReentry
Releases · Starwaster/DeadlyReentry
Deadly Reentry version 7.9.0 - The Barbie Edition
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Compatibility release for KSP 1.4.*
- Other configuration tweaks
Deadly Reentry v7.6.2
- Recompiled for KSP 1.3.1
- Adjusted heat shield lossConst and pyrolysisLossFactor for improved survivability.