Initial transfer file and some other improvements

This commit is contained in:
2026-06-08 23:28:21 -07:00
parent ef8ae9e9cc
commit a936077187
4 changed files with 78 additions and 2 deletions
+3 -1
View File
@@ -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