Problem View Screen Grab for help with Attachment

tauruslittrow84

New member
Joined
Nov 12, 2011
Messages
58
Reaction score
0
Points
0
Attaching two fairings to a mother ship with "Payload Manager" was a snap, but after finding that "Payload Manager" hates the code that I used to adapt the autopilot to a tailsitter...I had to switch to "Attachment Manager"....I simply can't figure out how to do the same thing. Would someone please watch this screen grab video I made to explain my problem? Ultimately I'd like to just include code in my .cpp file that would attach these two fairings automatically. See video at following link.
https://youtu.be/Qzu_jzEkJLU
 
Last edited:

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,694
Reaction score
2,672
Points
203
Location
Dallas, TX
For your mother vessel try this as your parent attachment

BEGIN_ATTACHMENT
C 0 13 0 0 1 0 0 0 1 FLAG
C 0 13 0 0 1 0 0 0 1 BEACON

END_ATTACHMENT

Then attach in the scenario

child vessels
BEGIN_ATTACHMENT
P 1.701 0 3.769 0 -1 0 0 0 -1 CARGO1
END_ATTACHMENT

BEGIN_ATTACHMENT
P -1.797 0 -3.628 0 -1 0 0 0 -1 CARGO1
END_ATTACHMENT
 

Lisias

Space Traveller Wanna-be
Joined
May 31, 2015
Messages
346
Reaction score
3
Points
18
Website
www.youtube.com
Had you tried Velcro Rockets? It make easy to do things like you want.
 
Top