It doesn't seem to work for me. I changed the save intervals for 10 or 30 minutes through the setting you unlocked, but auto-saves still work every five minutes.
this makes the auto save visible but it still saves every 5 min no matter what you select. Thanks for makeing it visible maybe i can figure out how to make the game actually recognize it.
Did you ever found a fix for it? The only conclusion for me is, that Cross saves have changed how autosaves or saves in general behave. That this function cant take control over the new save system. But I havn't tried older version yet. (Btw I disabled cross saves)
No longer compatible after the 1.6 update due to the changes with the UI.
For anyone needing it now, open the vanilla game file \r6\config\settings and find the below and change the bold false to true (as the screenshot says but putting it here too):
interesting. I wonder why they turned off the timed saves and only left the regular auto-save which saves after certain actions.
Is there a way to disable the existing auto and manual saves in the game so ONLY the Timed save is activated? If you could activate a dormant saving system, maybe there's a way to disable the existing ones?
14 comments
For anyone needing it now, open the vanilla game file \r6\config\settings and find the below and change the bold false to true (as the screenshot says but putting it here too):
"name": "AutosaveInterval",
"display_name": "UI-Settings-Gameplay-Hud-AutosaveInterval",
"description": "",
"order": 1,
"is_visible": false,
"in_pre_game": true,
"in_game": true,
"update_policy": "immediately",
"type": "string_list",
"index": 0,
"default_index": 0,
"values": [
"Every 5 minutes",
"Every 10 minutes",
"Every 30 minutes"
],
"display_values": [
"UI-Settings-Gameplay-Hud-AutosaveIntervalMode1",
"UI-Settings-Gameplay-Hud-AutosaveIntervalMode2",
"UI-Settings-Gameplay-Hud-AutosaveIntervalMode3"
]
}
]
},
It sucked having the game micro-freeze(aka autosave) while driving every 5 minutes.
Thanks man.
Is there a way to disable the existing auto and manual saves in the game so ONLY the Timed save is activated?
If you could activate a dormant saving system, maybe there's a way to disable the existing ones?