From 11fdc5b22ade0c26cdd647a20a3587ef93cf958c Mon Sep 17 00:00:00 2001 From: K4thos Date: Sun, 13 Aug 2017 16:13:47 +0200 Subject: [PATCH] RC9.2d - fixed minor GUI text problems (Assign keys tip, Delete a contingency tip) - both vanilla bugs - starting a new ToB campaign grants the "Slayer Change" innate ability - starting a new ToB campaign reveals Sacred Grove on worldmap (this time for real) --- EET/base/lua/UI_BG2.MENU | 4 ++-- EET/base/lua/UI_SoD.MENU | 2 +- EET/lib/bg2_BCS.tph | 4 +++- EET/lib/bg2_IDS.tph | 9 +++++++++ 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/EET/base/lua/UI_BG2.MENU b/EET/base/lua/UI_BG2.MENU index 676fb909..a43bb98e 100644 --- a/EET/base/lua/UI_BG2.MENU +++ b/EET/base/lua/UI_BG2.MENU @@ -3476,7 +3476,7 @@ key = 0 function displayHelp() if not (key == 0) then - return 24680 + return 80750 end return 0 end @@ -8012,7 +8012,7 @@ menu var "currentContingencySpell" action " if (cellNumber == 7) and preparedSpells[currentContingencySpell].dispellable then - popup2Button(24398, 'YES_BUTTON', function() mageScreen:OnDispellButtonClick(currentContingencySpell) end, 'NO_BUTTON') + popup2Button(32665, 'YES_BUTTON', function() mageScreen:OnDispellButtonClick(currentContingencySpell) end, 'NO_BUTTON') end " } diff --git a/EET/base/lua/UI_SoD.MENU b/EET/base/lua/UI_SoD.MENU index 6e032a4b..3718aa85 100644 --- a/EET/base/lua/UI_SoD.MENU +++ b/EET/base/lua/UI_SoD.MENU @@ -3471,7 +3471,7 @@ key = 0 function displayHelp() if not (key == 0) then - return 24680 + return 80750 end return 0 end diff --git a/EET/lib/bg2_BCS.tph b/EET/lib/bg2_BCS.tph index 5b94bfda..47447539 100644 --- a/EET/lib/bg2_BCS.tph +++ b/EET/lib/bg2_BCS.tph @@ -3155,9 +3155,11 @@ THEN SetGlobal("SPRITE_IS_DEADYOSHIMO","GLOBAL",1) SetGlobal("NEWGAME_TOB","GLOBAL",1) StartMovie("INTRO") - AddWorldmapAreaFlag("ID9100",EXPLORED) //Has been visited + AddWorldmapAreaFlag("AR4000",EXPLORED) //Has been visited RemoveWorldmapAreaFlag("AR0020",ENABLED) //Reveal from linked area ReallyForceSpellRES("K#REMBHA",Player1) + //ActionOverride(Player1,ApplySpell(Myself,GIVE_SLAYER_POWER)) + ActionOverride(Player1,AddSpecialAbility("SPIN822")) TakeItemListPartyNum("K#PLOT",99) GiveItemCreate("BAG19",Player1,1,0,0) GiveItemCreate("AMUL27",Player1,1,0,0) diff --git a/EET/lib/bg2_IDS.tph b/EET/lib/bg2_IDS.tph index 03afe9f4..1b03efa3 100644 --- a/EET/lib/bg2_IDS.tph +++ b/EET/lib/bg2_IDS.tph @@ -15,7 +15,16 @@ BUT_ONLY ///// ANIMATE.IDS \\\\\ ///// \\\\\ +//COPY_EXISTING ~ANIMATE.IDS~ ~override~ +// REPLACE_TEXTUALLY ~SOD_TMP01~ ~BELHIFET~ +// REPLACE_TEXTUALLY ~SOD_TMP02~ ~BELHIFET_PRIEST~ +// REPLACE_TEXTUALLY ~SOD_TMP03~ ~HEPHERNAAN~ +//BUT_ONLY + COPY + ~%MOD_FOLDER%/temp/array/ANIMATE.IDS~ ~%MOD_FOLDER%/temp/array~ +// REPLACE_TEXTUALLY ~SOD_TMP01~ ~BELHIFET~ +// REPLACE_TEXTUALLY ~SOD_TMP02~ ~BELHIFET_PRIEST~ +// REPLACE_TEXTUALLY ~SOD_TMP03~ ~HEPHERNAAN~ COUNT_2DA_ROWS 2 "cntrow" FOR (cnt = 0; cnt < "%cntrow%"; cnt = cnt + 1) BEGIN READ_2DA_ENTRY cnt 0 2 "col1"