I am trying to attach a displacement booth to my vessel. I have the attachements set up in the CFG.
This is the child displacement cfg:
ClassName=displacement
Module=plugin\displacement
BEGIN_ATTACHMENT
P 0.0 -2.899 0.975 0 -1 0 0 0 1 BTM
P 0.0 -2.899 0.975 0 -1 0 1 0 0 B2
END_ATTACHMENT
And here is my vessel parent cfg
; === Configuration file for vessel class Alphapad ===
ClassName = ALPHAPAD2
Module = ALPHAPAD2
BEGIN_ATTACHMENT
C -28 .07 32.80 0 1 0 0 0 1 pd1
C 80 .07 2.774 0 1 0 1 0 0 pd2
END_ATTACHMENT
In the module for the alphapad there is a parent point set up.
here is the scenario:
ALPHAPAD:ALPHAPAD2
STATUS Landed Moon
POS -29.9988570 0.0379340
HEADING 66.55
PRPLEVEL 0:1.000
NAVFREQ 0 0
UMMUCREW Capt-Peter_Falcon-41-65-74
UMMUCREW pax-bob-33-70-70
UMMUCREW Doc-George_HealGood-15-70-45
UMMUCREW -Albert_Jr_Falcon-15-70-45
END
acar:displacement
STATUS Landed Moon
POS -29.9988570 0.0379340
HEADING 66.55
ATTACHED 0:2,ALPHAPAD
NAVFREQ 0 0
END
bcar:displacement
STATUS Landed Moon
POS -29.9988570 0.0379340
HEADING 66.55
ATTACHED 1:3,ALPHAPAD
NAVFREQ 0 0
END
What I want is one displacement vessel to used attachment point 1 and attach to attachment 1 on the Alpha pad it should align along the Z axis.
And another displacement vessel to use attachment 2 to attach to point 2 on the Alphapad. It should align along the x axis.
But it looks the displacement vessels are using the same point.
I am using attachment manager to attach.
Alphapad has 4 parent point, Lpad, Ummu, pd1,pd2
In Attachment manager it shows that acar is usuing child point 1 and attach to parent 3 on the AlphapAd and bcar is using 2 to attach to#4 on the pad.
Any ideas?
This is the child displacement cfg:
ClassName=displacement
Module=plugin\displacement
BEGIN_ATTACHMENT
P 0.0 -2.899 0.975 0 -1 0 0 0 1 BTM
P 0.0 -2.899 0.975 0 -1 0 1 0 0 B2
END_ATTACHMENT
And here is my vessel parent cfg
; === Configuration file for vessel class Alphapad ===
ClassName = ALPHAPAD2
Module = ALPHAPAD2
BEGIN_ATTACHMENT
C -28 .07 32.80 0 1 0 0 0 1 pd1
C 80 .07 2.774 0 1 0 1 0 0 pd2
END_ATTACHMENT
In the module for the alphapad there is a parent point set up.
here is the scenario:
ALPHAPAD:ALPHAPAD2
STATUS Landed Moon
POS -29.9988570 0.0379340
HEADING 66.55
PRPLEVEL 0:1.000
NAVFREQ 0 0
UMMUCREW Capt-Peter_Falcon-41-65-74
UMMUCREW pax-bob-33-70-70
UMMUCREW Doc-George_HealGood-15-70-45
UMMUCREW -Albert_Jr_Falcon-15-70-45
END
acar:displacement
STATUS Landed Moon
POS -29.9988570 0.0379340
HEADING 66.55
ATTACHED 0:2,ALPHAPAD
NAVFREQ 0 0
END
bcar:displacement
STATUS Landed Moon
POS -29.9988570 0.0379340
HEADING 66.55
ATTACHED 1:3,ALPHAPAD
NAVFREQ 0 0
END
What I want is one displacement vessel to used attachment point 1 and attach to attachment 1 on the Alpha pad it should align along the Z axis.
And another displacement vessel to use attachment 2 to attach to point 2 on the Alphapad. It should align along the x axis.
But it looks the displacement vessels are using the same point.
I am using attachment manager to attach.
Alphapad has 4 parent point, Lpad, Ummu, pd1,pd2
In Attachment manager it shows that acar is usuing child point 1 and attach to parent 3 on the AlphapAd and bcar is using 2 to attach to#4 on the pad.
Any ideas?