Skip to content

Releases: KSP-RO/RealFuels

RealFuels v10.4.7

17 Jul 05:22
Compare
Choose a tag to compare

Changelog:
v10.4.7

  • Tellion: add NF Spacecraft and Construction tank configs.
  • Un-break the cost of CONFIG upgrades (and a bunch of other settings).

RealFuels v10.4.6

13 Jul 20:43
Compare
Choose a tag to compare

Hotfix for PP Proc SRB issue.

RealFuels v10.4.5

10 Jul 07:06
Compare
Choose a tag to compare

Changelog:
v10.4.5

  • Update to CRP 4.3. Remove no-longer-needed hsp changes.
  • Add a fix to TEATEB flow mode until next CRP.
  • Clean up behavior when igntions are specified in a CONFIG.
  • Make the simulateUllage setting be respected.
  • Add a limitedIgnitions setting (which can be set to false).
  • Default origTechLevel to -1 to avoid an issue on engine configuration change.
  • SolverEngines update fixes "can't activate when shielded" issue.

RealFuels v10.4.4

06 Jul 00:23
Compare
Choose a tag to compare

Changelog:
v10.4.4

  • Fix bug where tanks that had flow disabled in partactionmenu were not counted for pressure-fed checks.
  • Fix bug where legacy EI configs were not being applied.
  • Fix issues with fuel ratio for ullage.
  • Show ignitions and pressure-fed-ness in Editor tooltips.

RealFuels v10.4.3

04 Jul 22:12
Compare
Choose a tag to compare

Changelog:
v10.4.3

  • Fix an NRE in ullage code in editor.
  • Fix a bug with multFlow not being used correctly.

(EDIT: Archive fixed, thanks @Gerry1135 )

RealFuels v10.4.2

03 Jul 00:09
Compare
Choose a tag to compare

Recompile/repack with correct KSPAPIExtensions

RealFuels v10.4.1

26 Jun 16:52
Compare
Choose a tag to compare

Changelog:
v10.4.1

  • Fix throttle/ignition for throttle-locked (solids).
  • Fix to report nominal propellant status when pressurefed OK and ullage disabled.

RealFuels v10.4

25 Jun 22:01
Compare
Choose a tag to compare

Changelog:
v10.4

  • Update for KSP 1.0.4.
  • Ullage and limited ignitions now included, works like EngineIgnitor though the module configuration is different. If you set EI configs in your ModuleEngineConfigs CONFIG nodes, however, those will be read just fine by RF.
  • Spaceplane part volumes and tank types tweaked for better utility.
  • TweakScale support for engines.

RealFuels v10.3.1

16 Jun 21:29
Compare
Choose a tag to compare

Changelog:
v10.3.1

  • Readme update,
  • Fixed an NRE that killed loading under certain circumstances.
  • Do a better search for which engines are on a ship.

RealFuels v10.3

15 Jun 22:03
Compare
Choose a tag to compare

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.