Does anyone know how to mod that the landing stop exploding?
I tried this
@PART[*]:HAS[@MODULE[ModuleWheelDamage]]:FOR[Squad]
{
@MODULE[ModuleWheelDamage]
{
@stressTolerance *= 4
@impactTolerance *= 4
//@explodeMultiplier = 0
}
}
That was not enough Are there more settings to worth setting.... Or is the bug in the code, and not something we can workaround? Just make the gear indestructable would be better right now....