Auto-stage for reentry.
This commit is contained in:
parent
2e7b904216
commit
ae235821b0
|
@ -1,7 +1,16 @@
|
|||
// Automated reentry.
|
||||
// Assumes stage 0 contains only parachutes.
|
||||
// Primarily written for small science payload probes.
|
||||
|
||||
@lazyglobal off.
|
||||
|
||||
SAS off.
|
||||
|
||||
// stage until only stage 0 remains.
|
||||
until STAGE:NUMBER <= 1 {
|
||||
stage.
|
||||
}
|
||||
|
||||
lock STEERING to SHIP:SRFRETROGRADE.
|
||||
|
||||
for p in SHIP:PARTS {
|
||||
|
|
Loading…
Reference in New Issue
Block a user