Initial cleanup of ascent logic, not tested

This commit is contained in:
2026-05-20 10:54:07 -07:00
parent 8aec6aa8a4
commit 6dd14708bc
5 changed files with 183 additions and 97 deletions
+11
View File
@@ -0,0 +1,11 @@
copyPath("0:/ascent.ks", "1:/ascent.ks").
copyPath("0:/maneuver.ks", "1:/maneuver.ks").
copyPath("0:/staging.ks", "1:/staging.ks").
run once ascent.
wait until ship:unpacked.
core:part:getmodule("kOSProcessor"):doevent("Open Terminal").
basicAscent(90, 80000).
core:part:getmodule("kOSProcessor"):doevent("Close Terminal").