-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
[Feature] Saves not saving to server #786
Comments
This is how it's supposed to behave, there's likely something wrong with your setup. How comfortable are you with the developer console?
Playing on browser is not this project's main goal, and is mostly an afterthought, a way to let players casually play sometimes. |
@gantoine I have the same issue of the save not saving on the server most of the time. It seems like it works correctly 1/20 times. I'm happy to try any suggestions that may help debug it. |
Well that's strange, I'd expect it either doesn't work at all, or works all of the times (unless the internet interrupts). Is it still saving a copy to the IndexedDB/browser cache? And can you try seeing what (if any) requests go out on save in the network tab of the dev tools? |
How do I access the dev tools? Do I need to go through the dev setup? |
I meant the browser dev tools, Web Developer Tools/Developer Tools. Are you familiar with the dev tools and browser console? |
Sorry was on the wrong account before, but this is the same person. |
It seems to only save to RomM for me when pressing the menu button. Using the Quick Save keybind only saves to the browser from what I've been able to tell. EDIT: |
For me it's not saving no matter what I do. |
Is your feature request related to a problem? Please describe.
Currently, when a game is saved, it seems that save is stored in browser. It would be nice if the save could work similarly to save states in the way they seem to automatically upload and become available to select when loading a rom. This would greatly improve cross-device saves as currently I need to remember to download the save using the export save in emuationjs, then upload the file.
In a somewhat related request, it would also be nice to have the option to select a save file that a rom would load automatically each time I start a given rom.
Describe the solution you'd like
When game is saved, automatically save to server if a save file doesn't already exist.
Allow user to select a "default" save file that will load any time they go to play that rom
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: