Added options to use more than one save slot for quick saving (from Mr.Stalin) (#186)

This commit is contained in:
NovaRain
2018-09-06 07:01:14 +08:00
parent 6bd7d3ebca
commit 9d9d8ada49
3 changed files with 134 additions and 1 deletions
+8
View File
@@ -398,6 +398,14 @@ UseScrollingQuestsList=1
;Set to 1 to add additional pages of save slots
ExtraSaveSlots=0
;To use more than one save slot for quick saving (F6 key) without picking a slot beforehand, set the next two lines
;AutoQuickSave sets how many save slots on a page you want to use for quick saving (valid range: 1..10)
;AutoQuickSavePage is the page number to use (valid range: 1..1000, only works if ExtraSaveSlots is enabled)
;The quick saves will be rotated from the first slot on the page to the n-th slot
;Set to 0 to disable
AutoQuickSave=0
AutoQuickSavePage=0
;Set to 1 to speed up the HP/AC counter animations
;Set to 2 to update the HP/AC counters instantly
SpeedInterfaceCounterAnims=0