4
Fork 0

Removed obsolete SetAmountAutosaves() from _00e_playersetupscript

english-generic-dialogue
Eddoursul 3 years ago
parent 8c58a2c0c0
commit c43266828c
  1. BIN
      scripts/_00e_playersetupscript.pex
  2. 14
      source/scripts/_00e_playersetupscript.psc

@ -27,8 +27,6 @@ Event OnInit()
PlayerREF.SetActorValue("speedMult", 95)
PlayerREF.SetActorValue("Healrate", 0)
SetAmountAutosaves()
EnableDisableKillmove()
AddPerks()
@ -390,16 +388,6 @@ Function EnableDisableKillmove()
EndFunction
Function SetAmountAutosaves()
; increases amount of autosaves created from 3 to 5 without editing the ini files
; new default ini files already have set the int to 5
If Utility.GetINIInt("iAutoSaveCount:SaveGame") == 3
Utility.SetINIInt("iAutoSaveCount:SaveGame", 5)
EndIf
EndFunction
Function SetAutoSaveInterval()
; updates the autosave interval
@ -618,8 +606,6 @@ Function Maintenance()
EnableDisableKillmove()
ResetArmorWeightPerks()
SetAmountAutosaves()
SetAutoSaveInterval()

Loading…
Cancel
Save