Max autosave num

From OpenTTD

Jump to: navigation, search


This patch defines maximum number of automaticly saved games (autosaves) in \OpenTTD\save\autosave\ directory.

[edit] Description

OpenTTD can automatically save the game every set period of time. Naturally, more saved games means much more disk space used. This patch limits the number of saved games.

If all savegame slots are already used, older savegames will be overwritten (oldest first).

This setting is not used if Keep_all_autosaves is used.

[edit] Use

The value is set to 16 by default. You can change it by using the following syntax in openttd.cfg:

[patches]
max_autosave_num = value
Personal tools