Skip to content

Releases: DarthPointer/PayToPlay

1.5.6.5-alpha-1: Fixes after previous pre-release

28 Mar 20:32
Compare
Choose a tag to compare

Fixed:

  • Broken PAW in flight scene.

1.5.6.4

26 Mar 10:36
90389b7
Compare
Choose a tag to compare

Fixed:

  • Excessive optimization was causing bugs and NREs when placing symmetrized engine parts.

1.5.6.5-alpha-0: Simplified Real Fuels test release

28 Mar 16:32
90389b7
Compare
Choose a tag to compare

Added:

  • Extra ignitions and burn time percentages are now reset to 0 in
    case of modelId change.
  • Separate method to review visibility of some PAW buttons and indicators replacing code right in the OnStart. Rewiev is called on model change by B9PS and OnStart.
  • Moved ToggleAutoShutdownOnWarning button visibility check in the rewiev method. It was previously performed in the Update method (bruh).
  • Improved the visibility review to keep indicators visible and hide sliders for active ignition/burn time limits if they are not tweakable (base = max).

Warning:

  • I have not launched these binaries yet.
  • Built in debug mode.
  • For Kraken's sake avoid using them if you are not planning to report bugs.

1.5.6.3

24 Mar 06:48
c8b7815
Compare
Choose a tag to compare

Added:

  • Rolling out an engine with 0 ingitions left (used before, fixed failure but did not refill ignitions) now (almost) instantly triggers "Out of ignitions" state.
  • Moved EngineDecay PartModule logics to Update ticks to improve performance (I can't tell if it was a problem but better I do it now).

Fixed:

  • Rolling out a burnt engine with refreshed ingitions could (almost) instantly cause a failure without starting it.
  • Multimode engines used to get both modes' modules activated for new parts and after reenabling engines.
  • Engine part startup and reenabling opertations now should be valid for both multimodule in single mode and multimoded with MultiModeEngine module.
  • Misconfiguration warning now is not thrown for multimoduled singlemoded engines.

1.5.6.2

21 Mar 15:49
632441e
Compare
Choose a tag to compare

Fixed:

  • Logspam after engine reaching warning time not in simulation.
  • Finally built binaries in Release mode.

1.5.6.1

05 Mar 17:52
321bd1b
Compare
Choose a tag to compare

Added:

  • Support for KSP 1.11 new TwinBoar

1.5.6.0

03 Mar 18:14
51b5df8
Compare
Choose a tag to compare

Added:

  • Coatl Aerospace support config.
  • Knes support config.
  • Tantares/LV support configs.
  • Reworked Sibling Reliability graph configging.
  • Sibling Reliability for Bluedog DB, Tantares/LV.
  • Failures are disabled during KRASH simulations

1.5.5.0: Sibling Reliability and BDB

24 Feb 07:48
3ed791c
Compare
Choose a tag to compare

Added:

  • Sibling reliability, supporting it in Stock and ReStockPlus.
  • ignitionIssuesChanceScale field to make some engines more reliable on ignition (provided config makes ignition issues chance 10 times less for SRBs).
  • EngineDecay module can be configed to use specific engineModelId instead of part's name.
  • Bluedog DB support config.

Fixed:

  • NRE when first opening gamesave first time with the mod.

1.5.4.5

18 Sep 22:00
Compare
Choose a tag to compare

Fixed:

  • Replacment happenning on KCT re-rollout when it shoild not occur.
  • Wrong strings in flameout reason.

1.5.4.4 Subject to Tweak

15 Sep 19:29
5bef4be
Compare
Choose a tag to compare

Added:

  • subjectToProgress flag to configs, setting it to false turns reliability progress off for parts, removing need to test them.
  • Set the new sTP = false for nuclear, ion and SRBs.
  • Tweaked reduced maintenance and ignition restore costs by 5 times.

Note:

  • For engines with no ignition limits "replace: 0" button appears for newly added parts. Not fixed yet, no problems detected too.