TriggerAu / TransferWindowPlanner

An ingame implementation of Alexmun's Launch Window Planner
MIT License
64 stars 36 forks source link

Feature request: move the settings.cfg to a PluginData folder #46

Closed Kerbas-ad-astra closed 5 years ago

Kerbas-ad-astra commented 8 years ago

It's been brought up and resolved in at least one of your other mods (e.g. Kerbal Alarm Clock), but I want to bring this one to your attention, since TWP stores the date when it checks a version, which changes once a day and forces Module Manager to reload the entire patching process during game start.

enceos commented 7 years ago

@TriggerAu This particular line makes the ModuleManager trigger the cache rebuilding: VersionCheckDate_AttemptStored = ####-##-## VersionCheckDate_SuccessStored = ####-##-##

Since it's a volatile data, looks like TWP also needs a PluginData folder.

TriggerAu commented 5 years ago

This one is done as above