JPLRepo / AmpYear

A KSP plugin that better manages electricity adds Reserve Power, ION & PPT RCS. See the ReadMe file below for dependencies.
7 stars 6 forks source link

AmpYear not aware of kerbin vs real world days. #17

Closed JPLRepo closed 8 years ago

JPLRepo commented 8 years ago

Small bug: ampyear does not account for other planet systems - time is calculated in standard-scale kerbin days (throws 4x day estimates in 24h mods like 64k). a hard-coded constant maybe?

AmpYear should check the calendar setting and adjust and use this for all calculations.

JPLRepo commented 8 years ago

KSP 1.1 appears to handle this correctly. and AmpYear is using stock functions to format the date. Perhaps this was a bug previously in stock?

JPLRepo commented 8 years ago

Need to check this is now working in KSP 1.1.2 as AmpYear is using the stock code functions for this.

JPLRepo commented 8 years ago

This is correct and fixed.