diff --git a/ascension/Ascension.tp2 b/ascension/Ascension.tp2 index eaab31c1..63409eca 100644 --- a/ascension/Ascension.tp2 +++ b/ascension/Ascension.tp2 @@ -5,7 +5,7 @@ BACKUP ~weidu_external/backup/ascension~ SUPPORT "https://forums.beamdog.com/discussion/66702/ascension-for-bg2-ee" // use Semantic Versioning - http://semver.org -VERSION ~2.0.2~ +VERSION ~2.0.3~ AUTO_EVAL_STRINGS README "ascension/doc/readme-ascension.html" diff --git a/ascension/ascensionmain/ascension_demons.tpa b/ascension/ascensionmain/ascension_demons.tpa index 4a9600f9..48c09685 100644 --- a/ascension/ascensionmain/ascension_demons.tpa +++ b/ascension/ascensionmain/ascension_demons.tpa @@ -48,6 +48,7 @@ COPY "%demon_loc%/scripts/finaluf.baf" "override/finaluf.bcs" COPY "%demon_loc%/finbabau.cre" override SAY NAME1 @500 // 'Babau' is the only demon name not present in vBG2 + SAY NAME2 @500 // 'Babau' is the only demon name not present in vBG2 LPF poison_immunity INT_VAR value=0 END LPF CRE_patch INT_VAR regeneration=2 END // BUT_ONLY diff --git a/ascension/ascensionmain/ascension_imoen_powers.tpa b/ascension/ascensionmain/ascension_imoen_powers.tpa index fc89cf4d..4afa3a0e 100644 --- a/ascension/ascensionmain/ascension_imoen_powers.tpa +++ b/ascension/ascensionmain/ascension_imoen_powers.tpa @@ -157,7 +157,7 @@ DEFINE_ACTION_FUNCTION ascension_imoen_powers BEGIN /////////////////////////////////////////////////////////////////////////// COPY_EXISTING "%WIZARD_IMPROVED_INVISIBILITY%.spl" "override/imoeth.spl" - WRITE_LONG 0x8 23359 + WRITE_LONG NAME1 23359 SAY 0x50 @1 LPF SPL_patch INT_VAR spell_type=4 casting_animation=0 END FOR (i=2;i<50;i+=1) BEGIN diff --git a/ascension/ascensionmain/ascension_shared.tpa b/ascension/ascensionmain/ascension_shared.tpa index af9bb9e3..6205f62f 100644 --- a/ascension/ascensionmain/ascension_shared.tpa +++ b/ascension/ascensionmain/ascension_shared.tpa @@ -92,7 +92,7 @@ BEGIN // set up the original spell COPY "%MOD_FOLDER%/ascensionmain/player/ctrldem.spl" "override/%outer_filename%.spl" - SAY 0x8 @1013 + SAY NAME1 @1013 LPF DELETE_EFFECT INT_VAR match_opcode=177 END // remove existing payload effects LPF DELETE_EFFECT INT_VAR match_opcode=309 END // remove existing payload effects LPF ALTER_EFFECT INT_VAR match_duration=6 duration=control_duration END // adjust duration of stun diff --git a/ascension/ascensionmain/ascension_the_five.tpa b/ascension/ascensionmain/ascension_the_five.tpa index 1d781614..b6d8ea87 100644 --- a/ascension/ascensionmain/ascension_the_five.tpa +++ b/ascension/ascensionmain/ascension_the_five.tpa @@ -236,6 +236,7 @@ BEGIN ACTION_IF "%bhaalspawn_final%" STRING_COMPARE_CASE finbalth BEGIN COPY "%MOD_FOLDER%/ascensionmain/thefive/scripts/%bhaalspawn_final%.baf" "override/%bhaalspawn_final%.bcs" LPF handle_awkward_ds END + COMPILE_BAF_TO_BCS END diff --git a/ascension/doc/readme-ascension.html b/ascension/doc/readme-ascension.html index 9fcb8b93..a3efcceb 100644 --- a/ascension/doc/readme-ascension.html +++ b/ascension/doc/readme-ascension.html @@ -385,6 +385,12 @@
3 June 2019: 2.0.3
+