Large-scale refactor, rewrite ascent code to just mimic what I actually do when flying manually.
This commit is contained in:
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.
|
||||
}
|
Reference in New Issue
Block a user