Problem Velcro rockets in other solar systems?

Artlav

Aperiodic traveller
Addon Developer
Beta Tester
Joined
Jan 7, 2008
Messages
5,814
Reaction score
869
Points
203
Location
Earth
Website
orbides.org
Preferred Pronouns
she/her
Do Velcro rockets work in non-sol solar systems?
Each time i try, it's always crashes on the first frame.

Is there some trick to make it work, or it's a plain bug?

Here is a simple example, clean Orbiter+Atum system, nothing in the log.
Code:
BEGIN_DESC
END_DESC

BEGIN_ENVIRONMENT
  System Atum_system
  Date MJD 59602.629167
END_ENVIRONMENT

BEGIN_FOCUS
  Ship DeltaCBC
END_FOCUS

BEGIN_CAMERA
  TARGET DeltaCBC
  MODE Extern
  POS 9.73 -0.51 -123.30
  TRACKMODE TargetRelative
  FOV 50.00
END_CAMERA

BEGIN_HUD
  TYPE Surface
END_HUD

BEGIN_SHIPS
DeltaCBC:Velcro/CBC
  STATUS Landed Shai
  POS 7.0334551 -12.8475546
  HEADING 270.00
  TGT_HEADING 095.0
  FUEL 1.000
  CONFIGURATION 0
  SCREENHEIGHT 225.0
;  PITCHMULTIPLE 0.5
  CAMERA 0 0 50.0
  Fairing 2 2.0 0.0 -2.0 0.0
  PAYLOAD Int Velcro/Parts/Int5m_13 Velcro/Parts/Int5m_13 0 0 17.5 0.1 0 0.0 1.0
  PAYLOAD Int Velcro/Parts/Int13_10 Velcro/Parts/Int13_10 0 0 21.75 0.1 0 0.0 1.0
  PAYLOAD Int2 Velcro/Parts/Int10_8 Velcro/Parts/Int10_8 0 0 24.25 0.1 0 0.0 1.0
  STAGE Stg2 Velcro/Delta2Stg2 Velcro/Delta2Stg2 0 0 24.75 6954.0 0.0 1.0
    STAGE Stg3 Velcro/Star48B Velcro/Star48B 0 0 27.20 2141.0 0.0 1.0
      PAYLOAD probe probe probe 0 0 29.5 2200.0 0.0 1.0   ; to GEO Transfer
  ENDSTAGE
  ENDSTAGE
  PAYLOAD Fair1 Velcro/Parts/Delta2fair9_1 Velcro/Parts/Delta2fair9_1 0 0 29.75 420.0 0 0.0 1.0
  PAYLOAD Fair2 Velcro/Parts/Delta2fair9_2 Velcro/Parts/Delta2fair9_2 0 0 29.75 420.0 0 0.0 1.0
END
END_SHIPS
 
Oops. I'll have to look, but I suspect there's something in the autopilot routine that expects an "Earth.cfg". I'll take a look and see if I can fix it.
 
Back
Top