m4v / RCSBuildAid

Kerbal Space Program plugin for RCS thruster placement
GNU Lesser General Public License v3.0
34 stars 25 forks source link

store volatile data in a "PluginData" subfolder #32

Closed Schnobs closed 8 years ago

Schnobs commented 8 years ago

ModuleManager will rebuild it's ConfigCache whenever something changes in the Gamedata directory. It ignores folders named "PluginData" and everything inside, but any other changed file will trigger a cache rebuild.

GameData/RCSBuildAid/settings.cfg stores info like window position that is likely to change often and of no interest to MM. Yet due to the files' location it triggers a cache rebuild.

Schnobs commented 8 years ago

Thank you very much.