• ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.

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:
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
 
Back
Top