shadowmage45 / SSTULabs

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

Fuelchange code, still works? #657

Closed Jimbodiah closed 6 years ago

Jimbodiah commented 6 years ago

I found this bit in one of my old MM patches. The part has some issues and is not showing up, but after looking at why I stumbled upon this bit of patch code. Would this still work?

@MODULE[SSTUVolumeContainer]
{
    @enableContainerEdit = true
    @enableFuelTypeChange = true
}
shadowmage45 commented 6 years ago

Should still be functional, yes. All that should really do is make sure the GUI can be opened, and that the 'fuel type' slider is present.

What part is having problems?

Jimbodiah commented 6 years ago

My own patched/cloned part, so no concern.

Jimbodiah commented 6 years ago

Ah, this is actually a stock setting for sstu tanks... I thought it allowed in-game reconfiguration of MFT resources.