diff --git a/Enderal - Forgotten Stories.esm b/Enderal - Forgotten Stories.esm index 33701345..48941ed1 100644 Binary files a/Enderal - Forgotten Stories.esm and b/Enderal - Forgotten Stories.esm differ diff --git a/Enderal - Forgotten Stories.ini b/Enderal - Forgotten Stories.ini index 62f89652..ecf72f2e 100644 --- a/Enderal - Forgotten Stories.ini +++ b/Enderal - Forgotten Stories.ini @@ -38,14 +38,8 @@ fWaterSSRIntensity=0.0001 [SaveGame] iAutoSaveCount=10 -[Water] -bReflectLODLand=1 -bReflectLODObjects=1 -bReflectSky=1 -bReflectLODTrees=1 - [Interface] -fBookDistance=75.0000 +fBookDistance=82.0000 fNoteDistance=70.0000 fBookOpenTime=500.0000 fInventory3DItemZoomY=-300 diff --git a/scripts/_00e_mq17_functions.pex b/scripts/_00e_mq17_functions.pex index 5f1a7bea..607095bb 100644 Binary files a/scripts/_00e_mq17_functions.pex and b/scripts/_00e_mq17_functions.pex differ diff --git a/scripts/source/_00e_mq17_functions.psc b/scripts/source/_00e_mq17_functions.psc index 56379629..61803f99 100644 --- a/scripts/source/_00e_mq17_functions.psc +++ b/scripts/source/_00e_mq17_functions.psc @@ -358,6 +358,10 @@ Function StartFight() akCompanion.UnequipItem(_02E_11Eichenbogen) akCompanion.RemoveItem(_02E_11Eichenbogen) akCompanion.RemoveItem(_00E_MQ11a_SC12_FireArrows) + + ; SE: Prevents NPC from using only fists + akCompanion.ResetInventory() + MQ17_SC07_BlackGuardianFight.ForceStart() CompanionIsTalking.SetValueInt(0) MAGFireExpertHitImod.Apply() diff --git a/strings/enderal - forgotten stories_chinese.strings b/strings/enderal - forgotten stories_chinese.strings index 040a6ffd..1d2b8f70 100644 Binary files a/strings/enderal - forgotten stories_chinese.strings and b/strings/enderal - forgotten stories_chinese.strings differ diff --git a/strings/enderal - forgotten stories_english.dlstrings b/strings/enderal - forgotten stories_english.dlstrings index 6a817d8b..997ccc48 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.ilstrings b/strings/enderal - forgotten stories_english.ilstrings index b03763dd..568ac421 100644 Binary files a/strings/enderal - forgotten stories_english.ilstrings and b/strings/enderal - forgotten stories_english.ilstrings differ diff --git a/strings/enderal - forgotten stories_english.strings b/strings/enderal - forgotten stories_english.strings index 0a2b15ba..45734709 100644 Binary files a/strings/enderal - forgotten stories_english.strings and b/strings/enderal - forgotten stories_english.strings differ diff --git a/strings/enderal - forgotten stories_french.strings b/strings/enderal - forgotten stories_french.strings index abf4588c..d344f7a1 100644 Binary files a/strings/enderal - forgotten stories_french.strings and b/strings/enderal - forgotten stories_french.strings differ diff --git a/strings/enderal - forgotten stories_german.strings b/strings/enderal - forgotten stories_german.strings index 91bd2766..72ff0915 100644 Binary files a/strings/enderal - forgotten stories_german.strings and b/strings/enderal - forgotten stories_german.strings differ diff --git a/strings/enderal - forgotten stories_italian.strings b/strings/enderal - forgotten stories_italian.strings index d8d4ab33..d22ad951 100644 Binary files a/strings/enderal - forgotten stories_italian.strings and b/strings/enderal - forgotten stories_italian.strings differ diff --git a/strings/enderal - forgotten stories_japanese.strings b/strings/enderal - forgotten stories_japanese.strings index 1467da8e..d52fde4e 100644 Binary files a/strings/enderal - forgotten stories_japanese.strings and b/strings/enderal - forgotten stories_japanese.strings differ diff --git a/strings/enderal - forgotten stories_korean.strings b/strings/enderal - forgotten stories_korean.strings index bc7e2fde..9fa9d807 100644 Binary files a/strings/enderal - forgotten stories_korean.strings and b/strings/enderal - forgotten stories_korean.strings differ diff --git a/strings/enderal - forgotten stories_russian.strings b/strings/enderal - forgotten stories_russian.strings index b284355e..d49f974e 100644 Binary files a/strings/enderal - forgotten stories_russian.strings and b/strings/enderal - forgotten stories_russian.strings differ diff --git a/strings/enderal - forgotten stories_spanish.strings b/strings/enderal - forgotten stories_spanish.strings index b23968a9..5988636f 100644 Binary files a/strings/enderal - forgotten stories_spanish.strings and b/strings/enderal - forgotten stories_spanish.strings differ