forked from teamnwah/openmw-tes3coop
Set default number of quicksaves to 1
This commit is contained in:
parent
3bdd989a50
commit
104495a9a4
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ max quicksaves
|
|||
|
||||
:Type: integer
|
||||
:Range: >0
|
||||
:Default: 5
|
||||
:Default: 1
|
||||
|
||||
This setting determines how many quicksave and autosave slots you can have at a time. If greater than 1, quicksaves will be sequentially created each time you quicksave. Once the maximum number of quicksaves has been reached, the oldest quicksave will be recycled the next time you perform a quicksave.
|
||||
|
||||
|
|
|
@ -290,7 +290,7 @@ timeplayed = false
|
|||
|
||||
# The maximum number of quick (or auto) save slots to have.
|
||||
# If all slots are used, the oldest save is reused
|
||||
max quicksaves = 5
|
||||
max quicksaves = 1
|
||||
|
||||
[Sound]
|
||||
|
||||
|
|
Loading…
Reference in a new issue