shadowmage45 / SSTULabs

Dev repository for testing/unfinished KSP parts/plugins/etc.
Other
62 stars 41 forks source link

Radial Booster Decoupler - SolidFuel amount isn't scaling with diameter #747

Closed blowfishpro closed 5 years ago

blowfishpro commented 5 years ago

Seems to be staying at a constant 140.

blowfishpro commented 5 years ago

Maybe something to do with this being unimplemented/commented out?

https://github.com/shadowmage45/SSTULabs/blob/31df048229ff0cfa4fb0db7eb73dd8e3288f35f3/Plugin/SSTUTools/SSTUTools/Module/SSTUCustomRadialDecoupler.cs#L277

shadowmage45 commented 5 years ago

Hahaha... yep, that might just do it. Good catch, should be simple enough to fix up. I reworked the container interaction a bit during the 1.4 updates, and apparently missed a few places where it needed to be reworked.

shadowmage45 commented 5 years ago

Fixed in dev; still uses simple internal resource handling / does not use volumecontainer or RF/MFT.