Tyrsis / SE-Community-Mod-API

Space Engineers Community Modding API
GNU Lesser General Public License v3.0
23 stars 11 forks source link

Clear Floating Objects setting #33

Open McyD opened 9 years ago

McyD commented 9 years ago

Is there a way to keep the settings on the utilities tab for clearing floating objects? Settings in the tab are lost on restarts, can this be changed to have it save the settings? It is a PITA to use and is in fact the most common reason I have to access my dedi, just so I can re-enable it after the auto-restarts.

dodexahedron commented 9 years ago

This functionality shouldn't be too hard to add. SESE is already aware of the game folder, so it should be able to store its own configuration information in that folder, as well (such as the setting you desire for the floating object removal). I'll look into adding this.