Storage all/none inverted by default

@FX5
There is a user setting for this. It’s not exposed in the settings menu at the moment, but maybe in the future.
For now, the setting is:
mods.stonehearth.default_storage_filter_none = true
You can either change the user setting by using the console window and then restarting the game. Or, edit the user_settings.json file where your stonehearth is installed and add this:
“mods” : {
“stonehearth” : {
“default_storage_filter_none” : true
}

Hope this helps! Let me know if you have any questions or run into any issues.

4 Likes