Hi Chris,
I’ve got a question about save data. When I launch my game on Steam or Itch (soon), what’s the best way to reset all settings (like brightness, music volume, etc.) back to default?
Right now, I’m saving these settings in my game and then deleting all save slots from AC Settings - Saving. Is that the right approach when getting ready to launch the game?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Any save data you make while testing on your own machine won't get carried over to other users, so you don't need to worry about your own saves / options appearing for other users.
Options data is tied to the active Profile, independent of what save-games there are. You can access both Profile and Save data from the Save-game File Manager, via the top of the Settings Manager.
Got it. So these are the settings other users will have when they install the game and play it for the first time. Right?
https://prnt.sc/wUo2KnS9mtEz
Not necessarily, that data is for your own Profile.
The game's default Options values are configured at the bottom of the Settings Manager.
Thank you, Chris