Skip to content

RealFuels v10.3

Compare
Choose a tag to compare
@NathanKell NathanKell released this 15 Jun 22:03
· 1117 commits to master since this release

Changelog:
v10.3

  • Added cost to unlock new configurations and new TLs for engines. Cost can be fully configured both globally and per part config, and can take from funds and/or science. See UPGRADE COSTS below.
  • Add hsp for Furfurfyl Alcohol.
  • Make the GUI draggable in action editor too.
  • Update for latest SolverEngines.
  • Clamp chamber temp to be no lower than part internal temp.
  • Allow random variation in fuel flow (defaults to 0 variation, set varyThrust to a >0 number to enable). Thrust variation is multiplicative, and will be in the range +/- (global varyThrust * ModuleEnginesRF.varyThrust). ModuleEnginesRF.varyThrust defaults to 1.0. Example: you set global varyThrust (in RFSETTINGS) to 0.008. Then all engines that use ModuleEnginesRF will have +/- 0.8% variation in their thrust during flight.
  • Fix a bug in detecting engines to autoconfigure for: let's check ourselves too.
  • Fix issues in basemass / basecost overrides in ModuleFuelTank nodes.