Hi,
I'd want a MM patch to makes all engines have their shroud disabled by default when first placing them in editor (but you can still enable it later if you'd want), So I'd need a little help on this one !
would something like this work ? I'm not sure about the "%startenabled"...
@PART[*]:HAS[@MODULE[ModuleEngines*],@MODULE[ModuleJettison]:FINAL
{
@MODULE[ModuleJettison]
{
%startenabled = False
}
}
thanks for your help
Peace