Question How do i make a Velcro Rockets Scenario?

Stargazer14

New member
Joined
Apr 16, 2010
Messages
5
Reaction score
0
Points
0
I do not understand how to build a rocket with velcro rockets, can somebody shed some light on the subject?

i looked at the premade rockets and scenarios but i can't figure out how to change the probe to say a DG, or any other ship.

Thank you!
 
The procedure is explained in the manual provided with Velcro Rockets itself.

You can find it in the addon-docs folder within your Orbiter install.
 
Disect this scenario as an example.

Code:
BEGIN_DESC
END_DESC
 
BEGIN_ENVIRONMENT
System Sol
Date MJD 59602.629167
END_ENVIRONMENT
 
BEGIN_FOCUS
Ship Atlas400
END_FOCUS
 
BEGIN_CAMERA
TARGET Atlas400
MODE Extern
POS 9.73 -0.51 -123.30
TRACKMODE TargetRelative
FOV 50.00
END_CAMERA
 
BEGIN_HUD
TYPE Surface
END_HUD
 
BEGIN_MFD Left
TYPE Surface
END_MFD
 
BEGIN_MFD Right
TYPE Orbit
PROJ Ship
REF Earth
END_MFD
 
BEGIN_SHIPS
SRB:Velcro/RSRM
STATUS Landed Earth
BASE Cape Canaveral:1
HEADING 270.00
TGT_HEADING 095.0
FUEL 1.000
CONFIGURATION 0
MINPITCH 15.0
CAMERA 0 0 50.0
Fairing 0
SERIESBURN 0 Proton-Stg2 0.0 -0.70 -17.0 0.0 1.0 0.0
END
Proton-Stg2:Velcro/ProtonSTG2
STATUS Landed Earth
BASE Cape Canaveral:6
HEADING 0.00
TGT_HEADING 095.0
FUEL 1.000
CONFIGURATION 0
CAMERA 0 0 40.0
PAYLOAD DG-01 dg/deltaglider deltaglider 0 0 16 26900.0 0.0 1.0
END
END_SHIPS
 
i did one with the DG as a payload but it had no fuel once it was jettisoned...
 
Back
Top