Scenario How do you add shuttle to AMSO scenario

Stevodoran

Donator
Donator
Joined
May 19, 2010
Messages
868
Reaction score
1
Points
18
Location
loughcrew
hi guys i just want to know is thier a way to put in the space shuttle with th srbs and tank attacked and a way to put in apollo using amso using scenario editor
 
I don't think there is a way to do it with the scenario editor but it should be pretty easy to just edit them into your scenario with a text editor, it's as simple as adding this into your scenario's vessel list if you wanted the default Atlantis:
Code:
STS-101:Atlantis
  STATUS Landed Earth
  BASE Cape Canaveral:11
  POS -80.6208900 28.6271740
  HEADING 2.00
  PRPLEVEL 0:1.000 1:1.000 2:1.000
  NAVFREQ 0 0
  CONFIGURATION 0
  CARGODOOR 0 0.0000
  GEAR 0 0.0000
  KUBAND 0 0.0000
  ARM_STATUS 0.5000 0.0000 0.0000 0.5000 0.5000 0.5000
  SAT_OFS_X 0.000
  SAT_OFS_Y 0.000
  SAT_OFS_Z 0.000
END
and it should be the same with any other launcher you want to add.
 
Back
Top