diff --git a/Enderal - Forgotten Stories.esm b/Enderal - Forgotten Stories.esm index 5debff3a..008d41bc 100644 Binary files a/Enderal - Forgotten Stories.esm and b/Enderal - Forgotten Stories.esm differ diff --git a/Separated health bar controls.esp b/Separated health bar controls.esp deleted file mode 100644 index d9b58684..00000000 Binary files a/Separated health bar controls.esp and /dev/null differ diff --git a/scripts/_00E_SyncKillMoveAlias.pex b/scripts/_00E_SyncKillMoveAlias.pex deleted file mode 100644 index 5a781db6..00000000 Binary files a/scripts/_00E_SyncKillMoveAlias.pex and /dev/null differ diff --git a/source/scripts/_00E_SyncKillMoveAlias.psc b/source/scripts/_00E_SyncKillMoveAlias.psc deleted file mode 100644 index 90ff7f87..00000000 --- a/source/scripts/_00E_SyncKillMoveAlias.psc +++ /dev/null @@ -1,34 +0,0 @@ -Scriptname _00E_SyncKillMoveAlias extends ReferenceAlias - -GlobalVariable Property KillMove Auto - -Event OnInit() - - ; it seems like that this ini setting does not do stuff by itself (or it is bugged) - ; therefore we need to read it from the file and change the global with which the killmoves are conditioned - - if SKSE.GetVersion() == 0 - return - endif - - If Utility.GetINIBool("bVATSDisable:VATS") - KillMove.SetValue(0.0) - Else - KillMove.SetValue(1.0) - EndIf - -EndEvent - -Event OnPlayerLoadGame() - - if SKSE.GetVersion() == 0 - return - endif - - If Utility.GetINIBool("bVATSDisable:VATS") - KillMove.SetValue(0.0) - Else - KillMove.SetValue(1.0) - EndIf - -EndEvent diff --git a/strings/enderal - forgotten stories_english.dlstrings b/strings/enderal - forgotten stories_english.dlstrings index 6e05e833..105f428f 100644 Binary files a/strings/enderal - forgotten stories_english.dlstrings and b/strings/enderal - forgotten stories_english.dlstrings differ diff --git a/strings/enderal - forgotten stories_english.strings b/strings/enderal - forgotten stories_english.strings index a606463a..effda696 100644 Binary files a/strings/enderal - forgotten stories_english.strings and b/strings/enderal - forgotten stories_english.strings differ