zer0Kerbal / OnDemandFuelCells

On Demand Fuel Cells (ODFC) is a plugin to support fuel cells that only generate power when it is needed, thereby saving precious fuel. Simulates fuel cells in Kerbal Space Program (KSP), and do a better job of it than stock's use of a resource converter. The main difference is it only generates electricity when it's really needed (batteries almost empty), and otherwise lets electricity of a craft float up and down, as it might in a solar powered vehicle when the sun is eclipsed by another celestial body. It also allows fuel cells to generate byproducts, aimed at supporting life support mods like TACLS.
https://forum.kerbalspaceprogram.com/index.php?/topic/187625-*/
GNU General Public License v2.0
2 stars 5 forks source link

[BUG 1.1.2.0a] TweakScale will not scale module ODFC #43

Open zer0Kerbal opened 5 years ago

zer0Kerbal commented 5 years ago

[BUG 1.1.2.0a] TweakScale will not scale module ODFC because onLoad() vs onStart issues? @lisias

23 #39

https://github.com/net-lisias-ksp/TweakScale/issues

zer0Kerbal commented 5 years ago

@lisias help?

Lisias commented 5 years ago

Oukey, now I'm on it now. Finally. :)

zer0Kerbal commented 4 years ago

initial coding from @Lisias has done wonders. I just need to finish the fix.

zer0Kerbal commented 4 years ago
  1. everything now scales... at least up.
  2. scaling is lost from editor to flight.
zer0Kerbal commented 4 years ago
  1. everything now scales both up and down.
  2. changed inherent scaling from cubic to quadratic
  3. had to change .absolute to .relative in TweakScale integration code
  4. scaling is still lost from editor to flight
Lisias commented 3 years ago

@zer0Kerbal I completely forgot about this issue! What's a shame, because it was the reason I created https://github.com/net-lisias-ksp/KSP-Recall !! :)

I think this should be closed by now?

Cheers!