Scenario The Wideawake scenarios don't have the iss or mir

searinox

New member
Joined
Jan 7, 2012
Messages
4
Reaction score
0
Points
0
I was just planning a Mars trip with the XR-2 starting from the Wideawake pre-flight scenario "XR-2 cargo loading". I picked it due to being able to load up extra oxygen and fuel modules to keep me going on the long journey ahead. My initial plan included docking with mir to resupply before breaking off for mars when i suddenly noticed the mir target didn't register on the map mfd, launch mfd nor and i eventually opened the scenario file in notepad++ to see no mention of mir, the iss or the moon wheel station inside. Have i downloaded an older incomplete version of Wideawake International ? Is this intended ? What do ?

P.S: I know i can just set alter the ship's oxygen/fuel usage stats via its configuration file, but i really had my heart set on the plan i came up with
 
You just have to copy the lines corresponding to ISS/Mir from one of the stock scenarios and past them to your own scenario. :)
 
paste this in your scenario file:


between ships list entries....

add ISS:
Code:
ISS:ProjectAlpha_ISS
  STATUS Orbiting Earth
  RPOS 6573834.74 -875871.06 -1106343.23
  RVEL -605.394 -7357.542 2214.344
  AROT 96.44 -2.21 -152.11
  VROT -0.05 0.02 0.09
  AFCMODE 7
  PRPLEVEL 0:1.000000
  IDS 0:588 100 1:586 100 2:584 100 3:582 100 4:580 100
  NAVFREQ 0 0
  XPDR 466
END

add MIR:
Code:
Mir:Mir
  STATUS Orbiting Earth
  RPOS -4290799.96 259208.51 5098559.54
  RVEL -5928.657 -372.336 -4949.273
  AROT 6.19 -77.84 86.33
  AFCMODE 7
  IDS 0:540 100 1:542 100 2:544 100
  XPDR 482
END
 
Thanks for the replies, i hadn't realized those coordinates were relative to the body they are orbiting :D
 
Back
Top