Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MODULE
- {
- name = kOSProcessor
- isEnabled = True
- EVENTS
- {
- Activate
- {
- active = True
- guiActive = True
- guiIcon = Open Terminal
- guiName = Open Terminal
- category = Open Terminal
- guiActiveUnfocused = False
- unfocusedRange = 2
- externalToEVAOnly = True
- }
- TogglePower
- {
- active = True
- guiActive = True
- guiIcon = Toggle Power
- guiName = Toggle Power
- category = Toggle Power
- guiActiveUnfocused = False
- unfocusedRange = 2
- externalToEVAOnly = True
- }
- }
- ACTIONS
- {
- }
- harddisk
- {
- capacity = 10000
- volumeName =
- file
- {
- filename = ssto
- line = clearscreen.
- line =
- line = lock throttle to 1.
- line = print "Taking off".
- line = stage.
- line = lock steering to prograde + R(0,15,0).
- line =
- line =
- line = wait until altitude > 100.
- line = print "Ascending to 18000m".
- line = GEAR off.
- line = lock steering to prograde + R(0,45,0).
- line =
- line =
- line = wait until altitude > 18000.
- line = print "Increasing horizontal velocity".
- line = lock steering to prograde + R(0,-5,0).
- line =
- line = wait until altitude > 23000.
- line = print "Throttling back to 75%".
- line = lock throttle to 0.75.
- line = lock steering to prograde.
- line =
- line = wait until altitude > 25000.
- line = print "Throttling back to 50%".
- line = lock throttle to 0.5.
- line = lock steering to prograde + R(0,5,0).
- line =
- line = wait until altitude > 26000.
- line = print "Going to rocket power".
- line = toggle AG1.
- line = lock steering to prograde + R(0,30,0).
- line = lock throttle to 1.
- line =
- line = wait until apoapsis > 100000.
- line = print "Waiting to circularise".
- line = lock throttle to 0.
- line = lock steering to prograde.
- line =
- line = wait until eta:apoapsis < 10.4.
- line = print "Circularizing in 3".
- line = wait 1.
- line = print "2".
- line = wait 1.
- line = print "1".
- line =
- line = wait until eta:apoapsis < 7.4.
- line = print "circularising".
- line = lock throttle to 1.
- line =
- line = wait until periapsis > 99000.
- line = print "Orbit Achieved!".
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement