Hi all,
Hope you are doing well! I was wondering if there was a way to include the autosave file in the order when the "order save lists by update time?" is checked.
Any help is appreciated, thank you!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Not currently, but I will look into this for the next release.
No worries, thanks for the heads up! Just curious to know -- is there a hotfix for this I can implement?
Commenting out the
if (!isAutoSave)
line in SaveFileHandler_SystemFile should do it - though it will only apply to new saves.I see, thank you! So the only downside is if the users already have saves, this will not affect it?
Is there anything else I should be on the lookout for?
That'll be the main one. I don't expect you'd have any issues, potential minor quirks aside.
Got it, thank you!