Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save syncing? #490

Open
liangyon opened this issue Feb 25, 2025 · 1 comment
Open

Save syncing? #490

liangyon opened this issue Feb 25, 2025 · 1 comment

Comments

@liangyon
Copy link

let fetchRequest = Game.fetchRequest() as NSFetchRequest<Game>

I'm currently trying to make sense of this line of code. From what I can tell, this line is what converts these names back into readable and sensible names in the delta client.

Image

My question is, would it be possible for a third party app to do this conversion? I am trying to build a save syncer app for pc that can help convert the synced saves in dropbox to pc accessible files. It would seem I would somehow need access to DatabaseManager but I am not certain the best way to go about this, or if this is even possible.

@liangyon
Copy link
Author

wait nevermind I found it the game info headers are in the sqlite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant