Jump to content

[HELP] Allow Fuel to be in the side of SAS Modules.


Recommended Posts

There is a line in part.cfg

For being able to attach something side-mounted to an object it should have allowSrfAttach flag

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision

attachRules = 1,0,1,1,0

For being able to side-mount a part it must have srfAttach flag

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision

attachRules = 1,1,1,1,0

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...