Request Where is sts payloads.

Worked got a ctd using the Plyon mfd though
So in that scn:
Code:
STS-CONTROL:pylon\sts-control
  STATUS Landed Earth
  ATTACHED 0:0,STS-VC
  BEGINSEQ "CLICK AT- FOR SATELLITE OPS" USER
  ENDSEQ
  BEGINSEQ "RMS NOT PRESENT" USER
  ENDSEQ
  BEGINSEQ "SPEC-300 PRO/PRE-DEORBIT PROGRAM" USER
  CALL_SEQ "STS-VC:PRE-DEORBIT"
  USER_SEQ_ENABLED "STS-51J-BAY:OPS-301 PRO/DEORBIT PROGRAM" 1
  USER_SEQ_ENABLED "STS-51J-BAY:MS-1 VIEW" 1
  ENDSEQ
END
So make sure you have this cfg in the cfg/vessels/plyon folder

Code:
ClassName = STS-Control
Module = pylon\pylon3
Mass = 1
EnableFocus = FALSE

; === Attachment specs ===
BEGIN_ATTACHMENT
P 0 0 0  0 0 -1  0 1 0
END_ATTACHMENT
 
Back
Top