Jump to content

Will my KOS code work?


Recommended Posts

i cant test it rn because CKAN is taking ages to install the mods but will my code work it is simple thing to get to orbit

 

//KOS module on second stage for this to work if not then it will f45998cking fail

CLEARSCREEN.


LOCK THROTTLE TO 1.0.   


PRINT "Counting down:".
FROM {local countdown is 10.} UNTIL countdown = 0 STEP {SET countdown to countdown - 1.} DO {
    PRINT "..." + countdown.
    WAIT 1. 
}

//stage via flameout
list engines in es.
for e in es if e:ignition and e:flameout { stage. break. 
PRINT "STAGE".
PRESERVE. 
}.

//gravity turn
WHEN SHIP:ALTITUDE > 10000 THEN {
    LOCK STEERING TO R(0,0,-90) + HEADING(90,45).
}
//orbit detection
WHEN ship:periapsis > 75000 then {
    Lock throttle to 0.0.
    PRINT "IN ORBIT hopefully".
}    
    
    //PLEASE WORK

Link to comment
Share on other sites

 

//KOS module on second stage for this to work if not then it will f45998cking fail

CLEARSCREEN.


LOCK THROTTLE TO 1.0.   


PRINT "Counting down:".
FROM {local countdown is 10.} UNTIL countdown = 0 STEP {SET countdown to countdown - 1.} DO {
    PRINT "..." + countdown.
    stage.
    WAIT 1. 
}

//stage via flameout
list engines in es.
for e in es if e:ignition and e:flameout { stage. break. 
PRINT "STAGE".
}.

//gravity turn
WHEN SHIP:ALTITUDE > 10000 THEN {
    LOCK STEERING TO R(0,0,-90) + HEADING(90,45).
}
//orbit detection
WHEN ship:periapsis > 75000 then {
    Lock throttle to 0.0.
    PRINT "IN ORBIT hopefully".
}    
    
    //PLEASE WORK

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...