[BUG] engines falling off while shielded by interstage adapter
zer0Kerbal opened this issue ยท 0 comments
- [BUG] engines keep falling off while shielded by interstage
- change
attachRules = x,x,x,x,1
to allow for Collision - ref: attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
- change
- add symmetry
- stackSymmetry = 1
- ref: symmetry rules: 0=1x, 1=2x, 2=3x, 3=4x and so on...
attachRules = 1,1,1,0,1
stackSymmetry = 1
attachRules = 1,0,1,1,1