#See README for key bindings
#quick save key (default: f5)
quicksave=63
#quick load key (default: f9)
quickload=67
#quick save prefix(快速保存前缀)
save_name=quick_save_
#number of quicksaves (quick_save_0 - quick_save_n-1)(快速保存数:n-1)
numberOfSaves=3
#Delay between each autosave (in minutes)(自动保存间隔)
autoSaveDelay=15
#Name of the auto save (自动保存名字)
autoSaveName=autosave
#if you want to remove the "vanilla" buggy autosave(自动保存开关)
removeVanillaAutosave=1
#if you want to save the game before each battle(战前保存开关)
autosaveBeforeBattles=1
#Name of the autosave before the battle(战前保存名字)
battleAutoSaveName=autosave_battle |