Large-scale refactor, rewrite ascent code to just mimic what I actually do when flying manually.

This commit is contained in:
2021-07-18 15:05:26 -04:00
parent c3ab101f8b
commit ed31a1fda3
4 changed files with 92 additions and 84 deletions

6
debug/listparts.ks Normal file
View File

@ -0,0 +1,6 @@
set outfile to "0:/parts.txt".
log "======== New run ========" to outfile.
for i in range(0,ship:parts:length) {
log "___Modules for ship:parts[" + i + "]____" to outfile.
log ship:parts[i]:allmodules to outfile.
}