Initial transfer file and some other improvements
This commit is contained in:
+3
-1
@@ -92,6 +92,7 @@ function basicAscent {
|
||||
|
||||
wait 0.1.
|
||||
|
||||
// this isn't always true, figure out a way around
|
||||
panels on.
|
||||
radiators on.
|
||||
for a in antennas {
|
||||
@@ -129,7 +130,8 @@ function basicAscent {
|
||||
|
||||
// if we're using a booster to get to orbit drop it before finishing the cirularization
|
||||
when ship:periapsis > 30000 then {
|
||||
if ship:stagenum <> 0 and ship:stagedeltav(ship:stagenum - 1):current > 0 {
|
||||
// use RCS as a condition to not stage the booster
|
||||
if ship:stagenum <> 0 and ship:stagedeltav(ship:stagenum - 1):current > 0 and not brakes {
|
||||
print "Dropping booster".
|
||||
|
||||
// shutdown engines before dropping them
|
||||
|
||||
Reference in New Issue
Block a user