Camera MFD ??

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,906
Reaction score
201
Points
138
Location
Cape
Does anyone know if CameraMFD works with Spacecraft3 vessels, I haven't seen the authors name appear here, as a member yet.
 

computerex

Addon Developer
Addon Developer
Joined
Oct 16, 2007
Messages
1,282
Reaction score
17
Points
0
Location
Florida
Well CameraMFD should work without problems, but I am not sure about it's ability to bind to attachment points. Camera MFD requires you to start the attachment identifier string with the letters, "CAM", and I am not sure if spacecraft3 allows you to set the string yourself.
 

DaveS

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Feb 4, 2008
Messages
9,434
Reaction score
688
Points
203
Well CameraMFD should work without problems, but I am not sure about it's ability to bind to attachment points. Camera MFD requires you to start the attachment identifier string with the letters, "CAM", and I am not sure if spacecraft3 allows you to set the string yourself.
It does, so it shouldn't be any problems.
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,906
Reaction score
201
Points
138
Location
Cape
Here is the config file, does anyone see anything wrong ?

Code:
; === Configuration file for vessel class ISSDummy ===
ClassName = ISSDummyAttach
Module = ISSDummyAttach
RenderCockpit = TRUE
; === Attachment ports ===
BEGIN_ATTACHMENT 
P -3.69  6.72  2.47  0 1 0   0 0 -1  CAMport1
P -3.69  20.06  2.47  0 1 0   0 0 -1 CAMport2
P -3.69 -19.78  2.47  0 1 0   0 0 -1 CAMSTBD
P -1.20  -3.46  9.22  0.7071 0.7071 0   0 0 -1 CAMdestiny
P -1.87  3.04  -4.27  -0.7071 0.7071 0  0 0 -1 CAMUNITY
END_ATTACHMENT
 
Top