DFJacob / AbioticFactorDedicatedServer

20 stars 1 forks source link

Configure autosave and backups? #16

Open Cr4zyy opened 2 months ago

Cr4zyy commented 2 months ago

Are there any options to configure the autosave interval or the amount of backups, through a launch option or ini edits at all?

Glad the systems are there and functional but, not sure I need autosaves every 5mins, especially during times players are not active.

raghavarohith commented 1 month ago

Identify Configuration Files Most applications and games have configuration files (often .ini, .cfg, or .json ) Edit the Configuration Files Open the configuration file with a text editor and look for settings related to autosave intervals and backups. The settings might have names like autosave_interval, save_interval, backup_count Modify the Settings Change the values to your desired settings. For example, if you want to set the autosave interval to 15 minutes and the number of backups to 10, you would modify the file as follow ffinally Save and Restart