KSP-RO / TestFlight

KSP Mod that provides a part research and reliability system
42 stars 31 forks source link

Add additional TestFlight data to editor and flight PAW #257

Closed Falki-git closed 1 year ago

Falki-git commented 1 year ago

Goal is to add more engine PAW data similarly to how TestLite did it, so user doesn't have to use TestFlight's editor window.

Editor:

Flight:

Editor: addPawEditor

Flight: addPawFlight

Flight failure: addPawOrangeFailure

github-actions[bot] commented 1 year ago

Download the artifacts for this pull request:

Capkirk123 commented 1 year ago

Seem to work as intended, although I am not qualified to comment on the backend performance penalties (if they exist at all). It should probably be changed to properly display continuous/cumulative burn time ratings though.

Falki-git commented 1 year ago

I've added the continuous burn time for configs that have a different value. Should be good now?

Continuous is different from cumulative: Cumulative

Continuous is same as cumulative: SameValue

Capkirk123 commented 1 year ago

Looks good!