Large-scale refactor, rewrite ascent code to just mimic what I actually do when flying manually.
This commit is contained in:
parent
c3ab101f8b
commit
ed31a1fda3
4 changed files with 92 additions and 84 deletions
6
debug/listparts.ks
Normal file
6
debug/listparts.ks
Normal 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.
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue