expose autosave interval
Posted: Sat Apr 22, 2023 2:09 pm
Hi folks!
I'm attempting to implement a simple 'autosave warning' mod (asked some stuff about it here viewtopic.php?f=25&t=105968), and the only thing preventing me from making it fully integrated is accessing the native autosave interval option. If that could be exposed in the modding API, then it'd eliminate the need for the user to set the autosave interval in 2 places (once in native settings and again in mod settings).
If it can be made read-only, that'd be fine for my purposes, but I know there are a couple of other mods that introduce new autosave functionality, but in order for them to work the user needs to manually set the native autosave interval to 'never'. So if there were a way for a mod to set it (or even just disable it) that'd probably be appreciated by those other mod authors.
Thanks for considering it!
I'm attempting to implement a simple 'autosave warning' mod (asked some stuff about it here viewtopic.php?f=25&t=105968), and the only thing preventing me from making it fully integrated is accessing the native autosave interval option. If that could be exposed in the modding API, then it'd eliminate the need for the user to set the autosave interval in 2 places (once in native settings and again in mod settings).
If it can be made read-only, that'd be fine for my purposes, but I know there are a couple of other mods that introduce new autosave functionality, but in order for them to work the user needs to manually set the native autosave interval to 'never'. So if there were a way for a mod to set it (or even just disable it) that'd probably be appreciated by those other mod authors.
Thanks for considering it!