- 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
}