Releases: KSP-RO/RealFuels
Releases · KSP-RO/RealFuels
RealFuels v12.7.3 for KSP 1.5.1
- Recompiled for KSP 1.5.1
RealFuels v12.7.2 for KSP 1.4.5
Update for KSP 1.4.5
- Analytic thermal improvements:
- Assign value to part.analyticInternalInsulationFactor approximating what actual heat transfer would be. (i.e. temperature interpolation at a rate equal to what it should be out of analytic mode)
- In analytic mode, adjust part.temperature immediately since the lerp rate would retard temperature adjustment.
RealFuels v12.7.1 for KSP 1.4.3
- Fix exceptions when initializing ModuleEnginesRF
- Fix mass display in the part action window not accounting for MLI
- Remove a bit of log spam
RealFuels v12.7.0 for KSP 1.4.3
Recompile for KSP 1.4.3
RealFuels v12.6.0 for KSP 1.3.1
- Add multi-layer insulation and dewar (vacuum) bottles
- MLI is configured by
numberOfMLILayers
on theTANK_DEFINITION
- Each layer adds cost and mass
- Cryo and balloon cryo tank types now come with 10 layers of MLI
- Dewar / vacuum bottles defind by
isDewar = true
on theTANK
- Cryogenic fuels in the Serivce Module tank type use this
- Does not work with other types of insulation
- MLI is configured by
RealFuels v12.5.0 for KSP 1.3.1
- Fix vesion checker which reported KSP 1.3.1 as incompatible
- Implement new entry cost system for RP-0/1
- Disable thrust limiter when no throttling
- Implement min and max utilization support on tanks
RealFuels v12.4.1 for KSP 1.3.1
- Don't double heat flux (workaround which is no longer necessary in KSP 1.3.1)
- Actually update .version file
RealFuels v12.4.0 for KSP 1.3.1
- Recompile for KSP 1.3.1
- Fix MM configs with more than one pass in kethane tanks config
RealFuels v12.3.1 for KSP 1.3
- Actually fix the bug with tanks not getting their contents correctly (not fixed in v12.3.0)
RealFuels v12.3.0 for KSP 1.3
- Fix bug with tanks not loading their contents correctly
- Add .version file