Camera MFD ??

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,952
Reaction score
278
Points
158
Location
Cape
Does anyone know if CameraMFD works with Spacecraft3 vessels, I haven't seen the authors name appear here, as a member yet.
 
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.
 
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.
 
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
 
Back
Top