Releases: DarthPointer/PayToPlay
Releases · DarthPointer/PayToPlay
1.5.6.5-alpha-1: Fixes after previous pre-release
Fixed:
- Broken PAW in flight scene.
1.5.6.4
1.5.6.5-alpha-0: Simplified Real Fuels test release
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
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
Fixed:
- Logspam after engine reaching warning time not in simulation.
- Finally built binaries in Release mode.
1.5.6.1
Added:
- Support for KSP 1.11 new TwinBoar
1.5.6.0
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
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
Fixed:
- Replacment happenning on KCT re-rollout when it shoild not occur.
- Wrong strings in flameout reason.
1.5.4.4 Subject to Tweak
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.