Nivekk / KOS

Fully programmable autopilot mod for KSP.
Other
80 stars 30 forks source link

persistent locks #51

Open jdmj opened 11 years ago

jdmj commented 11 years ago

Currently, when program ends, all locked parameters are unlocked. Would be nice to have an option to keep some of them (example: steering) still locked.

Nivekk commented 11 years ago

Eventually I want to have everything persist, including locks, the state of your screen, the state of your variabels, etc.

Dunbaratu commented 11 years ago

If this is implemented, it might be a good idea to also have a soft reset command, which would would clear all variables and locks and leave the software still loaded. If you want to change something and try re-running the program, getting everything back into the initial state would take a while if you had to type a new command for each variable to unset or unlock it.

jdmj commented 11 years ago

There's unlock all command. Maybe it's possible to add unset all too.

Dunbaratu commented 11 years ago

An "unset all" would certainly work and satisfy what I was asking for.