Releases: KSP-RO/RealFuels
Releases · KSP-RO/RealFuels
Real Fuels v12.9.0 for KSP 1.8.1+
- Drag cubes fixes for procedural parts.
- Kerbalism integration for boiloff.
- Grouped GUI controls in editor PAW.
- Remove empty tank nodes from save files for file size reduction.
- Multiple part ECM cost improvements.
- ModuleEngineRealFuels refactoring.
- Improved PAW displays.
- Refuelling pump rewrite.
- ModuleFuelTanksRealFuels refactoring including improved boiloff calculations.
- Boiloff calcs are now instant instead of deferred to a coroutine.
- Cryogenic tank lists are now cached for improved performance.
- Removed version check on startup.
Real Fuels v12.8.5 for KSP 1.8.*
- Add PAW grouping for RF debugging. (all four boiloff debug fields will be in a group labeled RF Boiloff
Real Fuels v12.8.4.1 for KSP 1.8.*
- Recompile for KSP 1.8
- Fixed cases where MonoBehaviour derived classes were being called before Awake()
- Close tank window when tank part is deleted. (Fixes nullref issues when part is deleted with tank window open)
- Boil-off PAW information visible by default (controlled by config file)
- Exception handling added for procedural part checks.
- PARTUPGRADE handling. (both to handle the upgrade and prevent unnecessary and game breaking calls to OnLoad)
Real Fuels v12.8.3.1 for KSP 1.7.*
- Compile for KSP 1.7.3
Real Fuels v12.8.3.1 for KSP 1.6.*
- Fixed checkers reporting incorrect versioning
rf-v12.8.3
- Fixed checkers reporting incorrect versioning
Real Fuels v12.8.2 for KSP 1.6.*
- Resolves utilization issue introduced by recent update.
- Last ditch attempt to patch SSTU parts in conflict with Real Fuels. (tells SSTUModularParts to defer to RF on mass/cost issues and defers to SSTUModularRCS on mass issues)
Real Fuels v12.8.1 for KSP 1.6.*
- Further refinement for procedural tank handling.
- Fixed issue with tank PAW not being marked dirty by tank GUI window when updating under some conditions.
- unmanaged resource bug fixed.
Real Fuels v12.8.0 for KSP 1.6.*
- Make MLI cost, mass and max layers configurable (in part config file)
- Changed Show UI and Hide UI to Show Tank UI and Hide Tank UI (PAW text)
- Unmanaged resources. ModuleFuelTanks can have UNMANAGED_RESOURCE node to declare a resource name, amount and maxAmount (same format as RESOURCE). Even if all tanks are removed, this unmanaged resource will always be present and all tank resource amounts are in addition to the unmanaged quantity.
- tank type initializes with Default if no type is specified. (fixes edge case physics breaking bug)
- GUI performance improvements by @yump
- Fixed TANK_DEFINITION fallback system
- Fixes and improvements for engine GUI and engine GUI symmetry handling
- Fixed issue where selecting different MEC engine configurations would cause a tank PAW to fill with duplicate config buttons. by @todi
- added new TANK_DEFINITION fields by @siimav
- actually find a fallback MEC config instead of lying and saying we couldn't find one when we didn't look for one!
- boiloff data available in PAW without spamming the log with debug data.
- Stock Real Fuels now has MLI Tech Upgrades. Max layers will increase as you progress through fuel / construction nodes in career.
- Certain procedural parts will correctly calculate tank surface area in editor. (by correct we mean it should match up with what you see in flight mode so costs and mass will be consistent). Does this for SSTU, Procedural Parts, B9 Procedural Wings and ROTanks
Real Fuels v12.7.4 for KSP 1.6.*
- Recompiled for KSP 1.6.1