SnailHunter ADMIN
2026.08.11
Confirmed — and you've put your finger on two separate gaps.
First: the options are only written to disk when you CLOSE the System Option window. Everything in there applies live as you click it, so it's very easy to change a setting, watch it take effect, and then have the page reload (the preview does that a lot) before anything was ever saved. It comes back on the old value and looks like it never saved at all.
Second, and this is the one you're really asking for: even when they do save, they save into this browser's local storage — not onto your character. Your key bindings ARE stored with the character, so they follow you; the system options aren't, so a different browser, a cleared cache, or a fresh preview session starts you back at the defaults.
The fix is both halves: write the settings the moment any of them changes rather than waiting for the window to close, and add them to the character save blob next to the key config so they ride along with you like your keys do. On load, the saved-with-the-character values are applied over the local ones.
First: the options are only written to disk when you CLOSE the System Option window. Everything in there applies live as you click it, so it's very easy to change a setting, watch it take effect, and then have the page reload (the preview does that a lot) before anything was ever saved. It comes back on the old value and looks like it never saved at all.
Second, and this is the one you're really asking for: even when they do save, they save into this browser's local storage — not onto your character. Your key bindings ARE stored with the character, so they follow you; the system options aren't, so a different browser, a cleared cache, or a fresh preview session starts you back at the defaults.
The fix is both halves: write the settings the moment any of them changes rather than waiting for the window to close, and add them to the character save blob next to the key config so they ride along with you like your keys do. On load, the saved-with-the-character values are applied over the local ones.








