David DeSimone
David DeSimone
> ps. I tried downloading the user_overrides.json from the cloud and replaced it in %appdata%\OpenCloudSave but that seems to be the default game list without updates. Hmmmm, so that means...
yeah good catch - it may have been defaulting to a "root" path so it was syncing everything under the sun. That is a bad footgun, and I'll add some...
For some guardrails on large syncs, we will now have this: I've also put a cap on log files to prevent them from blowing up to a huge size.
This slid to 0.19, but is still on my RADAR
So I figured out the root cause - even though I was syncing user_overrides.json, I was writing to it right before the cloud sync operation. So user_override would always have...
Thank you for the report - we are indeed using the wrong substitution here. We manually swap out `%USERID%` with your Username - however you are correct that should be...
So we actually do have a CLI mode, but we are missing a --force option. You can run ./opencloudsave --help for usage This certainly could use more documentation. I'll keep...