Add setting for long-term autosaves
A second set of autosaves for whenever the main set wraps around to 0
This commit is contained in:
@@ -5487,6 +5487,14 @@ def = 16
|
||||
min = 0
|
||||
max = 255
|
||||
|
||||
[SDTC_VAR]
|
||||
var = gui.max_num_lt_autosaves
|
||||
type = SLE_UINT8
|
||||
flags = SF_NOT_IN_SAVE | SF_NO_NETWORK_SYNC
|
||||
def = 8
|
||||
min = 0
|
||||
max = 255
|
||||
|
||||
[SDTC_OMANY]
|
||||
var = gui.savegame_overwrite_confirm
|
||||
type = SLE_UINT8
|
||||
|
Reference in New Issue
Block a user