VincentMcConnell Posted June 9, 2012 Share Posted June 9, 2012 I want to attach RCS to the side of a command pod. What is the line of coding I need to insert into the .cfg file to allow me to attach things to the surface of the pod? Link to comment Share on other sites More sharing options...
trbinsc Posted June 9, 2012 Share Posted June 9, 2012 There is a line of ones and zeroes separated by commas. You need to change the correct one to a one for surface attachment to work.Looks like this:// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollisionattachRules = 1,1,1,1,0 Link to comment Share on other sites More sharing options...
VincentMcConnell Posted June 9, 2012 Author Share Posted June 9, 2012 There is a line of ones and zeroes separated by commas. You need to change the correct one to a one for surface attachment to work.Looks like this:// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollisionattachRules = 1,1,1,1,0Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts