From 643bafae64bb47d6c0b8a060c594983b341a9f9c Mon Sep 17 00:00:00 2001 From: DavidMWWallace Date: Fri, 22 May 2020 23:08:59 -0400 Subject: [PATCH] Fix to logic error in animations --- iwdification/lib/spell_prep.tpa | 2 +- iwdification/readme-iwdification.html | 10 +++++++--- iwdification/setup-iwdification.tp2 | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/iwdification/lib/spell_prep.tpa b/iwdification/lib/spell_prep.tpa index bb49f76..23de304 100644 --- a/iwdification/lib/spell_prep.tpa +++ b/iwdification/lib/spell_prep.tpa @@ -19,7 +19,7 @@ OUTER_SET anim_skeleton_fiend = 60192 OUTER_SET anim_wwolf = 31491 */ -ACTION_IF ee_game AND !VARIABLE_IS_SET anim_btroll BEGIN // don't repeat if you don't have to +ACTION_IF ee_game BEGIN // don't repeat if you don't have to OUTER_SET anim_beetle = 57888 // beetle OUTER_SET anim_btroll = 57520 // iwd blue troll diff --git a/iwdification/readme-iwdification.html b/iwdification/readme-iwdification.html index fb70366..0ee8ce6 100644 --- a/iwdification/readme-iwdification.html +++ b/iwdification/readme-iwdification.html @@ -30,9 +30,9 @@

IWDification

A Gibberlings Three Mod
Authors:
CamDawg and DavidW

-

Version Beta 5
- Languages: English, French
+ Languages: English
Platforms: Windows, Mac OS X, and Linux
GitHub: Gibberlings3/iwdification

@@ -130,7 +130,7 @@

Contents

  • Level 5: Conjure Water Elemental, Demi-Shadow Monsters, Shroud of Flame, Summon Shadow
  • Level 6: Antimagic Shell, Darts of Bone, Lich Touch, Monster Summoning IV, Otiluke's Freezing Sphere, Shades, Soul Eater1, Trollish Fortitude
  • Level 7: Acid Storm, Malavon's Rage, Monster Summoning V, Seven Eyes1, Suffocate
  • -
  • Level 8: Great Shout1, Iron Body, Mind Blank, Monster Summoning VI
  • +
  • Level 8: Great Shout, Iron Body1, Mind Blank, Monster Summoning VI
  • Level 9: Monter Summoning VII
  • 1 Only available for EE games
    @@ -220,6 +220,10 @@

    Version History

    +

    Version Beta 6 - May 22, 2020

    +
      +
    • Corrected a logic error which allocated the wrong animations, and prevented Giant Insect from installing, if you installed the Arcane and Divine spellpacks without quitting the installer between them
    • +

    Version Beta 5 - January 10, 2018

    • Polymorph Self always listed boring beetle as an available form, even when it wasn't
    • diff --git a/iwdification/setup-iwdification.tp2 b/iwdification/setup-iwdification.tp2 index 4205928..5a43fc8 100644 --- a/iwdification/setup-iwdification.tp2 +++ b/iwdification/setup-iwdification.tp2 @@ -1,7 +1,7 @@ BACKUP ~iwdification/backup~ // location to store files for uninstall purposes SUPPORT ~http://gibberlings3.net/forums/index.php?showforum=185~ -VERSION ~Beta 5~ +VERSION ~Beta 6~ README ~iwdification/readme-iwdification-%LANGUAGE%.html~ ~iwdification/readme-iwdification.html~