#7680 closed feature request (fixed)
DC: Disabling or changing the auto-save options
Reported by: | SF/who-sthere | Owned by: | zeldin |
---|---|---|---|
Priority: | normal | Component: | Port: Dreamcast |
Version: | Keywords: | ||
Cc: | Game: |
Description
The "Dreamcast" port does not have an option to disable the auto-saving.
I was wondering if it would be possible to add an auto-save option to either the "game load" menu.
Or, to add an "in-game" menu to the Dreamast port, then add the auto-save option to the in-game menu.
Ticket imported from: #2516389. Ticket imported from: feature-requests/496.
Change History (9)
comment:1 by , 16 years ago
Summary: | Disabling or changing the auto-save options → Disabling or changing the Dreamcast auto-save options |
---|
comment:2 by , 16 years ago
Summary: | Disabling or changing the Dreamcast auto-save options → Dreamcast: Disabling or changing the auto-save options |
---|
comment:3 by , 16 years ago
comment:4 by , 16 years ago
Owner: | set to |
---|---|
Summary: | Dreamcast: Disabling or changing the auto-save options → DC: Disabling or changing the auto-save options |
comment:5 by , 16 years ago
Autosaving is a feature of the engine, not the backend.
I don't know if it's safe, or even possible, to try to disable them in the backend.
I seem to recall that some games (DoTT) need autosaves for cutscenes to work correctly...
comment:6 by , 16 years ago
It is absolutley possible and save for backends (and users) to enable/disable autosaving, or modify the autosaving interval. DOTT (and some other game) needs to perform scripted saves at some points, yes, but that's independant from the autosave feature.
Just invoke ConfMan.setInt("autosave_period", 0); in your backend, and that should do it. The Nintendo DS port already does this.
comment:7 by , 16 years ago
Well, that seems simple enough, so I have added it to the trunk. Let's just hope this doesn't mean I'll get bug reports saying "what happened to autosave!?!" :-)
Maybe some day it will be possible to set it manually through the GMM...
comment:8 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:9 by , 6 years ago
Component: | → Port: Dreamcast |
---|
Quite senisble request.