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

How do I request unlimited storage permission in Turbowarp? #709

Open
echoless3484 opened this issue Jun 29, 2023 · 3 comments
Open

How do I request unlimited storage permission in Turbowarp? #709

echoless3484 opened this issue Jun 29, 2023 · 3 comments

Comments

@echoless3484
Copy link

Referring to this, world sizes in my game can be up to 1MB which means we can only have ~5 worlds, so this would be extremely useful.

If there are any other ways to do this without requesting unlimited storage, please let me know how, I did see something for electron that doesn't use localstorage, here's the link:
https://github.com/sindresorhus/electron-store

Refer to this:
https://developer.chrome.com/docs/extensions/reference/storage/

@GarboMuffin
Copy link
Member

In Electron you get 100MB. I imagine you can find a way to reduce your world sizes too.

@echoless3484
Copy link
Author

In Electron you get 100MB. I imagine you can find a way to reduce your world sizes too.

We have, the old world size was about 14MB per world and we've gotten it super low, though the worlds aren't as big as we wished

@echoless3484
Copy link
Author

This is worlds & all other data, including logs, limited data collection and everything else

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

2 participants