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

Realism Overhaul support? #25

Closed JPLRepo closed 7 years ago

JPLRepo commented 8 years ago

it doesn't seem to be recognising power draw required for command on probe cores?? for example, the able avionics package uses 150 watts, but ampyear shows command as showing as 0

JPLRepo commented 8 years ago
116,000 / ((10w + (3000/60)w) / 1000) so ECx1000/60 = w 1w = 1000EC/sec? 1w for 1s = 1/1000 EC (1 EC = 1000J and 1w = 1J/sec) AmpYear needs to recognise when RO is installed and convert EC and show appropriately.
jwvanderbeck commented 8 years ago

see also: https://github.com/KSP-RO/RealismOverhaul/blob/f7c3f8e5177fa78eb9fbdd0f63da361a562c8541/GameData/RealismOverhaul/RealismOverhaul_Global_Config.cfg#L40-L46

JPLRepo commented 8 years ago

Dev version available. Need to do a few other things before full release.
Added Toggle Button in the top right corner of the Show Parts List window. this toggle will change the display to show Stock EC units or SI units (Système international d'unités) showing EC converted to Watts, kiloWatts and megaWatts. (for better Realism Overhaul compatibility).
Fixed bug:- ModuleCommand not showing EC usage.
https://github.com/JPLRepo/AmpYear/releases/tag/V1.3.5-dev

JPLRepo commented 8 years ago

Need to do a bit more testing. Noticed some unusual values last night whilst testing fix for reactors.

JPLRepo commented 7 years ago

V1.3.5 Deployed