Jump to content


ggallegher

Member Since 29 Jan 2012
Offline Last Active Apr 13 2012 03:50 PM

Topics I've Started

Erinyes causing an Assertion error.

11 April 2012 - 08:55 PM

Howdy. I'm getting a crash to desktop with the following error in Baldur's Gate 2 whenever an Erinyes creature is to be drawn on the screen:

Posted Image

I've tracked the source of the problem down to the Erinyes, as the assertion error and crash to desktop only occurs in two encounters: the room in the Maze level of Watcher's Keep that contains the Baatezu demon Ka'rashur and his entourage, amongst which is an Erinyes;  and in Yaga Shura's lair, where an Erinyes is part of the group that teleports in when the container in the centre-right room behind the energy barrier(marked "T4" on this map) is opened.

The Erinyes is common to both these encounters, and all the other creatures that spawn in either group are ones I've already seen separately without issue.

I've tried using Miloch's Creature Slot fixer v.2 to see if it remedies the problem, as I figured maybe the Erinyes is trying to be armed with something the game's not finding an animation for, but to no avail. It gave me the following post-execution log:

Creature	Item	Slot	Issue
bedo		0x12	Weapon slot item does not exist
clfteg	N/A	0x12	Invalid weapon slot assignment
clftrl	N/A	0x12	Invalid weapon slot assignment
e_jlissa	N/A	0x12	Invalid weapon slot assignment
fhfrun	arow01	0x14	Item of wrong type 5 in weapon slot
li#bpoi	N/A	0x12	Invalid weapon slot assignment
li#bpoi	N/A	0x14	Invalid weapon slot assignment
li#divi	N/A	0x12	Invalid weapon slot assignment
li#divi	N/A	0x14	Invalid weapon slot assignment
li#stri	N/A	0x12	Invalid weapon slot assignment
li#stri	N/A	0x14	Invalid weapon slot assignment
maevar	xomasa.i	0x12	Weapon slot item does not exist
maevar	leat08	0x16	Item of wrong type 2 in weapon slot
pugar		0x12	Weapon slot item does not exist
r!kitvmp	kitvswr1	0x12	Weapon slot item does not exist
sillara	minhp1	0x12	Item of wrong type 1 in weapon slot
sk#fform	s#fform	0x12	Weapon slot item does not exist
tb#hated	N/A	0x12	Invalid weapon slot assignment
tb#hated	N/A	0x14	Invalid weapon slot assignment
tsjettin	potn55	0x12	Item of wrong type 9 in weapon slot
tyrell		0x12	Weapon slot item does not exist
vanya		0x12	Weapon slot item does not exist
wgcleric	potn52	0x12	Item of wrong type 9 in weapon slot
wgwitch	N/A	0x12	Invalid weapon slot assignment
wwrati	N/A	0x12	Invalid weapon slot assignment
w_pwrang	haiw1	0x12	Weapon slot item does not exist

I've posted asking for assistance in the "Infinity Animations" forum as well, because that mod's "Distinctive Fiends" component makes changes to the Erinyes, according to the readme, assigning a black-winged elf avatar. I'm seeing all the other modified fiends that are part of this component and included in the listed requisite packages "IA_Fiends_Genies.rar", "IA_IWD.rar", "IA_PST_Abishai.rar" and "IA_NWN_01_Modron.rar", such as the NWN succubus and Gelugons using the ice salamander animation, so not sure what the problem could be. However, examining the contents listed for each of these packages, none of them mentions the Erinyes, so I'm not sure where it's supposed to be getting its replacement black-winged elf animation from.

IA_Fiends_Genies.rar has NABASSU, DEMON_BLUE, MARILITH_DARK, MAUREZHI, MYRLOCHAR, DAO, DAO_LEGS, EFREETI, EFREETI_LEGS, JANNI, JANNI_LEGS, MARID, MARID_LEGS, YOCHLOL, GHOUL_QUEEN, ANNIS NIGHT_HAG, GREEN_HAG and SEA_HAG.

IA_IWD.rar has Elemental Earth/Water/Fire, Sahuagin small/large, Animated Plate 1/2/3, Arundel, Barbarian Shaman 1/2/3, Barbarian Warrior 1/2/3, Barbarian Icasaracht, Belhifet Priest, Creeping Doom, Drowned Dead, Fire Giant IWD, Iron Golem IWD, Remorhaz, Seer, Tundra Yeti, Umber Hulk Vodyanoi, Verbeeg, Barrow Wight.

IA_PST_Abishai.rar has Red Abishai, Blue Abishai, Green Abishai, Black Abishai.

IA_NWN_01_Modron.rar has alternate Modron and Amel, Vedred, Bebilith, Basilisk, Hamatula, Osyluth, Pit Fiend, Scarecrow.

I'm guessing it's the following chunk of the "setup-infinityanimations.tp2" file that handles the Erinyes, but couldn't guess as to what it's doing:

ACTION_FOR_EACH nb IN ~deriny01~ ~gorbat2~ ~gorwom02~ ~jumjum~ ~psbaat03~ BEGIN
  ACTION_IF FILE_EXISTS_IN_GAME ~%nb%.cre~ BEGIN //Erinyes
    COPY_EXISTING ~%nb%.cre~ ~override~
      PATCH_INCLUDE ~infinityanimations/lib/fj_cre_validity.tpp~
      PATCH_IF vl BEGIN
        PATCH_INCLUDE ~infinityanimations/lib/fj_cre_reindex.tpp~
        WRITE_SHORT 0x28 0x6111 //Animation (fighter_female_elf)
        WRITE_BYTE 0x2f 113 //Skin color (fog)
        WRITE_BYTE 0x32 0 //Hair color (red-tinted black)
        REPLACE_CRE_ITEM ~wings01~ #0 #0 #0 ~UNDROPPABLE~ ~HELMET~
        WRITE_BYTE 0x237 2 //Sex (female)
        WRITE_BYTE 0x275 2 //Gender (female)
        WRITE_BYTE 0x272 121 //Race (fiend)
        READ_BYTE 0x273 cs //Class
        PATCH_IF cs > 20 BEGIN
          WRITE_BYTE 0x273 179 //devil
        END
        WRITE_BYTE 0x27b 19 //Alignment (lawful evil by definition)
        PATCH_IF SLONG_AT INITIAL_MEETING < 1 BEGIN
          SAY INITIAL_MEETING @516 //Well hello there. [T-ERI02A]
        END
        PATCH_IF SLONG_AT MORALE < 1 BEGIN
          SAY MORALE @517 //Farewell for now. [T-ERI06]
        END
        PATCH_IF SLONG_AT UNHAPPY_BREAKING_POINT < 1 BEGIN
          SAY UNHAPPY_BREAKING_POINT @517 //Farewell for now. [T-ERI06]
        END
        PATCH_IF SLONG_AT BATTLE_CRY1 < 1 BEGIN
          SAY BATTLE_CRY1 @518 //On your knees! [T-ERI01A]
          SAY BATTLE_CRY2 @519 //You are mine! [T-ERI01B]
          SAY BATTLE_CRY3 @520 //Rrrauugh! [T-ERI01C]
          SAY BATTLE_CRY4 @521 //You tempt pain that you have never dreamed of. [T-ERI01D]
          SAY BATTLE_CRY5 @522 //Rend their flesh! They will not need it. [T-ERI01E]
        END
        PATCH_IF SLONG_AT ATTACK1 < 1 BEGIN
          SAY ATTACK1 ~~ [T-ERI03]
        END
        PATCH_IF SLONG_AT DAMAGE < 1 BEGIN
          SAY DAMAGE ~~ [T-ERI07]
        END
        PATCH_IF SLONG_AT DYING < 1 BEGIN
          SAY DYING ~~ [T-ERI09]
        END
        PATCH_IF SLONG_AT HURT < 1 BEGIN
          SAY HURT ~You want to heal me. You must.~ [T-ERI10]
        END
        PATCH_IF SLONG_AT SELECT_COMMON1 < 1 BEGIN
          SAY SELECT_COMMON1 @516 //Well hello there. [T-ERI02A]
          SAY SELECT_COMMON2 @524 //I need to speak with you. Come here. [T-ERI02B]
          SAY SELECT_COMMON3 @525 //Come to my side. Help me here. [T-ERI02C]
          SAY SELECT_COMMON4 @526 //Oh, yes. [T-ERI02D]
          SAY SELECT_COMMON5 @527 //Ha! Ha-ha-ha... [T-ERI02E]
        END
        PATCH_IF SLONG_AT CRITICAL_HIT < 1 BEGIN
          SAY CRITICAL_HIT @528 //Oh, that is very nice. [T-ERI05]
        END
        PATCH_IF SLONG_AT CRITICAL_MISS < 1 BEGIN
          SAY CRITICAL_MISS @529 //No. No. [T-ERI08]
        END
        PATCH_IF SLONG_AT SPELL_DISRUPTED < 1 BEGIN
          SAY SPELL_DISRUPTED ~~ [T-ERI04]
        END
      END
    BUT_ONLY
  END
END

There's a "wings" subfolder within the "infinityanimations" folder of my Baldur's Gate 2 install that contains 18 .bam files, so I don't think anything essential to Infinity Animation's installation was missing.

Anyone able to help?

In the interests of full disclosure, here's my weidu log (prepare to scroooooll):

// Log of Currently Installed WeiDU Mods
// The top of the file is the 'oldest' mod
// ~TP2_File~ #language_number #component_number // [Subcomponent Name -> ] Component Name [ : Version]
~SETUP-ASCENSION.TP2~ #0 #0 // Ascension v1.41 (requires ToB)
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #0 // BG2 Fixpack - Core Fixes: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #1000 // BG2 Fixpack - Game Text Update -> GTU Light (by Wisp): v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #3 // BETA Core Fixes (please check the readme!): v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #100 // Party Gets XP for Sending Keldorn to Reconcile With Maria: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #101 // Improved Spell Animations: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #102 // Cromwell's Forging Actually Takes a Day: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #103 // Mixed-Use Dagger Fixes: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #104 // Ghreyfain's Holy Symbol Fixes: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #106 // Giants Receive Penalties When Attacking Halflings,   Dwarves, and Gnomes: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #107 // Remove Dual-Classing Restriction from Archers   and Stalkers: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #108 // Remove Second Attribute Bonus for Evil Path in  Wrath Hell Trial: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #109 // Corrected Summoned Demon Behavior: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #110 // Additional Script Fixes: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #112 // Wizard Slayers Cause Miscast Magic on Ranged Attacks: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #113 // Additional Alignment Fixes: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #114 // Change Free Action to Protect Against Stun: v9.01
~TOBEX/TOBEX.TP2~ #0 #100 // TobEx - Core: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #102 // Awaken On Damage: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #103 // Blindness As Spell Description: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #105 // No Spell Interruption On Zero Damage: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #106 // Use Caster Level On Mirror Image [C]: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #107 // Allow All Races to Dual Class: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #108 // Allow Equipping Armor in Combat: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #109 // Disable Experience Boost: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #110 // Disable Force Inventory Pause: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #111 // Disable Silence On Charm: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #113 // Remain Hidden On Pickpocket Success [C]: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #114 // Rest Spawns Advance Time: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #116 // Enable Animation Attack Sounds: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #117 // Universal Four Inventory Weapon Slots: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #119 // Remove all race-class restrictions: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #120 // Drop Inventory on Disintegrate: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #121 // Drop Inventory on Frozen Death: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #122 // Drop Inventory on Stone Death: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #123 // Enable Auto-Pause On All Screens: Beta 0023
~SETUP-UNDERREP.TP2~ #0 #0 // Underrepresented Items From Icewind Dale 2
~SETUP-ITEMUPGRADE.TP2~ #0 #10 // Shadows Of Amn Item Upgrades -> Revised consistency plus version: v38
~SETUP-ITEMUPGRADE.TP2~ #0 #11 // Throne Of Bhaal Item Upgrades -> Revised consistency plus version: v38
~SETUP-ITEM_PACK.TP2~ #0 #0 // Item Pack: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #2 // Tweaked Items: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #3 // Convenient Free Action Items: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #4 // More Distinguishable Items: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #5 // Familiar Faces: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #6 // More Work for Cromwell: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #7 // Pocket Store: v1.7
~SETUP-KWOLF.TP2~ #0 #0 // KWolf - new NPC (WeiDU): v1.1
~MUSICA.TP2~ #1 #0 // The Music of the Realms: v2.0
~NANSTEIN/NANSTEIN.TP2~ #2 #0 // Nanstein, Chief Mage Engineer of Mountain Sansimportance: V1.3
~RECARGA.TP2~ #1 #0 // Recarga: v2.2
~SETUP-RITEMPACK.TP2~ #0 #0 // Enhanced Girdle of Fortitude
~SETUP-RITEMPACK.TP2~ #0 #1 // Patrick's Chainmail
~SETUP-RITEMPACK.TP2~ #0 #4 // Fixed Dragon Plate Armor
~SETUP-RITEMPACK.TP2~ #0 #5 // Ring of Power
~SETUP-RITEMPACK.TP2~ #0 #6 // Improved Anomen's Ring
~SETUP-RITEMPACK.TP2~ #0 #8 // BG1 Ring of Wizardry
~SETUP-ROLLES.TP2~ #1 #0 // Rolles Safyer
~RUAD/SETUP-RUAD.TP2~ #0 #0 // Ruad Ro'fhessa (SoA): v26
~RUAD/SETUP-RUAD.TP2~ #0 #1 // Ruad Ro'fhessa (ToB): v26
~SETUP-SOLAUFEIN.TP2~ #0 #0 // Solaufein Romance for Baldur's Gate II (SoA & ToB)
~RPGSOLAFLIRTPACK/SETUP-RPGSOLAFLIRTPACK.TP2~ #0 #0 // The RPG Solaufein Flirt Pack for BG2 (Rated NC17): v1.1
~KELSEY.TP2~ #0 #0 // Kelsey v2.1: for BG2 - SoA
~KELSEY.TP2~ #0 #1 // Kelsey/Solaufein Content: Banter and Romance Conflict OPTIONAL, RECOMMENDED ONLY for use with Solaufein V60 AND ABOVE
~KELSEY.TP2~ #0 #2 // Install Alternate Kelsey portrait set #1 by Karse Soze (regular Kelsey)?
~SETUP-KELSEYTOB.TP2~ #0 #0 // Kelsey: ToB - Version 2
~SETUP-KELSEYTOB.TP2~ #0 #1 // Kelsey/Solaufein Romance Conflict (OPTIONAL, RECOMMENDED ONLY for use with Solaufein V60 AND ABOVE)
~SETUP-KELSEYTOB.TP2~ #0 #2 // Ascension-specific dialogue (Requires WeiDU Ascension, v1.4.12 or greater recommended)
~SETUP-KELSEYTOB.TP2~ #0 #4 // Alternate Kelsey portrait set #1 by Karse Soze (regular Kelsey) (set 2 of 3)?
~SETUP-KETO.TP2~ #0 #0 // Keto-SOA NPC V2
~SETUP-KETO.TP2~ #0 #1 // Keto/Kelsey Interaction (Requires Kelsey-SOA)
~DEARNISE/SETUP-DEARNISE.TP2~ #0 #0 // de'Arnise Romance for Baldur's Gate II, v2
~AURENASEPH/SETUP-AURENASEPH.TP2~ #0 #0 // Auren Aseph V7.2 for BG2:ToB
~SETUP-KIDO.TP2~ #0 #0 // Kido the Jester (Requires Throne of Bhaal)
~XAN/SETUP-XAN.TP2~ #0 #0 // Xan NPC MOD for Baldur's Gate II, v9
~XAN/SETUP-XAN.TP2~ #0 #5 // BG1-style flaming swords
~C#AJANTIS_SVA/SETUP-C#AJANTIS_SVA.TP2~ #1 #0 // Sir Ajantis NPC for BGII-SoA: open Beta 0.2.21
~SETUP-ALORA.TP2~ #0 #0 // Chosen of Mystra's Alora NPC Mod (Requires Throne of Bhaal): 1.3
~SETUP-AMBER.TP2~ #0 #0 // Amber the NPC MOD for BGII:SoA: v2.5
~SETUP-AMBER.TP2~ #0 #1 // Multiplayer-friendly flirting for Amber: v2.5
~ANGELO/SETUP-ANGELO.TP2~ #0 #0 // Angelo NPC MOD for Baldur's Gate II, v4
~SETUP-ARIENA.TP2~ #0 #0 // Ariena the Half-orc (Requires Throne of Bhaal)
~SETUP-ARIENA.TP2~ #0 #1 // Which of Ariena's portraits do you wish to install? -> Default portraits?
~SETUP-AUDEN.TP2~ #0 #0 // Auden for BG2:SOA
~SETUP-BRANWENNPC.TP2~ #0 #0 // Branwen NPC
~SETUP-CELESTIALES.TP2~ #0 #0 // Correcion a la animacion de las armas de devas y planotareos (Corrections of the animation of the weapon of devas and planetars) (Korrektur der Animation der Waffen der Devas und Planetare): v1.2
~CHLOE/CHLOE.TP2~ #0 #0 // Chloe NPC mod: v1.5
~CORAN/SETUP-CORAN.TP2~ #0 #0 // Coran NPC MOD for Baldur's Gate II: v1
~CORAN/SETUP-CORAN.TP2~ #0 #1 // Delete old Coran from the Forest of Tethyr (RECOMMENDED): v1
~SARAHTOB/SETUP-SARAHTOB.TP2~ #0 #0 // Sarah NPC Romance Mod for BG2:ToB: 3.1
~DARIAN/DARIAN.TP2~ #0 #0 // Darian NPC Mod for BGII: SoA & ToB: 2.2
~SETUP-DARRON.TP2~ #1 #0 // Darron: v1.6
~SETUP-EDWINROMANCE.TP2~ #0 #0 // EdwinRomance
~SETUP-EDWINTOB.TP2~ #0 #0 // Edwin Romance ToB
~SETUP-EDWINTOB.TP2~ #0 #1 // New ending for Viconia Romance by Laufey
~SETUP-EDWINFLIRTS.TP2~ #0 #0 // Edwin Flirts 0.1b
~SETUP-FADE.TP2~ #0 #0 // Fade: An NPC for Baldur's Gate II
~NATHANIEL/SETUP-NATHANIEL.TP2~ #0 #0 // Nathaniel NPC Mod for BGII
~NATHANIEL/SETUP-NATHANIEL.TP2~ #0 #1 // Choose a portrait for Nathaniel -> Default portrait by Feuille
~NATHANIEL/SETUP-NATHANIEL.TP2~ #0 #4 // Solaufein Conflict
~NATHANIEL/SETUP-NATHANIEL.TP2~ #0 #5 // Kelsey Content
~GAVIN_BG2/SETUP-GAVIN_BG2.TP2~ #0 #0 // Gavin for BG2: 20111016 TOB
~GAVIN_BG2/SETUP-GAVIN_BG2.TP2~ #0 #1 // Gavin heals the PC when below 50% health  (Can be disabled or enabled via player-initiated dialogue): 20111016 TOB
~GAVIN_BG2/SETUP-GAVIN_BG2.TP2~ #0 #2 // Multi-romance cheat -> Normal romance kills: 20111016 TOB
~GAVIN_BG2/SETUP-GAVIN_BG2.TP2~ #0 #4 // Alternate Portrait Selection  (Default portrait is already installed) -> Dawnbringer, by Amaurea: 20111016 TOB
~HALDAMIR/SETUP-HALDAMIR.TP2~ #0 #0 // Haldamir: v2
~HANNA/HANNA.TP2~ #3 #0 // Hanna NPC (ToB required): v2.4
~HANNA/HANNA.TP2~ #3 #1 // Expanded DeŽArnise Keep: v2.4
~HANNA/HANNA.TP2~ #3 #6 // Improved Trademeet Crypt: v2.4
~SETUP-HUBELPOT.TP2~ #0 #0 // Hubelpot Thistledown, the Vegetable Merchant NPC-mod
~SETUP-HUBELPOT.TP2~ #0 #1 // Optional kit 1 of 2, the Village Druid.
~IYLOS/IYLOS.TP2~ #0 #0 // Iylos NPC for BGII:ToB: 2.3
~IYLOS/IYLOS.TP2~ #0 #1 // Install extended content (PID, more interjections, friendship, scenery & plot dialogues)?: 2.3
~IYLOS/IYLOS.TP2~ #0 #5 // How much time would you like in between Iylos' PC dialogues? -> 45 Minutes: 2.3
~SETUP-KIVAN.TP2~ #0 #0 // Kivan of Shilmista: v13
~SETUP-KIVAN.TP2~ #0 #5 // Select Kivan's Portrait -> Do Not Install Alternative Portrait for Kivan.: v13
~SETUP-KIVAN.TP2~ #0 #7 // Install ToB Portion of the Mod: v13
~SETUP-NEH'TANIEL.TP2~ #0 #0 // Neh'taniel NPC Mod: v5.5
~SETUP-NEH'TANIEL.TP2~ #0 #2 // Neh'taniel's alternative portraits -> Neh'taniel's portrait,  by Rabain?: v5.5
~HAERDALISROMANCE/HAERDALISROMANCE.TP2~ #0 #0 // Haer'Dalis Romance (SoA): v1
~NEPHELE/NEPHELE.TP2~ #0 #0 // Nephele NPC Mod for BGII: SoA & ToB: 2
~NEPHELE/NEPHELE.TP2~ #0 #1 // Install Haer'Dalis Romance crossmod content: 2
~SETUP-NIKITA.TP2~ #0 #0 // Nikita NPC Mod (Requires Throne of Bhaal)
~NINDE/NINDE.TP2~ #0 #0 // Ninde NPC Mod for BGII: SoA: v1.1
~SETUP-SHEENA.TP2~ #0 #0 // Install A Half Dragon Tale: v1.7
~TASHIA/SETUP-TASHIA.TP2~ #0 #0 // Tashia NPC Mod -> Full version (ToB required): v1.3
~TASHIA/SETUP-TASHIA.TP2~ #0 #3 // Tashia Add-on Pack by Bri and Lord Ernie (English only, Tashia ToB Required) -> Baldurized Dialogues: v1.3
~TSUJATHA/SETUP-TSUJATHA.TP2~ #0 #0 // Tsujatha (BG2:SoA NPC) created by Sillara of the Tamari: v13
~TYRISFLARE/SETUP-TYRISFLARE.TP2~ #0 #0 // Tyris Flare NPC: v6
~XULAYE/XULAYE.TP2~ #0 #0 // Xulaye NPC Mod for BG2:SoA
~XULAYE/XULAYE.TP2~ #0 #1 // Xulaye's Player Initiated Dialogues
~XULAYE/XULAYE.TP2~ #0 #2 // Korgan Fights at the Pits
~YASRAENA/SETUP-YASRAENA.TP2~ #0 #0 // Yasraena (BG2:SoA & TOB NPC) created by nethrin & Sillara of the Tamari: v12
~YESLICKNPC/YESLICKNPC.TP2~ #0 #0 // Yeslick NPC for BGII: SoA
~FAREN/SETUP-FAREN.TP2~ #0 #0 // Faren NPC for Baldur's Gate II: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #1 // Choose Faren's weapon proficiency skillset -> Martial configuration: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #3 // Ajantis Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #4 // Amber Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #5 // Angelo Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #6 // Auren Aseph Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #8 // de'Arnise Romance Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #9 // Edwin Romance Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #10 // Fade Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #11 // Iylos Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #12 // Kelsey Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #13 // Keto Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #15 // Nathaniel Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #16 // Ninde Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #19 // Sarah Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #20 // Solaufein Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #21 // Tsujatha Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #22 // Xan Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #23 // Xulaye Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #24 // Yasraena Content: Version 2
~AEON/SETUP-AEON.TP2~ #0 #0 // Aeon - BG2
~AEON/SETUP-AEON.TP2~ #0 #1 // Talk between Aeon and Xan. This component require installed Xan BG2 NPC by Kulyok.
~SETUP-BANTERPACK.TP2~ #0 #0 // Pocket Plane Banter Pack for BG2: Shadows of Amn
~SETUP-BANTERPACK.TP2~ #0 #2 // Pocket Plane Banter Pack for BG2: Throne of Bhaal
~SETUP-BTL.TP2~ #0 #0 // Beyond the Law - Kova & Kiyone
~SETUP-BTL.TP2~ #0 #1 // Alternate Soundset for Kiyone - Female4
~SETUP-BTL.TP2~ #0 #2 // Better Balanced BTL Items
~SWORDAP/SETUP-SWORDAP.TP2~ #0 #0 // Improved Haer'Dalis' swords (special for Kania): v2
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #0 // Extended NPC-NPC Interaction SoA: 4
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #1 // Extended Minsc/Aerie Interaction ToB: 4
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #2 // Imoen "Retrospection" dialogue for BGII: ToB: 4
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #3 // Wake-Up dialogue for Anomen Romance (By David Gaider with additions from Kulyok): 4
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #5 // Restored Aerie/Jaheira/Anomen interjection in Underdark: 4
~IMOENFRIENDSHIP/IMOENFRIENDSHIP.TP2~ #0 #0 // Imoen Friendship for SoA: 2
~ALCHEMY/SETUP-ALCHEMY.TP2~ #0 #0 // Jan's Alchemy: v6
~JANQUEST/SETUP-JANQUEST.TP2~ #1 #0 // Jan's Extended Quest
~KORGAN/SETUP-KORGAN.TP2~ #1 #0 // Korgan's Redemption
~LAVALYGAR/LAVALYGAR.TP2~ #0 #0 // LaValygar - new talks with Valygar Corthala
~LAVALYGAR/LAVALYGAR.TP2~ #0 #1 // LaValygar - recoloured portrait
~LAVICONIA/SETUP-LAVICONIA.TP2~ #0 #10 // La'Viconia Tweak -> Multi-class (Miloch's option): v3
~MAZZY/SETUP-MAZZY.TP2~ #0 #0 // Mazzy Friendship: 2
~SAREVOKROMANCE/SAREVOKROMANCE.TP2~ #0 #0 // Aeryn's Sarevok Romance for BGII: Throne of Bhaal: 1.1
~SBS.TP2~ #0 #0 // Summon Bhaalspawn
~SBS.TP2~ #0 #4 // Install Salma Hayek Portrait from The Portrait Portal 
~TIAX/SETUP-TIAX.TP2~ #0 #0 // Tiax NPC MOD for Baldur's Gate II, v1
~VICONIA/SETUP-VICONIA.TP2~ #0 #0 // Viconia Friendship: 3
~YOSHIMO/YOSHIMO.TP2~ #0 #0 // Yoshimo Friendship Mod for BGII: SoA: 2
~YOSHIMOROMANCE/YOSHIMOROMANCE.TP2~ #0 #0 // Yoshimo Romance - additional romance for original BG2 non-player character
~YOSHIMOROMANCE/YOSHIMOROMANCE.TP2~ #0 #1 // Yoshimo additional talks for SoA. May be installed without or with romance (OPTIONAL)
~YOSHIMOROMANCE/YOSHIMOROMANCE.TP2~ #0 #3 // Yoshimo Romance - ToB part (OPTIONAL)
~C#SB_SILBER/SETUP-C#SB_SILBER.TP2~ #0 #0 // Adalon's Blood - Modification for BGII by Gandalf the white: 10
~ALCOOL/ALCOOL.TP2~ #1 #0 // A Night out in the Taverns: V0.11
~ALTERNATIVES/SETUP-ALTERNATIVES.TP2~ #0 #0 // Alternatives: v10
~ASSASSINATIONS/SETUP-ASSASSINATIONS.TP2~ #0 #0 // Assassinations mod for Baldur's Gate II, v8
~THOGHMA/SETUP-THOGHMA.TP2~ #2 #0 // A Quest in the service of Oghma: v1.6
~CLIFFHISTORY/SETUP-CLIFFHISTORY.TP2~ #0 #0 // Cliffette's 'History' BWI contest entry: v2
~CLIFFKEY/SETUP-CLIFFKEY.TP2~ #0 #1 // A Mod for the Orderly - Add a Keyring to Faerun! See readme for more details about the choices below. -> Consistency Plus version: v5
~SETUP-NPCFLIRT.TP2~ #0 #0 // Aerie Flirt Pack For SOA
~SETUP-NPCFLIRT.TP2~ #0 #1 // Aerie/Solaufein Romance Conflict For SOA (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #2 // Aerie Flirt Pack For TOB
~SETUP-NPCFLIRT.TP2~ #0 #3 // Aerie/Solaufein Romance Conflict For TOB (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #4 // Jaheira Flirt Pack for SOA
~SETUP-NPCFLIRT.TP2~ #0 #5 // Jaheira/Solaufein Romance Conflict For SOA (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #6 // Jaheira Flirt Pack for TOB
~SETUP-NPCFLIRT.TP2~ #0 #7 // Jaheira/Solaufein Romance Conflict For TOB (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #8 // Viconia Flirt Pack for SOA
~SETUP-NPCFLIRT.TP2~ #0 #9 // Viconia/Solaufein Romance Conflict For SOA (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #10 // Viconia Flirt Pack for TOB
~SETUP-NPCFLIRT.TP2~ #0 #11 // Viconia/Solaufein Romance Conflict For TOB (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #12 // Anomen Flirt Pack for SOA
~SETUP-NPCFLIRT.TP2~ #0 #13 // Anomen/Solaufein Romance Conflict For SOA (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #14 // Anomen Flirt Pack for TOB
~SETUP-NPCFLIRT.TP2~ #0 #15 // Anomen/Solaufein Romance Conflict For TOB (Solaufein V60 or greater recommended)
~1PP.TP2~ #0 #0 // One Pixel Productions: v2 Everything but Potions (1): v2.7
~1PP.TP2~ #0 #1 // One Pixel Productions: v2 New Potion Graphics (2): v2.7
~1PP.TP2~ #0 #2 // One Pixel Productions: v3 Flaming Swords (3): v2.7
~1PP.TP2~ #0 #3 // One Pixel Productions: v3 Flame Short Swords (4): v2.7
~1PP.TP2~ #0 #4 // One Pixel Productions: v3 Flame Short Swords item patches (5): v2.7
~1PP.TP2~ #0 #5 // One Pixel Productions: v3 Flame Short Swords mod item patches (6): v2.7
~1PP.TP2~ #0 #6 // One Pixel Productions: v3 Paperdolls (human, half-orc, elven, halfling, dwarves) (7): v2.7
~1PP.TP2~ #0 #7 // One Pixel Productions: v3 Legacy Shields - Bucklers (D1) ( 8): v2.7
~1PP.TP2~ #0 #8 // One Pixel Productions: v3 Legacy Shields - Small Shields (D2) (9): v2.7
~1PP.TP2~ #0 #9 // One Pixel Productions: v3 Legacy Shields - Medium Shields (D3) (10): v2.7
~1PP.TP2~ #0 #10 // One Pixel Productions: v3 Colourable Quarterstaves core (11): v2.7
~1PP.TP2~ #0 #11 // 1PP: Colourable Quarterstaves core item patches (12): v2.7
~1PP.TP2~ #0 #12 // One Pixel Productions: v3 Colourable Quarterstaves mod patches (13): v2.7
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #0 // 1PP: Avatar fixes * female elves w. leather armour [EFB2]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #1 // 1PP: Avatar fixes * female elves w. chain mail [EFB3]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #2 // 1PP: Avatar fixes * female elven cleric w. plate armour [EFC4]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #3 // 1PP: Avatar fixes * female elven fighter w. plate armour [EFF4]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #4 // 1PP: Avatar fixes * female human unarmoured [HFB1]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #5 // 1PP: Avatar fixes * female human w. leather armour [HFB2]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #6 // 1PP: Avatar fixes * female human w. chain mail [HFB3]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #7 // 1PP: Avatar fixes * female human cleric w. plate mail [HFC4]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #8 // 1PP: Avatar fixes * female human fighter w. plate mail [HFF4]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #9 // 1PP: Avatar fixes * female human unarmoured mage [HFW1]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #10 // 1PP: Avatar fixes * female human mage w. light robe [HFW2]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #11 // 1PP: Avatar fixes * fixed halfling progression [IFB1, IFB2, IFB3]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #12 // 1PP: Avatar fixes * fix frame error on cleric plate [IFC4]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #13 // 1PP: Avatar fixes * dwarves w. chain mail [DMB3]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #14 // 1PP: Avatar fixes * male elves w. chain mail [EMB3]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #15 // 1PP: Avatar fixes * male human w. leather armour [HMB2]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #16 // 1PP: Avatar fixes * male human w. chain mail [HMB3]
~1PP_FEMALE_DWARVES/SETUP-1PP_FEMALE_DWARVES.TP2~ #0 #0 // Separate Avatars for Female Dwarves -> Separate Avatars for Female Dwarves - Baldur's Gate II
~1PP_THIEVES_GALORE/SETUP-1PP_THIEVES_GALORE.TP2~ #0 #1 // 1ppv3: Unique Thief Avatars (patch) -> BGII - Unique Thief Avatars (patch)
~1PP_THIEVES_GALORE/SETUP-1PP_THIEVES_GALORE.TP2~ #0 #2 // 1ppv3: Unique Thief Avatars (content)
~1PP_THIEVES_GALORE/SETUP-1PP_THIEVES_GALORE.TP2~ #0 #3 // 1ppv3: Improved Improved Galactygon's Avatar Switching
~1PP_AWINGS/SETUP-1PP_AWINGS.TP2~ #0 #0 // 1PP: Attachable wings core [beta]
~KITANYA/SETUP-KITANYA.TP2~ #0 #0 // Kitanya Conversation/Romance Mod for BG2
~KITANYA/SETUP-KITANYA.TP2~ #0 #1 // Wizardslayer Bugs Fix
~SETUP-D0QUESTPACK.TP2~ #0 #0 // General AI Improvements: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #4 // Miscellaneous Enhancements: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #5 // Additional Shadow Thieves Content: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #6 // Alternative Harper/Xzar Plot: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #7 // Extended Reynald Sequence: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #8 // Intrigue In The Copper Coronet: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #9 // Rahul Kanakia's Potion Quest: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #10 // Revised Hell Trials: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #12 // Improved Oasis II -> IO2 Dialogue Enhancement Only: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #13 // Saving Sanik In Brynnlaw: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #14 // Burglary Of The Bookkeeper: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #15 // New Fate For The Dryads' Acorns: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #16 // The Tragedy Of Besamen: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #17 // Further Slaver Involvement: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #18 // Sending The Solamnic Knights Home: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #19 // Nazariel The Lich: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #20 // Reward Negotiation: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #21 // Infernal Thievery: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-DUNGEONBEGONE.TP2~ #0 #0 // Dungeon Be Gone V1.6
~DC/SETUP-DC.TP2~ #0 #0 // Dungeon Crawl, v5
~EILISTRAEE/SETUP-EILISTRAEE.TP2~ #0 #0 // Eilistraee's Song
~EILISTRAEE/SETUP-EILISTRAEE.TP2~ #0 #3 // Worldmap addition -> Do not add Eilistraee's Clearing to the Worldmap
~EMAD/SETUP-EMAD.TP2~ #0 #0 // A Z-rated Adventure - an IM4 Non-Entry: v6
~EMAD/SETUP-EMAD.TP2~ #0 #1 // The Promise of a Troll: v6
~EMAD/SETUP-EMAD.TP2~ #0 #2 // A Bhaalspawn's Best Friend: v6
~EMAD/SETUP-EMAD.TP2~ #0 #3 // Under Her Spell: v6
~EMAD/SETUP-EMAD.TP2~ #0 #4 // Forgery: v6
~EMAD/SETUP-EMAD.TP2~ #0 #5 // Character Medley: v6
~FADINGPROMISES/SETUP-FADINGPROMISES.TP2~ #0 #0 // Fading Promises: v6
~G3ANNIVERSARY/SETUP-G3ANNIVERSARY.TP2~ #0 #0 // The Gibberlings Three Anniversary Mod: v7
~GBTHFKP/GBTHFKP.TP2~ #0 #0 // Expanded Thief Stronghold: v2.20
~SETUP-VALHORN.TP2~ #0 #0 // Improved Horns of Valhalla v1.2
~INNERSHADE/SETUP-INNERSHADE.TP2~ #0 #0 // Colours of Infinity: Innershade
~INNERSHADE/SETUP-INNERSHADE.TP2~ #0 #2 // Talks for original Bioware NPCs
~INNERSHADE/SETUP-INNERSHADE.TP2~ #0 #3 // Add Innershade to Worldmap (You *must* pick one of these components, otherwise the mod won't run as it should.) -> Yes
~LUCY/SETUP-LUCY.TP2~ #0 #0 // Lucy the Wyvern: v4
~NPCKIT/NPCKIT.TP2~ #0 #30 // Improved Specialist Mage Descriptions: v3
~NPCKIT/NPCKIT.TP2~ #0 #31 // Replace Berserker Kit with Battlerager for Dwarves: v3
~NPCKIT/NPCKIT.TP2~ #0 #400 // Anomen Gains Helm Kit on Passing Knighthood Test: v3
~NPCKIT/NPCKIT.TP2~ #0 #900 // Add Red Wizard to Edwin's Kit Description: v3
~NPCKIT/NPCKIT.TP2~ #0 #1400 // Give Imoen Adventurer Kit: v3
~NPCKIT/NPCKIT.TP2~ #0 #2100 // Change Korgan's Kit to Battlerager: v3
~NPCKIT/NPCKIT.TP2~ #0 #2200 // Give Mazzy a Proper Truesword of Arvoreen Kit: v3
~NPCKIT/NPCKIT.TP2~ #0 #2300 // Change Minsc's Title to Rashemaar Ranger: v3
~NPCKIT/NPCKIT.TP2~ #0 #2500 // Give Nalia Adventurer Kit: v3
~NPCKIT/NPCKIT.TP2~ #0 #2800 // Give Sarevok a Proper Deathbringer Kit: v3
~SETUP-PLANARSPHEREMOD.TP2~ #0 #0 // PlanarSphereMod v2.6a: v2.6c BWP Fix to v2.6e
~SETUP-PLANARSPHEREMOD.TP2~ #0 #1 // Planar Sphere Store: v2.6c BWP Fix to v2.6e
~SETUP-PLANARSPHEREMOD.TP2~ #0 #2 // Waukeen's Promenade Store: v2.6c BWP Fix to v2.6e
~SETUP-PLANARSPHEREMOD.TP2~ #0 #3 // Planar Sphere Return v2: v2.6c BWP Fix to v2.6e
~QUALLOFIX/SETUP-QUALLOFIX.TP2~ #0 #0 // Let the cadaver crawler live: 1.14
~REZMOD/SETUP-REZMOD.TP2~ #0 #0 // Masamune Sword Mini-Mini-Quest - SoA by ShadowDaemon (WeiDU): 2.5
~REZMOD/SETUP-REZMOD.TP2~ #0 #1 // Masamune Sword Mini-Mini-Quest - ToB by ShadowDaemon (WeiDU): 2.5
~REZMOD/SETUP-REZMOD.TP2~ #0 #2 // Improved Anarg by knightlight (WeiDU): 2.5
~REZMOD/SETUP-REZMOD.TP2~ #0 #3 // Extended Visual Ioun Stones by WoRm: 2.5
~SETUP RGENIE.TP2~ #0 #0 // Ribald's Genie
~RUPERT/SETUP-RUPERT.TP2~ #0 #0 // Rupert the Dye Merchant (for BG2 or TuTu/BGT): v2.1
~SHARDSOFICE/SETUP-SHARDSOFICE.TP2~ #0 #0 // The Price Of Friendship: v5
~SHARDSOFICE/SETUP-SHARDSOFICE.TP2~ #0 #1 // Some of My Best Friends Are Slimes: v5
~SHARDSOFICE/SETUP-SHARDSOFICE.TP2~ #0 #2 // You Could Restore the Summon Cow Spell, But Why?: v5
~SETUP-RENAL.TP2~ #1 #0 // Sir Renal
~SETUP-SPGAUNT.TP2~ #0 #0 // Spellhold Gauntlet
~SETUP-SPGAUNT.TP2~ #0 #3 // Interjections for Spellhold Gauntlet (dialogue by Liam)
~TOTDG/SETUP-TOTDG.TP2~ #0 #0 // Colours of Infinity: Tales of the Deep Gardens
~TOTDG/SETUP-TOTDG.TP2~ #0 #1 // NPC Reactions (Aerie, Viconia, Jaheira, Anomen, Haer'Dalis, Keldorn)
~TOTDG/SETUP-TOTDG.TP2~ #0 #2 // Add Deep Gardens to the Worldmap - suggested component. If this component can't be installed due to incompatibilities, skip it.
~TELEPORT/TELEPORT.TP2~ #1 #0 // Teleport spell for BG2:SoA
~TELEPORT/TELEPORT.TP2~ #1 #1 // Teleport spell for BG2:ToB
~TELEPORT/TELEPORT.TP2~ #1 #2 // Modification of NPCs and strongholds quests.
~TOBR/SETUP-TOBR.TP2~ #0 #0 // Gromnir: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #1 // Melissan: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #2 // Solar: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #3 // Yaga Shura: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #4 // Grove of the Ancients: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #5 // Pocket Plane: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #6 // Fight Five in Any Order: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #7 // Amkethran: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #8 // Fire Temple: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #9 // Oasis: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #10 // Saradush: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #12 // Cleansing the Temple: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #13 // The Witch of the Wealdath: beta 4 BWP Fix
~TOD/SETUP-TOD.TP2~ #0 #0 // Tower Of Deception Mod (Requires Throne Of Bhaal)
~TOD/SETUP-TOD.TP2~ #0 #2 // Encounter with Ustrain
~SETUP-TURNABOUT.TP2~ #0 #0 // Ascension: Turnabout
~SETUP-TURNABOUT.TP2~ #0 #1 // Balthazar Epilogue Portrait, by Cliffette
~SETUP-TURNIPGOLEM.TP2~ #0 #0 // Turnip Golem Encounter: v4
~SETUP-UB.TP2~ #0 #0 // The Kidnapping of Boo by Cliffette: v19
~SETUP-UB.TP2~ #0 #1 // The Suna Seni/Valygar Relationship: v19
~SETUP-UB.TP2~ #0 #2 // Kalah and What He Was Promised: v19
~SETUP-UB.TP2~ #0 #3 // "Cat and Mouse" (Bodhi hunts you in Spellhold) by Ghreyfain: v19
~SETUP-UB.TP2~ #0 #4 // Gorje Hilldark and the Extended Illithium Quest: v19
~SETUP-UB.TP2~ #0 #5 // The Pai'Na/Spider's Bane Quest: v19
~SETUP-UB.TP2~ #0 #6 // Restored Crooked Crane Inn: v19
~SETUP-UB.TP2~ #0 #7 // Restored Encounters: v19
~SETUP-UB.TP2~ #0 #8 // Artemis Entreri in Bodhi's Lair: v19
~SETUP-UB.TP2~ #0 #9 // Corrected "Xzar's Creations": v19
~SETUP-UB.TP2~ #0 #10 // Restored Hell Minions, by SimDing0: v19
~SETUP-UB.TP2~ #0 #12 // Item Restorations: v19
~SETUP-UB.TP2~ #0 #15 // NPC Portrait Restorations: v19
~SETUP-UB.TP2~ #0 #16 // Corrected BAMs and Scripts: v19
~SETUP-UB.TP2~ #0 #17 // Corrected Character Names and Biographies: v19
~SETUP-UB.TP2~ #0 #18 // Restored Minor Dialogs: v19
~SETUP-UB.TP2~ #0 #19 // Restored Bhaalspawn Powers, by David Gaider: v19
~SETUP-UB.TP2~ #0 #20 // Extended ToB Item Descriptions: v19
~SETUP-UB.TP2~ #0 #21 // Throne of Bhaal Minor Restorations: v19
~SETUP-UB.TP2~ #0 #22 // Justifier Kit: v19
~SETUP-UB.TP2~ #0 #23 // Feralan Kit: v19
~SETUP-UB.TP2~ #0 #24 // Sarevok's Remorse: v19
~VARSHOON/SETUP-VARSHOON.TP2~ #0 #0 // Varshoon - an illithid NPC for BG2
~VARSHOON/SETUP-VARSHOON.TP2~ #0 #1 // New paperdoll for illithids (inventory illustration)
~YVETTE/SETUP-YVETTE.TP2~ #0 #0 // Yvette Romance - BG2 Romance Character
~YVETTE/SETUP-YVETTE.TP2~ #0 #1 // Yvette Romance - alternative class (Pure Heartwarder)
~ZALNOYA/SETUP-ZALNOYA.TP2~ #0 #0 // Zalnoya and the Shadow Thieves
~ZALNOYA/SETUP-ZALNOYA.TP2~ #0 #1 // Standard vampire encounters fix
~CROSSMODBG2/SETUP-CROSSMODBG2.TP2~ #0 #0 // Crossmod Banter Pack for Shadows of Amn: v14
~CROSSMODBG2/SETUP-CROSSMODBG2.TP2~ #0 #1 // Crossmod Banter Pack for Throne of Bhaal: v14
~CROSSMODBG2/SETUP-CROSSMODBG2.TP2~ #0 #2 // Crossmod Romance Conflicts: v14
~ARCANEARCHER/SETUP-ARCANEARCHER.TP2~ #0 #0 // Arcane Archer
~ACIDELEM_BETA1.TP2~ #0 #0 // Acid Elementalist Kit
~SETUP-CONDUCTOR.TP2~ #0 #0 // Conductor Kit (Bard)
~CUSTOMKITS/SETUP-CUSTOMKITS.TP2~ #0 #0 // Spellsword Kit -> Nerfed version: v1.4.1
~SETUP-EBG2.TP2~ #0 #0 // Additional merchant with new items: v1.1
~SETUP-EBG2.TP2~ #0 #1 // Interjections: v1.1
~SETUP-EBG2.TP2~ #0 #6 // Dragonsuit & Glory of Balduran (ToB): v1.1
~SETUP-EBG2.TP2~ #0 #7 // New racial enemies: v1.1
~SETUP-EBG2.TP2~ #0 #9 // New kit (Knight): v1.1
~SETUP-EBG2.TP2~ #0 #11 // New kit (Legionnaire): v1.1
~SETUP-EBG2.TP2~ #0 #12 // New kit (Globe-trotter): v1.1
~SETUP-EBG2.TP2~ #0 #13 // New kit (Dragon Slayer): v1.1
~SETUP-EBG2.TP2~ #0 #14 // New kit (Crusader): v1.1
~SETUP-EBG2.TP2~ #0 #15 // New kit (Fright of Liches): v1.1
~SETUP-EBG2.TP2~ #0 #16 // New kit (Silent Killer): v1.1
~SETUP-EBG2.TP2~ #0 #17 // New kit (Priest of Auril): v1.1
~SETUP-ELVEN_PACK.TP2~ #0 #0 // The Elven Racial Package
~SETUP-HARPSCOUT.TP2~ #0 #0 // Harper scout kit for thief
~SETUP-HARPSCOUT.TP2~ #0 #1 // Harper scout kit for bard
~SETUP-HARPSCOUT.TP2~ #0 #2 // Additional Harpers items
~HEARTWARDERKIT/SETUP-HEARTWARDERKIT.TP2~ #0 #0 // Heartwarder Kit
~SETUP-AVENGERKIT.TP2~ #0 #0 // Holy Avenger Paladin Kit -> AvengerKit - TrashMan's Mod: v1.1
~SETUP-AVENGERKIT.TP2~ #0 #1 // Extra Items -> Extra Items: v1.1
~SETUP-AVENGERKIT.TP2~ #0 #3 // Black Dragon help (a mighty paladin will help you fight the black dragon in the elven city + better paladins at Bodhi fight) REQUIRES EXTRA ITEMS -> Black Dragon Help: v1.1
~IK/SETUP-IK.TP2~ #0 #1 // Silver Mirror
~IK/SETUP-IK.TP2~ #0 #2 // White Raven
~IK/SETUP-IK.TP2~ #0 #3 // Aquarius
~IK/SETUP-IK.TP2~ #0 #4 // Stray Dog Kit
~IK/SETUP-IK.TP2~ #0 #5 // Witch's Bastard Kit
~IK/SETUP-IK.TP2~ #0 #6 // Wind Apprentice
~IK/SETUP-IK.TP2~ #0 #7 // Priest of Eight Million Gods
~KITPACK6/SETUP-KITPACK6.TP2~ #0 #1 // Shieldbearer kit
~KITPACK6/SETUP-KITPACK6.TP2~ #0 #2 // Sniper kit
~KITPACK6/SETUP-KITPACK6.TP2~ #0 #3 // Bowman kit
~KITPACK6/SETUP-KITPACK6.TP2~ #0 #4 // Archer kit changes
~KITPACK6/SETUP-KITPACK6.TP2~ #0 #5 // Mystic Marksman kit
~KITPACK6/SETUP-KITPACK6.TP2~ #0 #7 // Spellshafter kit
~KITPACK6/SETUP-KITPACK6.TP2~ #0 #8 // Martyr kit
~MORITURI.TP2~ #0 #0 // Morituri Kit version 3
~SETUP-PPK.TP2~ #1 #0 // Prestige Kit Pack Basic
~SETUP-PPK.TP2~ #1 #1 // Dreadnought
~SETUP-PPK.TP2~ #1 #2 // Blackguard
~SETUP-PPK.TP2~ #1 #3 // Ssaulabi
~SETUP-PPK.TP2~ #1 #5 // Priest of Ohgma
~SETUP-PPK.TP2~ #1 #6 // Champion
~SETUP-PPK.TP2~ #1 #7 // Mystic Fire
~SETUP-PPK.TP2~ #1 #8 // Duelist
~SETUP-PPK.TP2~ #1 #9 // Tempest
~SETUP-PPK.TP2~ #1 #10 // Trickster
~SETUP-PPK.TP2~ #1 #12 // Red Dragon Disciple
~SETUP-PPK.TP2~ #1 #13 // Blue Dragon Disciple
~SETUP-PPK.TP2~ #1 #14 // Green Dragon Disciple
~SETUP-PPK.TP2~ #1 #15 // White Dragon Disciple
~SETUP-PPK.TP2~ #1 #16 // Elementalist
~SETUP-PPK.TP2~ #1 #17 // Shadowdruid
~RETALIATORKIT/SETUP-RETALIATORKIT.TP2~ #0 #0 // Retaliator Kit
~KITRTT.TP2~ #0 #0 // Amazon: v1.3
~KITRTT.TP2~ #0 #1 // Gladiator: v1.3
~KITRTT.TP2~ #0 #2 // Investigator: v1.3
~KITRTT.TP2~ #0 #3 // Halfling Thrower: v1.3
~KITRTT.TP2~ #0 #4 // Samurai: v1.3
~KITRTT.TP2~ #0 #5 // Giant Slayer: v1.3
~KITRTT.TP2~ #0 #6 // Anti-paladin: v1.3
~KITRTT.TP2~ #0 #7 // Dark Knight: v1.3
~KITRTT.TP2~ #0 #8 // Elf Paladin: v1.3
~KITRTT.TP2~ #0 #9 // Messiah: v1.3
~KITRTT.TP2~ #0 #10 // Arcane: v1.3
~KITRTT.TP2~ #0 #11 // Elementalist: v1.3
~KITRTT.TP2~ #0 #12 // Time Keeper: v1.3
~KITRTT.TP2~ #0 #13 // Dark Ranger: v1.3
~KITRTT.TP2~ #0 #14 // Enticer: v1.3
~KITRTT.TP2~ #0 #15 // Priest of Cyric: v1.3
~KITRTT.TP2~ #0 #16 // Priest of Mask: v1.3
~KITRTT.TP2~ #0 #17 // Priest of Mystra: v1.3
~KITRTT.TP2~ #0 #18 // Priest of Tempus: v1.3
~KITRTT.TP2~ #0 #19 // Dark Druid: v1.3
~KITRTT.TP2~ #0 #20 // Warden of the Water: v1.3
~KITRTT.TP2~ #0 #21 // Warden of the Fire: v1.3
~KITRTT.TP2~ #0 #22 // Warden of the Wind: v1.3
~KITRTT.TP2~ #0 #23 // Treasure Hunter: v1.3
~KITRTT.TP2~ #0 #24 // Scoundrel: v1.3
~KITRTT.TP2~ #0 #25 // Gentleman: v1.3
~KITRTT.TP2~ #0 #26 // Ninja: v1.3
~KITRTT.TP2~ #0 #27 // Golem Trainer: v1.3
~KITRTT.TP2~ #0 #28 // Juggler: v1.3
~KITRTT.TP2~ #0 #29 // Minstrel: v1.3
~KITRTT.TP2~ #0 #30 // Items and Spells (you can't skip this component): v1.3
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #0 // Changes to trueclass bards and thieves, and unmodded game kits (required for other components): v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #1 // Add new bardic store and thief items: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #2 // Install Acrobat bard kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #3 // Install Chorister bard kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #4 // Install Dirgesinger bard kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #5 // Install Gypsy bard kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #6 // Install Adventurer thief kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #7 // Install Burglar thief kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #8 // Install Soulknife thief kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #9 // Install Sharpshooter thief kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #10 // Install Shadowdancer thief kit: v5
~SWORD_AND_FIST/SETUP-SWORD_AND_FIST.TP2~ #0 #1 // Monk Remix: v7
~SWORD_AND_FIST/SETUP-SWORD_AND_FIST.TP2~ #0 #30 // Install Hexblade fighter kit: v7
~SWORD_AND_FIST/SETUP-SWORD_AND_FIST.TP2~ #0 #31 // Install Duelist fighter kit: v7
~SWORD_AND_FIST/SETUP-SWORD_AND_FIST.TP2~ #0 #32 // Install Fist of Order fighter kit: v7
~SWORD_AND_FIST/SETUP-SWORD_AND_FIST.TP2~ #0 #33 // Install Blackguard fighter kit: v7
~SWORD_AND_FIST/SETUP-SWORD_AND_FIST.TP2~ #0 #34 // Install Duskblade fighter kit (by ronin69hof, ronin69hof@gmail.com: v7
~WARSLINGSNIPERKIT/SETUP-WARSLINGSNIPERKIT.TP2~ #0 #0 // Warsling Sniper Kit
~CELESTIALS/SETUP-CELESTIALS.TP2~ #0 #0 // PnP Celestials: v5
~SETUP-SPSTUFF.TP2~ #0 #1 // Blade Master Kit, by Drizzt1180: v8
~SETUP-SPSTUFF.TP2~ #0 #2 // Death Knight Kit, by Drizzt1180: v8
~SETUP-SPSTUFF.TP2~ #0 #3 // Wushi Ninja Kit, by Drizzt1180: v8
~SETUP-SPSTUFF.TP2~ #0 #4 // Creslyn's BG2 Item Pack: v8
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #0 // Spell Revisions: v3.1
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #10 // Deva and Planetar Animations: v3.1
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #50 // Remove Disabled Spells from Spell Selection Screens: v3.1
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #60 // Update Spellbooks of Joinable NPCs: v3.1
~SETUP-OVERSIGHT.TP2~ #0 #1 // Alignment Correction: 13
~SETUP-OVERSIGHT.TP2~ #0 #2 // Class Tweaks/Fixes: 13
~SETUP-OVERSIGHT.TP2~ #0 #4 // Improved Continuity: 13
~SETUP-OVERSIGHT.TP2~ #0 #6 // Monk High Level Abilities: 13
~SETUP-OVERSIGHT.TP2~ #0 #7 // Holy Liberator: 13
~SETUP-D0TWEAK.TP2~ #0 #1 // Corrected Summoned Demon Behaviour
~SETUP-D0TWEAK.TP2~ #0 #2 // Corrected Demon Animations
~SETUP-D0TWEAK.TP2~ #0 #5 // Additional Racial Enemies
~SETUP-D0TWEAK.TP2~ #0 #6 // Summonning Cap Removal
~RR/SETUP-RR.TP2~ #0 #0 // Proper dual-wielding implementation for Thieves and Bards: v4.47
~RR/SETUP-RR.TP2~ #0 #1 // Thief kit revisions: v4.47
~RR/SETUP-RR.TP2~ #0 #3 // Proper racial adjustments for thieving skills: v4.47
~RR/SETUP-RR.TP2~ #0 #4 // Bard kit revisions: v4.47
~RR/SETUP-RR.TP2~ #0 #6 // Proper spell progression for Bards: v4.47
~RR/SETUP-RR.TP2~ #0 #7 // Additional equipment for Thieves and Bards: v4.47
~RR/SETUP-RR.TP2~ #0 #8 // Upgradeable Equipment: v4.47
~RR/SETUP-RR.TP2~ #0 #9 // Revised Thievery -> Use PnP thievery potions and prevent their effects from stacking: v4.47
~RR/SETUP-RR.TP2~ #0 #11 // Chosen of Cyric encounter: v4.47
~RR/SETUP-RR.TP2~ #0 #12 // Shadow Thief Improvements: v4.47
~WSR/SETUP-WSR.TP2~ #0 #100 // Wizard Slayer kit revision: v1.04
~WSR/SETUP-WSR.TP2~ #0 #302 // Revised Wizard Slayer item restrictions -> Moderate changes: v1.04
~SETUP-REFINEMENTS.TP2~ #0 #10 // Revised High Level Abilities: Refinements v 3.31
~SETUP-REFINEMENTS.TP2~ #0 #30 // Shapeshifting fix -> Heal on shifting back to human (Default): Refinements v 3.31
~SETUP-REFINEMENTS.TP2~ #0 #40 // Universal lesser mage robes: Refinements v 3.31
~WSR/SETUP-WSR.TP2~ #0 #200 // Wizard Slayer High Level Ability revision: v1.04
~RR/SETUP-RR.TP2~ #0 #2 // Thief High Level Ability revisions: v4.47
~RR/SETUP-RR.TP2~ #0 #5 // Bard High Level Ability revisions: v4.47
~SETUP-BARDSONG_BG2_IWD.TP2~ #0 #1 // Bard Song Switching Patch compatible with Rogue ReBalancing Pack
~WILDMAGE/SETUP-WILDMAGE.TP2~ #0 #0 // Wild Mage Additions: New Wild Magic Spells
~WILDMAGE/SETUP-WILDMAGE.TP2~ #0 #4 // Stationary BG1-Rhialto (haughty pansy mode)
~SCSII/SETUP-SCSII.TP2~ #0 #1000 // Initialise mod (all other components require this): v20
~SCSII/SETUP-SCSII.TP2~ #0 #2010 // More consistent Breach spell (always affects liches and rakshasas; doesn't penetrate Spell Turning): v20
~SCSII/SETUP-SCSII.TP2~ #0 #2019 // Antimagic attacks penetrate improved invisibility -> Antimagic spells remain single-target, but affect the target creature whether or not it is invisible (default option): v20
~SCSII/SETUP-SCSII.TP2~ #0 #2050 // Make individual versions of Spell Immunity available, so that players can use them in Contingencies etc.: v20
~SCSII/SETUP-SCSII.TP2~ #0 #2120 // Slightly weaken insect plague spells, and let fire shields block them: v20
~SCSII/SETUP-SCSII.TP2~ #0 #2160 // Add an extra copy of some hard-to-find spell scrolls: v20
~SCSII/SETUP-SCSII.TP2~ #0 #2170 // True Sight/True Seeing spells protect from magical blindness: v20
~SCSII/SETUP-SCSII.TP2~ #0 #3070 // Make the healing and resurrection powers of the Rod of Resurrection into separate abilities: v20
~SCSII/SETUP-SCSII.TP2~ #0 #3080 // Change Carsomyr so that its Dispel on contact power grants a saving throw: v20
~SCSII/SETUP-SCSII.TP2~ #0 #3510 // Remove unrealistically helpful items from certain areas: v20
~SCSII/SETUP-SCSII.TP2~ #0 #3530 // Faster Bears: v20
~SCSII/SETUP-SCSII.TP2~ #0 #3540 // Grant large, flying, non-solid or similar creatures protection from Web and Entangle: v20
~SCSII/SETUP-SCSII.TP2~ #0 #3980 // Allow the Cowled Wizards to detect spellcasting in most indoor, above-ground areas in Athkatla: v20
~SCSII/SETUP-SCSII.TP2~ #0 #4010 // Make Freedom scrolls available earlier: v20
~SCSII/SETUP-SCSII.TP2~ #0 #4030 // Retrieve Dropped Items from Hell: v20
~SCSII/SETUP-SCSII.TP2~ #0 #4050 // Make party members less likely to die irreversibly: v20
~SCSII/SETUP-SCSII.TP2~ #0 #4055 // Randomise the maze in Watcher's Keep: v20
~SCSII/SETUP-SCSII.TP2~ #0 #4090 // Decrease the rate at which reputation improves -> Reputation increases at about 2/3 the normal rate: v20
~SCSII/SETUP-SCSII.TP2~ #0 #4100 // Treat mages' and priests' High-Level Abilities as innate abilities rather than memorisable spells (each may be taken only once): v20
~SCSII/SETUP-SCSII.TP2~ #0 #5000 // Ease-of-use party AI: v20
~SCSII/SETUP-SCSII.TP2~ #0 #5010 // Remove animation from the Cloak of Mirroring (leave it for other spells and effects that use the same graphic): v20
~SCSII/SETUP-SCSII.TP2~ #0 #5020 // Move Boo into Minsc's pack: v20
~SCSII/SETUP-SCSII.TP2~ #0 #5030 // Remove the blur graphic effect from the Displacer Cloak: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6000 // Smarter general AI: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6010 // Better calls for help: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6015 // More sensible choices of weapon proficiencies and kits for fighters (also fixes some errors in fighter stats): v20
~SCSII/SETUP-SCSII.TP2~ #0 #6022 // Potions for NPCs -> Half the potions dropped by slain enemies break and are lost: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6030 // Improved Spiders: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6061 // Smarter genies -> Genies cast spells like normal wizards: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6081 // Smarter celestials -> Celestials cast spells like normal wizards: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6101 // Smarter dragons -> Dragons cast spells like normal wizards: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6108 // Enemy mages (and Elder Orbs) use Simulacrum and Project Image spells (this component will have no effect unless you install Smarter Mages or Smarter Beholders): v20
~SCSII/SETUP-SCSII.TP2~ #0 #6111 // Smarter beholders -> Don't give beholder rays any chance of burning through spell protections; beholder antimagic blocks all spells, including harmful ones, for a round (simulates D&D rules): v20
~SCSII/SETUP-SCSII.TP2~ #0 #6120 // Smarter mind flayers -> Illithids have only original-game resistances; Illithids cannot see invisible enemies (matches original game): v20
~SCSII/SETUP-SCSII.TP2~ #0 #6135 // Smarter githyanki: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6136 // Add high-level abilities (HLAs) to ToB mages -> Only selected ToB mages get HLAs: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6152 // Smarter Mages -> Mages never cast short-duration spells instantly at start of combat: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6160 // Add high-level abilities (HLAs) to ToB priests -> Only selected ToB priests get HLAs: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6170 // Add high-level abilities (HLAs) to SoA priests -> Only selected SoA priests get HLAs: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6182 // Smarter Priests -> Priests never cast short-duration spells instantly at start of combat: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6210 // Smarter Illasera: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6230 // Smarter Abazigal: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6240 // Smarter Gromnir: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6250 // Smarter Melissan: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6270 // Give Ascension versions of Irenicus and Sendai SCSII scripts and abilities: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6900 // Make the starting dungeon slightly harder: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7000 // Improved Shade Lord: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7040 // Improved Random Encounters: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7050 // Improved d'Arnise Keep ("Tactics Remix") -> Spirit trolls have the same powers as in the original game: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7060 // Slightly improved Faldorn: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7078 // Improved battle with Irenicus in Spellhold: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7100 // Prevent resting in the Illithid city: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7111 // Slightly Improved Drow -> Leave Ust Natha's defences alone: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7160 // Improved Minor Encounters: v20
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #100 // Restore innate infravision to Half-Orc characters: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #101 // Prevent skeletal undead from being affected by Illithids' Devour Brain attack: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #104 // PnP Color Spray: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #105 // PnP Dimension Door: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #110 // Magical arrows and bolts deal bonus damage equal to their enchantment level: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #115 // Allow Mages to scribe memorized spells onto scrolls -> Scrolls can be scribed everywhere: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #120 // Restore innate disease immunity to Paladins: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #125 // Rangers' Animal Empathy improves with experience: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #130 // Additional racial traits for Dwarves: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #140 // Additional racial traits for Gnomes: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #152 // PnP Fiends -> Mod-added fiends are also affected: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #155 // Further Revised Fiend Summoning: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #156 // Fiendish gating: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #180 // PnP Mephits: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #185 // PnP Fey creatures: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #186 // Revised Call Woodland Beings spell: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #200 // Allow Breach to take down Stoneskin effects applied by items: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #201 // Instant casting for warrior innates: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #202 // Revised Bhaalpowers -> Enhance the Bhaalpowers and standardize their casting time: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #218 // Regain Bhaalpowers in ToB: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #203 // Make druidic shapeshifting uninterruptable: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #210 // Restore the Dispel Magic vulnerability to Nishruu and Hakeashars: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #213 // Expanded saving throw bonus tables for Dwarves, Gnomes and Halflings: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #216 // Bard songs break invisibility -> Only the Jester song breaks invisibility: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #220 // Simple Thief script: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #230 // Simple Bard script: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #323 // Use Icewind Dale's Dimension Door animation -> Use IWD animation for spells, retain BG2 animation for other visuals: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #301 // Change the appearance of Valygar's armor: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #310 // Distinctive creature coloring: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #315 // Distinctive creature soundsets: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #500 // Slightly expanded storage capacity for containers -> Use the recommended storage capacity value (999): v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #510 // Expanded temple services: v3.72
~GMINION/SETUP-GMINION.TP2~ #0 #0 // gMinion: v2
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #40 // Change Viconia's Skin Color to Dark Blue: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #60 // Weapon Animation Tweaks: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #80 // Restore SoA Load Screen Logo (ToB Only): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #110 // Icon Improvements: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #130 // Force All Dialogue to Pause Game: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1010 // More Interjections: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1020 // Alter HP Triggers for NPC Wounded Dialogues: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1040 // Improved Athkatlan City Guard: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1070 // Improved Multi-Player Kick-out Dialogues: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1080 // Add Bags of Holding: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1120 // Stores Sell Higher Stacks of Items: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1161 // Multiple Strongholds (Baldurdash) -> Keep Class Restrictions: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1170 // Bonus Merchants (Baldurdash): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1180 // Female Edwina: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1220 // Allow Cromwell to Upgrade Watcher's Keep Items: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2020 // Two-Handed Bastard Swords: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2030 // Two-Handed Katanas: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2040 // Universal Clubs: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2060 // Weapon Styles for All: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2090 // Change Experience Point Cap -> Remove Experience Cap: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2151 // Wear Multiple Protection Items -> No Restrictions: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2170 // Cast Spells from Scrolls (and Other Items) at Character Level: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2192 // Limit Ability of Storekeepers to Identify Items -> Hybrid of Both Methods: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2200 // Multi-Class Grandmastery (Weimer): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2210 // True Grandmastery (Baldurdash): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2240 // Un-Nerfed THAC0 Table: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2250 // Un-Nerfed Sorcerer Spell Progression Table: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2261 // Alter Mage Spell Progression Table -> PnP Table: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2281 // Alter Cleric Spell Progression Table -> PnP Table: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2294 // Alter Druid Spell and Level Progression Tables -> Use Cleric Level Progression Changes With PnP Druid/Cleric Spell Table: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2300 // Triple-Class HLA Tables: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2320 // Trap Cap Removal (Ardanis/GeN1e): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2330 // Remove Delay for Magical Traps (Ardanis/GeN1e): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2340 // Remove Summoning Cap for Celestials (Ardanis/GeN1e): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3001 // Higher HP on Level Up -> NWN Style: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3040 // Make Bags of Holding Bottomless: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3050 // Remove fatigue from restoration spells: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3060 // Remove "You Must Gather Your Party..." Sound (Weimer): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3070 // Change Effect of Reputation on Store Prices -> Low Reputation Store Discount (Sabre): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3080 // Unlimited Ammo Stacking: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3090 // Unlimited Gem and Jewelry Stacking: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3100 // Unlimited Potion Stacking: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3110 // Unlimited Scroll Stacking: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3125 // Neutral Characters Make Happy Comments at  Mid-Range Reputation: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3160 // Keep Drizzt's Loot, Disable Malchor Harpell: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3200 // Sellable Items (Icelus): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4010 // Improved Fate Spirit Summoning: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4020 // ToB-Style NPCs: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4050 // Change Jaheira to Neutral Good: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4100 // Change Korgan to Neutral Evil: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #50 // Avatar Morphing Script: v9
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #0 // Infinity Animations: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #25 // Humanoid Animation Fixes: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #50 // Distinctive Genies: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #100 // Distinctive Fiends: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #175 // Pit Fiends -> Some get the NWN animation: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #230 // Cambion/Isair Animation -> Some cambions: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #280 // Alu-Fiend/Madae Animation -> Some alu-fiends: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #400 // Distinctive Undead: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #490 // Svirfneblin Animations -> Animations and sounds: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #500 // More Base Animations: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #550 // More Icewind Dale Animations: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #600 // More Icewind Dale II Animations: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #650 // More Neverwinter Nights Animations: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #7010 // Moinesse's Avatars for IA -> 50% of relevant non-joinables: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #8010 // BG1 Animations for NPCs -> 50% of relevant creatures: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #9000 // Fix Areas -> Creature References: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #9910 // Saved Game Animation Fixer -> Correct all animations IA has changed: v5
~W_PACKMULE/SETUP-W_PACKMULE.TP2~ #1 #0 // Pack Mule -> Standard saddlebags
~SETUP-BG2-BIGGER-FONTS.TP2~ #0 #0 // Install Bigger fonts for Baldur's Gate 2: v0.1
~GENERALIZED_BIFFING/GENERALIZED_BIFFING.TP2~ #0 #0 // Generalized Biffing: v2.1
~WIDESCREEN/WIDESCREEN.TP2~ #0 #0 // Widescreen Mod -> for the original Infinity Engine (CHOOSE THIS!): Widescreen Mod v3.02
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #0 // Nythrun's Level 1 NPCs: List party-joinable NPCs (required to install any NPC components): v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #1207 // Jaheira: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #2000 // Angelo Dosan: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #2050 // Auren Aseph: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #2320 // Fade: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #2500 // Haldamir: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #2970 // Sarah: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #3000 // Solaufein: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #3150 // Tashia: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #3185 // Tyris Flare: v1.9
~NOGAMEOVER/SETUP-NOGAMEOVER.TP2~ #0 #100 // Game Over Only On Party Death: 1.3
~SETUP-SLANDOR.TP2~ #1 #0 // The Minotaur and Lilacor
~CREFIXER/SETUP-CREFIXER.TP2~ #0 #0 // Creature Slot Fixer: v2

Erinyes causing an Assertion error.

11 April 2012 - 08:53 PM

Howdy. I'm getting a crash to desktop with the following error in Baldur's Gate 2 whenever an Erinyes creature is to be drawn on the screen:

http://i.imgur.com/geKFd.jpg

I've tracked the source of the problem down to the Erinyes, as the assertion error and crash to desktop only occurs in two encounters: the room in the Maze level of Watcher's Keep that contains the Baatezu demon Ka'rashur and his entourage, amongst which is an Erinyes;  and in Yaga Shura's lair, where an Erinyes is part of the group that teleports in when the container in the centre-right room behind the energy barrier(marked "T4" on this map) is opened.

The Erinyes is common to both these encounters, and all the other creatures that spawn in either group are ones I've already seen separately without issue.

I've tried using Miloch's Creature Slot fixer v.2 to see if it remedies the problem, as I figured maybe the Erinyes is trying to be armed with something the game's not finding an animation for, but to no avail. It gave me the following post-execution log:

Creature    Item    Slot    Issue
bedo        0x12    Weapon slot item does not exist
clfteg    N/A    0x12    Invalid weapon slot assignment
clftrl    N/A    0x12    Invalid weapon slot assignment
e_jlissa    N/A    0x12    Invalid weapon slot assignment
fhfrun    arow01    0x14    Item of wrong type 5 in weapon slot
li#bpoi    N/A    0x12    Invalid weapon slot assignment
li#bpoi    N/A    0x14    Invalid weapon slot assignment
li#divi    N/A    0x12    Invalid weapon slot assignment
li#divi    N/A    0x14    Invalid weapon slot assignment
li#stri    N/A    0x12    Invalid weapon slot assignment
li#stri    N/A    0x14    Invalid weapon slot assignment
maevar    xomasa.i    0x12    Weapon slot item does not exist
maevar    leat08    0x16    Item of wrong type 2 in weapon slot
pugar        0x12    Weapon slot item does not exist
r!kitvmp    kitvswr1    0x12    Weapon slot item does not exist
sillara    minhp1    0x12    Item of wrong type 1 in weapon slot
sk#fform    s#fform    0x12    Weapon slot item does not exist
tb#hated    N/A    0x12    Invalid weapon slot assignment
tb#hated    N/A    0x14    Invalid weapon slot assignment
tsjettin    potn55    0x12    Item of wrong type 9 in weapon slot
tyrell        0x12    Weapon slot item does not exist
vanya        0x12    Weapon slot item does not exist
wgcleric    potn52    0x12    Item of wrong type 9 in weapon slot
wgwitch    N/A    0x12    Invalid weapon slot assignment
wwrati    N/A    0x12    Invalid weapon slot assignment
w_pwrang    haiw1    0x12    Weapon slot item does not exist

I'm posting asking for assistance here as this mod's "Distinctive Fiends" component makes changes to the Erinyes, according to the readme, assigning a black-winged elf avatar. I'm seeing all the other modified fiends that are part of this component and included in the listed requisite packages "IA_Fiends_Genies.rar", "IA_IWD.rar", "IA_PST_Abishai.rar" and "IA_NWN_01_Modron.rar", such as the NWN succubus and Gelugons using the ice salamander animation, so not sure what the problem could be. However, examining the contents listed for each of these packages, none of them mentions the Erinyes, so I'm not sure where it's supposed to be getting its replacement black-winged elf animation from.

IA_Fiends_Genies.rar has NABASSU, DEMON_BLUE, MARILITH_DARK, MAUREZHI, MYRLOCHAR, DAO, DAO_LEGS, EFREETI, EFREETI_LEGS, JANNI, JANNI_LEGS, MARID, MARID_LEGS, YOCHLOL, GHOUL_QUEEN, ANNIS NIGHT_HAG, GREEN_HAG and SEA_HAG.

IA_IWD.rar has Elemental Earth/Water/Fire, Sahuagin small/large, Animated Plate 1/2/3, Arundel, Barbarian Shaman 1/2/3, Barbarian Warrior 1/2/3, Barbarian Icasaracht, Belhifet Priest, Creeping Doom, Drowned Dead, Fire Giant IWD, Iron Golem IWD, Remorhaz, Seer, Tundra Yeti, Umber Hulk Vodyanoi, Verbeeg, Barrow Wight.

IA_PST_Abishai.rar has Red Abishai, Blue Abishai, Green Abishai, Black Abishai.

IA_NWN_01_Modron.rar has alternate Modron and Amel, Vedred, Bebilith, Basilisk, Hamatula, Osyluth, Pit Fiend, Scarecrow.

I'm guessing it's the following chunk of the "setup-infinityanimations.tp2" file that handles the Erinyes, but couldn't guess as to what it's doing:

ACTION_FOR_EACH nb IN ~deriny01~ ~gorbat2~ ~gorwom02~ ~jumjum~ ~psbaat03~ BEGIN
  ACTION_IF FILE_EXISTS_IN_GAME ~%nb%.cre~ BEGIN //Erinyes
    COPY_EXISTING ~%nb%.cre~ ~override~
      PATCH_INCLUDE ~infinityanimations/lib/fj_cre_validity.tpp~
      PATCH_IF vl BEGIN
        PATCH_INCLUDE ~infinityanimations/lib/fj_cre_reindex.tpp~
        WRITE_SHORT 0x28 0x6111 //Animation (fighter_female_elf)
        WRITE_BYTE 0x2f 113 //Skin color (fog)
        WRITE_BYTE 0x32 0 //Hair color (red-tinted black)
        REPLACE_CRE_ITEM ~wings01~ #0 #0 #0 ~UNDROPPABLE~ ~HELMET~
        WRITE_BYTE 0x237 2 //Sex (female)
        WRITE_BYTE 0x275 2 //Gender (female)
        WRITE_BYTE 0x272 121 //Race (fiend)
        READ_BYTE 0x273 cs //Class
        PATCH_IF cs > 20 BEGIN
          WRITE_BYTE 0x273 179 //devil
        END
        WRITE_BYTE 0x27b 19 //Alignment (lawful evil by definition)
        PATCH_IF SLONG_AT INITIAL_MEETING < 1 BEGIN
          SAY INITIAL_MEETING @516 //Well hello there. [T-ERI02A]
        END
        PATCH_IF SLONG_AT MORALE < 1 BEGIN
          SAY MORALE @517 //Farewell for now. [T-ERI06]
        END
        PATCH_IF SLONG_AT UNHAPPY_BREAKING_POINT < 1 BEGIN
          SAY UNHAPPY_BREAKING_POINT @517 //Farewell for now. [T-ERI06]
        END
        PATCH_IF SLONG_AT BATTLE_CRY1 < 1 BEGIN
          SAY BATTLE_CRY1 @518 //On your knees! [T-ERI01A]
          SAY BATTLE_CRY2 @519 //You are mine! [T-ERI01B]
          SAY BATTLE_CRY3 @520 //Rrrauugh! [T-ERI01C]
          SAY BATTLE_CRY4 @521 //You tempt pain that you have never dreamed of. [T-ERI01D]
          SAY BATTLE_CRY5 @522 //Rend their flesh! They will not need it. [T-ERI01E]
        END
        PATCH_IF SLONG_AT ATTACK1 < 1 BEGIN
          SAY ATTACK1 ~~ [T-ERI03]
        END
        PATCH_IF SLONG_AT DAMAGE < 1 BEGIN
          SAY DAMAGE ~~ [T-ERI07]
        END
        PATCH_IF SLONG_AT DYING < 1 BEGIN
          SAY DYING ~~ [T-ERI09]
        END
        PATCH_IF SLONG_AT HURT < 1 BEGIN
          SAY HURT ~You want to heal me. You must.~ [T-ERI10]
        END
        PATCH_IF SLONG_AT SELECT_COMMON1 < 1 BEGIN
          SAY SELECT_COMMON1 @516 //Well hello there. [T-ERI02A]
          SAY SELECT_COMMON2 @524 //I need to speak with you. Come here. [T-ERI02B]
          SAY SELECT_COMMON3 @525 //Come to my side. Help me here. [T-ERI02C]
          SAY SELECT_COMMON4 @526 //Oh, yes. [T-ERI02D]
          SAY SELECT_COMMON5 @527 //Ha! Ha-ha-ha... [T-ERI02E]
        END
        PATCH_IF SLONG_AT CRITICAL_HIT < 1 BEGIN
          SAY CRITICAL_HIT @528 //Oh, that is very nice. [T-ERI05]
        END
        PATCH_IF SLONG_AT CRITICAL_MISS < 1 BEGIN
          SAY CRITICAL_MISS @529 //No. No. [T-ERI08]
        END
        PATCH_IF SLONG_AT SPELL_DISRUPTED < 1 BEGIN
          SAY SPELL_DISRUPTED ~~ [T-ERI04]
        END
      END
    BUT_ONLY
  END
END

There's a "wings" subfolder within the "infinityanimations" folder of my Baldur's Gate 2 install that contains 18 .bam files, so I don't think anything essential to Infinity Animation's installation was missing.

Anyone able to help?

In the interests of full disclosure, here's my weidu log (prepare to scroooooll):

// Log of Currently Installed WeiDU Mods
// The top of the file is the 'oldest' mod
// ~TP2_File~ #language_number #component_number // [Subcomponent Name -> ] Component Name [ : Version]
~SETUP-ASCENSION.TP2~ #0 #0 // Ascension v1.41 (requires ToB)
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #0 // BG2 Fixpack - Core Fixes: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #1000 // BG2 Fixpack - Game Text Update -> GTU Light (by Wisp): v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #3 // BETA Core Fixes (please check the readme!): v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #100 // Party Gets XP for Sending Keldorn to Reconcile With Maria: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #101 // Improved Spell Animations: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #102 // Cromwell's Forging Actually Takes a Day: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #103 // Mixed-Use Dagger Fixes: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #104 // Ghreyfain's Holy Symbol Fixes: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #106 // Giants Receive Penalties When Attacking Halflings,   Dwarves, and Gnomes: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #107 // Remove Dual-Classing Restriction from Archers   and Stalkers: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #108 // Remove Second Attribute Bonus for Evil Path in  Wrath Hell Trial: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #109 // Corrected Summoned Demon Behavior: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #110 // Additional Script Fixes: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #112 // Wizard Slayers Cause Miscast Magic on Ranged Attacks: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #113 // Additional Alignment Fixes: v9.01
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #114 // Change Free Action to Protect Against Stun: v9.01
~TOBEX/TOBEX.TP2~ #0 #100 // TobEx - Core: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #102 // Awaken On Damage: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #103 // Blindness As Spell Description: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #105 // No Spell Interruption On Zero Damage: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #106 // Use Caster Level On Mirror Image [C]: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #107 // Allow All Races to Dual Class: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #108 // Allow Equipping Armor in Combat: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #109 // Disable Experience Boost: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #110 // Disable Force Inventory Pause: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #111 // Disable Silence On Charm: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #113 // Remain Hidden On Pickpocket Success [C]: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #114 // Rest Spawns Advance Time: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #116 // Enable Animation Attack Sounds: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #117 // Universal Four Inventory Weapon Slots: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #119 // Remove all race-class restrictions: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #120 // Drop Inventory on Disintegrate: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #121 // Drop Inventory on Frozen Death: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #122 // Drop Inventory on Stone Death: Beta 0023
~TOBEX/TOBEX.TP2~ #0 #123 // Enable Auto-Pause On All Screens: Beta 0023
~SETUP-UNDERREP.TP2~ #0 #0 // Underrepresented Items From Icewind Dale 2
~SETUP-ITEMUPGRADE.TP2~ #0 #10 // Shadows Of Amn Item Upgrades -> Revised consistency plus version: v38
~SETUP-ITEMUPGRADE.TP2~ #0 #11 // Throne Of Bhaal Item Upgrades -> Revised consistency plus version: v38
~SETUP-ITEM_PACK.TP2~ #0 #0 // Item Pack: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #2 // Tweaked Items: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #3 // Convenient Free Action Items: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #4 // More Distinguishable Items: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #5 // Familiar Faces: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #6 // More Work for Cromwell: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #7 // Pocket Store: v1.7
~SETUP-KWOLF.TP2~ #0 #0 // KWolf - new NPC (WeiDU): v1.1
~MUSICA.TP2~ #1 #0 // The Music of the Realms: v2.0
~NANSTEIN/NANSTEIN.TP2~ #2 #0 // Nanstein, Chief Mage Engineer of Mountain Sansimportance: V1.3
~RECARGA.TP2~ #1 #0 // Recarga: v2.2
~SETUP-RITEMPACK.TP2~ #0 #0 // Enhanced Girdle of Fortitude
~SETUP-RITEMPACK.TP2~ #0 #1 // Patrick's Chainmail
~SETUP-RITEMPACK.TP2~ #0 #4 // Fixed Dragon Plate Armor
~SETUP-RITEMPACK.TP2~ #0 #5 // Ring of Power
~SETUP-RITEMPACK.TP2~ #0 #6 // Improved Anomen's Ring
~SETUP-RITEMPACK.TP2~ #0 #8 // BG1 Ring of Wizardry
~SETUP-ROLLES.TP2~ #1 #0 // Rolles Safyer
~RUAD/SETUP-RUAD.TP2~ #0 #0 // Ruad Ro'fhessa (SoA): v26
~RUAD/SETUP-RUAD.TP2~ #0 #1 // Ruad Ro'fhessa (ToB): v26
~SETUP-SOLAUFEIN.TP2~ #0 #0 // Solaufein Romance for Baldur's Gate II (SoA & ToB)
~RPGSOLAFLIRTPACK/SETUP-RPGSOLAFLIRTPACK.TP2~ #0 #0 // The RPG Solaufein Flirt Pack for BG2 (Rated NC17): v1.1
~KELSEY.TP2~ #0 #0 // Kelsey v2.1: for BG2 - SoA
~KELSEY.TP2~ #0 #1 // Kelsey/Solaufein Content: Banter and Romance Conflict OPTIONAL, RECOMMENDED ONLY for use with Solaufein V60 AND ABOVE
~KELSEY.TP2~ #0 #2 // Install Alternate Kelsey portrait set #1 by Karse Soze (regular Kelsey)?
~SETUP-KELSEYTOB.TP2~ #0 #0 // Kelsey: ToB - Version 2
~SETUP-KELSEYTOB.TP2~ #0 #1 // Kelsey/Solaufein Romance Conflict (OPTIONAL, RECOMMENDED ONLY for use with Solaufein V60 AND ABOVE)
~SETUP-KELSEYTOB.TP2~ #0 #2 // Ascension-specific dialogue (Requires WeiDU Ascension, v1.4.12 or greater recommended)
~SETUP-KELSEYTOB.TP2~ #0 #4 // Alternate Kelsey portrait set #1 by Karse Soze (regular Kelsey) (set 2 of 3)?
~SETUP-KETO.TP2~ #0 #0 // Keto-SOA NPC V2
~SETUP-KETO.TP2~ #0 #1 // Keto/Kelsey Interaction (Requires Kelsey-SOA)
~DEARNISE/SETUP-DEARNISE.TP2~ #0 #0 // de'Arnise Romance for Baldur's Gate II, v2
~AURENASEPH/SETUP-AURENASEPH.TP2~ #0 #0 // Auren Aseph V7.2 for BG2:ToB
~SETUP-KIDO.TP2~ #0 #0 // Kido the Jester (Requires Throne of Bhaal)
~XAN/SETUP-XAN.TP2~ #0 #0 // Xan NPC MOD for Baldur's Gate II, v9
~XAN/SETUP-XAN.TP2~ #0 #5 // BG1-style flaming swords
~C#AJANTIS_SVA/SETUP-C#AJANTIS_SVA.TP2~ #1 #0 // Sir Ajantis NPC for BGII-SoA: open Beta 0.2.21
~SETUP-ALORA.TP2~ #0 #0 // Chosen of Mystra's Alora NPC Mod (Requires Throne of Bhaal): 1.3
~SETUP-AMBER.TP2~ #0 #0 // Amber the NPC MOD for BGII:SoA: v2.5
~SETUP-AMBER.TP2~ #0 #1 // Multiplayer-friendly flirting for Amber: v2.5
~ANGELO/SETUP-ANGELO.TP2~ #0 #0 // Angelo NPC MOD for Baldur's Gate II, v4
~SETUP-ARIENA.TP2~ #0 #0 // Ariena the Half-orc (Requires Throne of Bhaal)
~SETUP-ARIENA.TP2~ #0 #1 // Which of Ariena's portraits do you wish to install? -> Default portraits?
~SETUP-AUDEN.TP2~ #0 #0 // Auden for BG2:SOA
~SETUP-BRANWENNPC.TP2~ #0 #0 // Branwen NPC
~SETUP-CELESTIALES.TP2~ #0 #0 // Correcion a la animacion de las armas de devas y planotareos (Corrections of the animation of the weapon of devas and planetars) (Korrektur der Animation der Waffen der Devas und Planetare): v1.2
~CHLOE/CHLOE.TP2~ #0 #0 // Chloe NPC mod: v1.5
~CORAN/SETUP-CORAN.TP2~ #0 #0 // Coran NPC MOD for Baldur's Gate II: v1
~CORAN/SETUP-CORAN.TP2~ #0 #1 // Delete old Coran from the Forest of Tethyr (RECOMMENDED): v1
~SARAHTOB/SETUP-SARAHTOB.TP2~ #0 #0 // Sarah NPC Romance Mod for BG2:ToB: 3.1
~DARIAN/DARIAN.TP2~ #0 #0 // Darian NPC Mod for BGII: SoA & ToB: 2.2
~SETUP-DARRON.TP2~ #1 #0 // Darron: v1.6
~SETUP-EDWINROMANCE.TP2~ #0 #0 // EdwinRomance
~SETUP-EDWINTOB.TP2~ #0 #0 // Edwin Romance ToB
~SETUP-EDWINTOB.TP2~ #0 #1 // New ending for Viconia Romance by Laufey
~SETUP-EDWINFLIRTS.TP2~ #0 #0 // Edwin Flirts 0.1b
~SETUP-FADE.TP2~ #0 #0 // Fade: An NPC for Baldur's Gate II
~NATHANIEL/SETUP-NATHANIEL.TP2~ #0 #0 // Nathaniel NPC Mod for BGII
~NATHANIEL/SETUP-NATHANIEL.TP2~ #0 #1 // Choose a portrait for Nathaniel -> Default portrait by Feuille
~NATHANIEL/SETUP-NATHANIEL.TP2~ #0 #4 // Solaufein Conflict
~NATHANIEL/SETUP-NATHANIEL.TP2~ #0 #5 // Kelsey Content
~GAVIN_BG2/SETUP-GAVIN_BG2.TP2~ #0 #0 // Gavin for BG2: 20111016 TOB
~GAVIN_BG2/SETUP-GAVIN_BG2.TP2~ #0 #1 // Gavin heals the PC when below 50% health  (Can be disabled or enabled via player-initiated dialogue): 20111016 TOB
~GAVIN_BG2/SETUP-GAVIN_BG2.TP2~ #0 #2 // Multi-romance cheat -> Normal romance kills: 20111016 TOB
~GAVIN_BG2/SETUP-GAVIN_BG2.TP2~ #0 #4 // Alternate Portrait Selection  (Default portrait is already installed) -> Dawnbringer, by Amaurea: 20111016 TOB
~HALDAMIR/SETUP-HALDAMIR.TP2~ #0 #0 // Haldamir: v2
~HANNA/HANNA.TP2~ #3 #0 // Hanna NPC (ToB required): v2.4
~HANNA/HANNA.TP2~ #3 #1 // Expanded DeŽArnise Keep: v2.4
~HANNA/HANNA.TP2~ #3 #6 // Improved Trademeet Crypt: v2.4
~SETUP-HUBELPOT.TP2~ #0 #0 // Hubelpot Thistledown, the Vegetable Merchant NPC-mod
~SETUP-HUBELPOT.TP2~ #0 #1 // Optional kit 1 of 2, the Village Druid.
~IYLOS/IYLOS.TP2~ #0 #0 // Iylos NPC for BGII:ToB: 2.3
~IYLOS/IYLOS.TP2~ #0 #1 // Install extended content (PID, more interjections, friendship, scenery & plot dialogues)?: 2.3
~IYLOS/IYLOS.TP2~ #0 #5 // How much time would you like in between Iylos' PC dialogues? -> 45 Minutes: 2.3
~SETUP-KIVAN.TP2~ #0 #0 // Kivan of Shilmista: v13
~SETUP-KIVAN.TP2~ #0 #5 // Select Kivan's Portrait -> Do Not Install Alternative Portrait for Kivan.: v13
~SETUP-KIVAN.TP2~ #0 #7 // Install ToB Portion of the Mod: v13
~SETUP-NEH'TANIEL.TP2~ #0 #0 // Neh'taniel NPC Mod: v5.5
~SETUP-NEH'TANIEL.TP2~ #0 #2 // Neh'taniel's alternative portraits -> Neh'taniel's portrait,  by Rabain?: v5.5
~HAERDALISROMANCE/HAERDALISROMANCE.TP2~ #0 #0 // Haer'Dalis Romance (SoA): v1
~NEPHELE/NEPHELE.TP2~ #0 #0 // Nephele NPC Mod for BGII: SoA & ToB: 2
~NEPHELE/NEPHELE.TP2~ #0 #1 // Install Haer'Dalis Romance crossmod content: 2
~SETUP-NIKITA.TP2~ #0 #0 // Nikita NPC Mod (Requires Throne of Bhaal)
~NINDE/NINDE.TP2~ #0 #0 // Ninde NPC Mod for BGII: SoA: v1.1
~SETUP-SHEENA.TP2~ #0 #0 // Install A Half Dragon Tale: v1.7
~TASHIA/SETUP-TASHIA.TP2~ #0 #0 // Tashia NPC Mod -> Full version (ToB required): v1.3
~TASHIA/SETUP-TASHIA.TP2~ #0 #3 // Tashia Add-on Pack by Bri and Lord Ernie (English only, Tashia ToB Required) -> Baldurized Dialogues: v1.3
~TSUJATHA/SETUP-TSUJATHA.TP2~ #0 #0 // Tsujatha (BG2:SoA NPC) created by Sillara of the Tamari: v13
~TYRISFLARE/SETUP-TYRISFLARE.TP2~ #0 #0 // Tyris Flare NPC: v6
~XULAYE/XULAYE.TP2~ #0 #0 // Xulaye NPC Mod for BG2:SoA
~XULAYE/XULAYE.TP2~ #0 #1 // Xulaye's Player Initiated Dialogues
~XULAYE/XULAYE.TP2~ #0 #2 // Korgan Fights at the Pits
~YASRAENA/SETUP-YASRAENA.TP2~ #0 #0 // Yasraena (BG2:SoA & TOB NPC) created by nethrin & Sillara of the Tamari: v12
~YESLICKNPC/YESLICKNPC.TP2~ #0 #0 // Yeslick NPC for BGII: SoA
~FAREN/SETUP-FAREN.TP2~ #0 #0 // Faren NPC for Baldur's Gate II: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #1 // Choose Faren's weapon proficiency skillset -> Martial configuration: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #3 // Ajantis Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #4 // Amber Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #5 // Angelo Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #6 // Auren Aseph Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #8 // de'Arnise Romance Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #9 // Edwin Romance Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #10 // Fade Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #11 // Iylos Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #12 // Kelsey Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #13 // Keto Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #15 // Nathaniel Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #16 // Ninde Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #19 // Sarah Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #20 // Solaufein Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #21 // Tsujatha Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #22 // Xan Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #23 // Xulaye Content: Version 2
~FAREN/SETUP-FAREN.TP2~ #0 #24 // Yasraena Content: Version 2
~AEON/SETUP-AEON.TP2~ #0 #0 // Aeon - BG2
~AEON/SETUP-AEON.TP2~ #0 #1 // Talk between Aeon and Xan. This component require installed Xan BG2 NPC by Kulyok.
~SETUP-BANTERPACK.TP2~ #0 #0 // Pocket Plane Banter Pack for BG2: Shadows of Amn
~SETUP-BANTERPACK.TP2~ #0 #2 // Pocket Plane Banter Pack for BG2: Throne of Bhaal
~SETUP-BTL.TP2~ #0 #0 // Beyond the Law - Kova & Kiyone
~SETUP-BTL.TP2~ #0 #1 // Alternate Soundset for Kiyone - Female4
~SETUP-BTL.TP2~ #0 #2 // Better Balanced BTL Items
~SWORDAP/SETUP-SWORDAP.TP2~ #0 #0 // Improved Haer'Dalis' swords (special for Kania): v2
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #0 // Extended NPC-NPC Interaction SoA: 4
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #1 // Extended Minsc/Aerie Interaction ToB: 4
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #2 // Imoen "Retrospection" dialogue for BGII: ToB: 4
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #3 // Wake-Up dialogue for Anomen Romance (By David Gaider with additions from Kulyok): 4
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #5 // Restored Aerie/Jaheira/Anomen interjection in Underdark: 4
~IMOENFRIENDSHIP/IMOENFRIENDSHIP.TP2~ #0 #0 // Imoen Friendship for SoA: 2
~ALCHEMY/SETUP-ALCHEMY.TP2~ #0 #0 // Jan's Alchemy: v6
~JANQUEST/SETUP-JANQUEST.TP2~ #1 #0 // Jan's Extended Quest
~KORGAN/SETUP-KORGAN.TP2~ #1 #0 // Korgan's Redemption
~LAVALYGAR/LAVALYGAR.TP2~ #0 #0 // LaValygar - new talks with Valygar Corthala
~LAVALYGAR/LAVALYGAR.TP2~ #0 #1 // LaValygar - recoloured portrait
~LAVICONIA/SETUP-LAVICONIA.TP2~ #0 #10 // La'Viconia Tweak -> Multi-class (Miloch's option): v3
~MAZZY/SETUP-MAZZY.TP2~ #0 #0 // Mazzy Friendship: 2
~SAREVOKROMANCE/SAREVOKROMANCE.TP2~ #0 #0 // Aeryn's Sarevok Romance for BGII: Throne of Bhaal: 1.1
~SBS.TP2~ #0 #0 // Summon Bhaalspawn
~SBS.TP2~ #0 #4 // Install Salma Hayek Portrait from The Portrait Portal 
~TIAX/SETUP-TIAX.TP2~ #0 #0 // Tiax NPC MOD for Baldur's Gate II, v1
~VICONIA/SETUP-VICONIA.TP2~ #0 #0 // Viconia Friendship: 3
~YOSHIMO/YOSHIMO.TP2~ #0 #0 // Yoshimo Friendship Mod for BGII: SoA: 2
~YOSHIMOROMANCE/YOSHIMOROMANCE.TP2~ #0 #0 // Yoshimo Romance - additional romance for original BG2 non-player character
~YOSHIMOROMANCE/YOSHIMOROMANCE.TP2~ #0 #1 // Yoshimo additional talks for SoA. May be installed without or with romance (OPTIONAL)
~YOSHIMOROMANCE/YOSHIMOROMANCE.TP2~ #0 #3 // Yoshimo Romance - ToB part (OPTIONAL)
~C#SB_SILBER/SETUP-C#SB_SILBER.TP2~ #0 #0 // Adalon's Blood - Modification for BGII by Gandalf the white: 10
~ALCOOL/ALCOOL.TP2~ #1 #0 // A Night out in the Taverns: V0.11
~ALTERNATIVES/SETUP-ALTERNATIVES.TP2~ #0 #0 // Alternatives: v10
~ASSASSINATIONS/SETUP-ASSASSINATIONS.TP2~ #0 #0 // Assassinations mod for Baldur's Gate II, v8
~THOGHMA/SETUP-THOGHMA.TP2~ #2 #0 // A Quest in the service of Oghma: v1.6
~CLIFFHISTORY/SETUP-CLIFFHISTORY.TP2~ #0 #0 // Cliffette's 'History' BWI contest entry: v2
~CLIFFKEY/SETUP-CLIFFKEY.TP2~ #0 #1 // A Mod for the Orderly - Add a Keyring to Faerun! See readme for more details about the choices below. -> Consistency Plus version: v5
~SETUP-NPCFLIRT.TP2~ #0 #0 // Aerie Flirt Pack For SOA
~SETUP-NPCFLIRT.TP2~ #0 #1 // Aerie/Solaufein Romance Conflict For SOA (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #2 // Aerie Flirt Pack For TOB
~SETUP-NPCFLIRT.TP2~ #0 #3 // Aerie/Solaufein Romance Conflict For TOB (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #4 // Jaheira Flirt Pack for SOA
~SETUP-NPCFLIRT.TP2~ #0 #5 // Jaheira/Solaufein Romance Conflict For SOA (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #6 // Jaheira Flirt Pack for TOB
~SETUP-NPCFLIRT.TP2~ #0 #7 // Jaheira/Solaufein Romance Conflict For TOB (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #8 // Viconia Flirt Pack for SOA
~SETUP-NPCFLIRT.TP2~ #0 #9 // Viconia/Solaufein Romance Conflict For SOA (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #10 // Viconia Flirt Pack for TOB
~SETUP-NPCFLIRT.TP2~ #0 #11 // Viconia/Solaufein Romance Conflict For TOB (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #12 // Anomen Flirt Pack for SOA
~SETUP-NPCFLIRT.TP2~ #0 #13 // Anomen/Solaufein Romance Conflict For SOA (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #14 // Anomen Flirt Pack for TOB
~SETUP-NPCFLIRT.TP2~ #0 #15 // Anomen/Solaufein Romance Conflict For TOB (Solaufein V60 or greater recommended)
~1PP.TP2~ #0 #0 // One Pixel Productions: v2 Everything but Potions (1): v2.7
~1PP.TP2~ #0 #1 // One Pixel Productions: v2 New Potion Graphics (2): v2.7
~1PP.TP2~ #0 #2 // One Pixel Productions: v3 Flaming Swords (3): v2.7
~1PP.TP2~ #0 #3 // One Pixel Productions: v3 Flame Short Swords (4): v2.7
~1PP.TP2~ #0 #4 // One Pixel Productions: v3 Flame Short Swords item patches (5): v2.7
~1PP.TP2~ #0 #5 // One Pixel Productions: v3 Flame Short Swords mod item patches (6): v2.7
~1PP.TP2~ #0 #6 // One Pixel Productions: v3 Paperdolls (human, half-orc, elven, halfling, dwarves) (7): v2.7
~1PP.TP2~ #0 #7 // One Pixel Productions: v3 Legacy Shields - Bucklers (D1) (<img src='http://www.shsforums.net/public/style_emoticons/<#EMO_DIR#>/cool.png' class='bbc_emoticon' alt='8)' />: v2.7
~1PP.TP2~ #0 #8 // One Pixel Productions: v3 Legacy Shields - Small Shields (D2) (9): v2.7
~1PP.TP2~ #0 #9 // One Pixel Productions: v3 Legacy Shields - Medium Shields (D3) (10): v2.7
~1PP.TP2~ #0 #10 // One Pixel Productions: v3 Colourable Quarterstaves core (11): v2.7
~1PP.TP2~ #0 #11 // 1PP: Colourable Quarterstaves core item patches (12): v2.7
~1PP.TP2~ #0 #12 // One Pixel Productions: v3 Colourable Quarterstaves mod patches (13): v2.7
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #0 // 1PP: Avatar fixes * female elves w. leather armour [EFB2]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #1 // 1PP: Avatar fixes * female elves w. chain mail [EFB3]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #2 // 1PP: Avatar fixes * female elven cleric w. plate armour [EFC4]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #3 // 1PP: Avatar fixes * female elven fighter w. plate armour [EFF4]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #4 // 1PP: Avatar fixes * female human unarmoured [HFB1]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #5 // 1PP: Avatar fixes * female human w. leather armour [HFB2]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #6 // 1PP: Avatar fixes * female human w. chain mail [HFB3]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #7 // 1PP: Avatar fixes * female human cleric w. plate mail [HFC4]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #8 // 1PP: Avatar fixes * female human fighter w. plate mail [HFF4]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #9 // 1PP: Avatar fixes * female human unarmoured mage [HFW1]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #10 // 1PP: Avatar fixes * female human mage w. light robe [HFW2]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #11 // 1PP: Avatar fixes * fixed halfling progression [IFB1, IFB2, IFB3]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #12 // 1PP: Avatar fixes * fix frame error on cleric plate [IFC4]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #13 // 1PP: Avatar fixes * dwarves w. chain mail [DMB3]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #14 // 1PP: Avatar fixes * male elves w. chain mail [EMB3]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #15 // 1PP: Avatar fixes * male human w. leather armour [HMB2]
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #16 // 1PP: Avatar fixes * male human w. chain mail [HMB3]
~1PP_FEMALE_DWARVES/SETUP-1PP_FEMALE_DWARVES.TP2~ #0 #0 // Separate Avatars for Female Dwarves -> Separate Avatars for Female Dwarves - Baldur's Gate II
~1PP_THIEVES_GALORE/SETUP-1PP_THIEVES_GALORE.TP2~ #0 #1 // 1ppv3: Unique Thief Avatars (patch) -> BGII - Unique Thief Avatars (patch)
~1PP_THIEVES_GALORE/SETUP-1PP_THIEVES_GALORE.TP2~ #0 #2 // 1ppv3: Unique Thief Avatars (content)
~1PP_THIEVES_GALORE/SETUP-1PP_THIEVES_GALORE.TP2~ #0 #3 // 1ppv3: Improved Improved Galactygon's Avatar Switching
~1PP_AWINGS/SETUP-1PP_AWINGS.TP2~ #0 #0 // 1PP: Attachable wings core [beta]
~KITANYA/SETUP-KITANYA.TP2~ #0 #0 // Kitanya Conversation/Romance Mod for BG2
~KITANYA/SETUP-KITANYA.TP2~ #0 #1 // Wizardslayer Bugs Fix
~SETUP-D0QUESTPACK.TP2~ #0 #0 // General AI Improvements: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #4 // Miscellaneous Enhancements: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #5 // Additional Shadow Thieves Content: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #6 // Alternative Harper/Xzar Plot: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #7 // Extended Reynald Sequence: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #8 // Intrigue In The Copper Coronet: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #9 // Rahul Kanakia's Potion Quest: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #10 // Revised Hell Trials: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #12 // Improved Oasis II -> IO2 Dialogue Enhancement Only: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #13 // Saving Sanik In Brynnlaw: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #14 // Burglary Of The Bookkeeper: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #15 // New Fate For The Dryads' Acorns: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #16 // The Tragedy Of Besamen: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #17 // Further Slaver Involvement: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #18 // Sending The Solamnic Knights Home: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #19 // Nazariel The Lich: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #20 // Reward Negotiation: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-D0QUESTPACK.TP2~ #0 #21 // Infernal Thievery: v2.3 (Feb 14, 2010) BWP Fix
~SETUP-DUNGEONBEGONE.TP2~ #0 #0 // Dungeon Be Gone V1.6
~DC/SETUP-DC.TP2~ #0 #0 // Dungeon Crawl, v5
~EILISTRAEE/SETUP-EILISTRAEE.TP2~ #0 #0 // Eilistraee's Song
~EILISTRAEE/SETUP-EILISTRAEE.TP2~ #0 #3 // Worldmap addition -> Do not add Eilistraee's Clearing to the Worldmap
~EMAD/SETUP-EMAD.TP2~ #0 #0 // A Z-rated Adventure - an IM4 Non-Entry: v6
~EMAD/SETUP-EMAD.TP2~ #0 #1 // The Promise of a Troll: v6
~EMAD/SETUP-EMAD.TP2~ #0 #2 // A Bhaalspawn's Best Friend: v6
~EMAD/SETUP-EMAD.TP2~ #0 #3 // Under Her Spell: v6
~EMAD/SETUP-EMAD.TP2~ #0 #4 // Forgery: v6
~EMAD/SETUP-EMAD.TP2~ #0 #5 // Character Medley: v6
~FADINGPROMISES/SETUP-FADINGPROMISES.TP2~ #0 #0 // Fading Promises: v6
~G3ANNIVERSARY/SETUP-G3ANNIVERSARY.TP2~ #0 #0 // The Gibberlings Three Anniversary Mod: v7
~GBTHFKP/GBTHFKP.TP2~ #0 #0 // Expanded Thief Stronghold: v2.20
~SETUP-VALHORN.TP2~ #0 #0 // Improved Horns of Valhalla v1.2
~INNERSHADE/SETUP-INNERSHADE.TP2~ #0 #0 // Colours of Infinity: Innershade
~INNERSHADE/SETUP-INNERSHADE.TP2~ #0 #2 // Talks for original Bioware NPCs
~INNERSHADE/SETUP-INNERSHADE.TP2~ #0 #3 // Add Innershade to Worldmap (You *must* pick one of these components, otherwise the mod won't run as it should.) -> Yes
~LUCY/SETUP-LUCY.TP2~ #0 #0 // Lucy the Wyvern: v4
~NPCKIT/NPCKIT.TP2~ #0 #30 // Improved Specialist Mage Descriptions: v3
~NPCKIT/NPCKIT.TP2~ #0 #31 // Replace Berserker Kit with Battlerager for Dwarves: v3
~NPCKIT/NPCKIT.TP2~ #0 #400 // Anomen Gains Helm Kit on Passing Knighthood Test: v3
~NPCKIT/NPCKIT.TP2~ #0 #900 // Add Red Wizard to Edwin's Kit Description: v3
~NPCKIT/NPCKIT.TP2~ #0 #1400 // Give Imoen Adventurer Kit: v3
~NPCKIT/NPCKIT.TP2~ #0 #2100 // Change Korgan's Kit to Battlerager: v3
~NPCKIT/NPCKIT.TP2~ #0 #2200 // Give Mazzy a Proper Truesword of Arvoreen Kit: v3
~NPCKIT/NPCKIT.TP2~ #0 #2300 // Change Minsc's Title to Rashemaar Ranger: v3
~NPCKIT/NPCKIT.TP2~ #0 #2500 // Give Nalia Adventurer Kit: v3
~NPCKIT/NPCKIT.TP2~ #0 #2800 // Give Sarevok a Proper Deathbringer Kit: v3
~SETUP-PLANARSPHEREMOD.TP2~ #0 #0 // PlanarSphereMod v2.6a: v2.6c BWP Fix to v2.6e
~SETUP-PLANARSPHEREMOD.TP2~ #0 #1 // Planar Sphere Store: v2.6c BWP Fix to v2.6e
~SETUP-PLANARSPHEREMOD.TP2~ #0 #2 // Waukeen's Promenade Store: v2.6c BWP Fix to v2.6e
~SETUP-PLANARSPHEREMOD.TP2~ #0 #3 // Planar Sphere Return v2: v2.6c BWP Fix to v2.6e
~QUALLOFIX/SETUP-QUALLOFIX.TP2~ #0 #0 // Let the cadaver crawler live: 1.14
~REZMOD/SETUP-REZMOD.TP2~ #0 #0 // Masamune Sword Mini-Mini-Quest - SoA by ShadowDaemon (WeiDU): 2.5
~REZMOD/SETUP-REZMOD.TP2~ #0 #1 // Masamune Sword Mini-Mini-Quest - ToB by ShadowDaemon (WeiDU): 2.5
~REZMOD/SETUP-REZMOD.TP2~ #0 #2 // Improved Anarg by knightlight (WeiDU): 2.5
~REZMOD/SETUP-REZMOD.TP2~ #0 #3 // Extended Visual Ioun Stones by WoRm: 2.5
~SETUP RGENIE.TP2~ #0 #0 // Ribald's Genie
~RUPERT/SETUP-RUPERT.TP2~ #0 #0 // Rupert the Dye Merchant (for BG2 or TuTu/BGT): v2.1
~SHARDSOFICE/SETUP-SHARDSOFICE.TP2~ #0 #0 // The Price Of Friendship: v5
~SHARDSOFICE/SETUP-SHARDSOFICE.TP2~ #0 #1 // Some of My Best Friends Are Slimes: v5
~SHARDSOFICE/SETUP-SHARDSOFICE.TP2~ #0 #2 // You Could Restore the Summon Cow Spell, But Why?: v5
~SETUP-RENAL.TP2~ #1 #0 // Sir Renal
~SETUP-SPGAUNT.TP2~ #0 #0 // Spellhold Gauntlet
~SETUP-SPGAUNT.TP2~ #0 #3 // Interjections for Spellhold Gauntlet (dialogue by Liam)
~TOTDG/SETUP-TOTDG.TP2~ #0 #0 // Colours of Infinity: Tales of the Deep Gardens
~TOTDG/SETUP-TOTDG.TP2~ #0 #1 // NPC Reactions (Aerie, Viconia, Jaheira, Anomen, Haer'Dalis, Keldorn)
~TOTDG/SETUP-TOTDG.TP2~ #0 #2 // Add Deep Gardens to the Worldmap - suggested component. If this component can't be installed due to incompatibilities, skip it.
~TELEPORT/TELEPORT.TP2~ #1 #0 // Teleport spell for BG2:SoA
~TELEPORT/TELEPORT.TP2~ #1 #1 // Teleport spell for BG2:ToB
~TELEPORT/TELEPORT.TP2~ #1 #2 // Modification of NPCs and strongholds quests.
~TOBR/SETUP-TOBR.TP2~ #0 #0 // Gromnir: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #1 // Melissan: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #2 // Solar: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #3 // Yaga Shura: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #4 // Grove of the Ancients: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #5 // Pocket Plane: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #6 // Fight Five in Any Order: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #7 // Amkethran: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #8 // Fire Temple: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #9 // Oasis: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #10 // Saradush: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #12 // Cleansing the Temple: beta 4 BWP Fix
~TOBR/SETUP-TOBR.TP2~ #0 #13 // The Witch of the Wealdath: beta 4 BWP Fix
~TOD/SETUP-TOD.TP2~ #0 #0 // Tower Of Deception Mod (Requires Throne Of Bhaal)
~TOD/SETUP-TOD.TP2~ #0 #2 // Encounter with Ustrain
~SETUP-TURNABOUT.TP2~ #0 #0 // Ascension: Turnabout
~SETUP-TURNABOUT.TP2~ #0 #1 // Balthazar Epilogue Portrait, by Cliffette
~SETUP-TURNIPGOLEM.TP2~ #0 #0 // Turnip Golem Encounter: v4
~SETUP-UB.TP2~ #0 #0 // The Kidnapping of Boo by Cliffette: v19
~SETUP-UB.TP2~ #0 #1 // The Suna Seni/Valygar Relationship: v19
~SETUP-UB.TP2~ #0 #2 // Kalah and What He Was Promised: v19
~SETUP-UB.TP2~ #0 #3 // "Cat and Mouse" (Bodhi hunts you in Spellhold) by Ghreyfain: v19
~SETUP-UB.TP2~ #0 #4 // Gorje Hilldark and the Extended Illithium Quest: v19
~SETUP-UB.TP2~ #0 #5 // The Pai'Na/Spider's Bane Quest: v19
~SETUP-UB.TP2~ #0 #6 // Restored Crooked Crane Inn: v19
~SETUP-UB.TP2~ #0 #7 // Restored Encounters: v19
~SETUP-UB.TP2~ #0 #8 // Artemis Entreri in Bodhi's Lair: v19
~SETUP-UB.TP2~ #0 #9 // Corrected "Xzar's Creations": v19
~SETUP-UB.TP2~ #0 #10 // Restored Hell Minions, by SimDing0: v19
~SETUP-UB.TP2~ #0 #12 // Item Restorations: v19
~SETUP-UB.TP2~ #0 #15 // NPC Portrait Restorations: v19
~SETUP-UB.TP2~ #0 #16 // Corrected BAMs and Scripts: v19
~SETUP-UB.TP2~ #0 #17 // Corrected Character Names and Biographies: v19
~SETUP-UB.TP2~ #0 #18 // Restored Minor Dialogs: v19
~SETUP-UB.TP2~ #0 #19 // Restored Bhaalspawn Powers, by David Gaider: v19
~SETUP-UB.TP2~ #0 #20 // Extended ToB Item Descriptions: v19
~SETUP-UB.TP2~ #0 #21 // Throne of Bhaal Minor Restorations: v19
~SETUP-UB.TP2~ #0 #22 // Justifier Kit: v19
~SETUP-UB.TP2~ #0 #23 // Feralan Kit: v19
~SETUP-UB.TP2~ #0 #24 // Sarevok's Remorse: v19
~VARSHOON/SETUP-VARSHOON.TP2~ #0 #0 // Varshoon - an illithid NPC for BG2
~VARSHOON/SETUP-VARSHOON.TP2~ #0 #1 // New paperdoll for illithids (inventory illustration)
~YVETTE/SETUP-YVETTE.TP2~ #0 #0 // Yvette Romance - BG2 Romance Character
~YVETTE/SETUP-YVETTE.TP2~ #0 #1 // Yvette Romance - alternative class (Pure Heartwarder)
~ZALNOYA/SETUP-ZALNOYA.TP2~ #0 #0 // Zalnoya and the Shadow Thieves
~ZALNOYA/SETUP-ZALNOYA.TP2~ #0 #1 // Standard vampire encounters fix
~CROSSMODBG2/SETUP-CROSSMODBG2.TP2~ #0 #0 // Crossmod Banter Pack for Shadows of Amn: v14
~CROSSMODBG2/SETUP-CROSSMODBG2.TP2~ #0 #1 // Crossmod Banter Pack for Throne of Bhaal: v14
~CROSSMODBG2/SETUP-CROSSMODBG2.TP2~ #0 #2 // Crossmod Romance Conflicts: v14
~ARCANEARCHER/SETUP-ARCANEARCHER.TP2~ #0 #0 // Arcane Archer
~ACIDELEM_BETA1.TP2~ #0 #0 // Acid Elementalist Kit
~SETUP-CONDUCTOR.TP2~ #0 #0 // Conductor Kit (Bard)
~CUSTOMKITS/SETUP-CUSTOMKITS.TP2~ #0 #0 // Spellsword Kit -> Nerfed version: v1.4.1
~SETUP-EBG2.TP2~ #0 #0 // Additional merchant with new items: v1.1
~SETUP-EBG2.TP2~ #0 #1 // Interjections: v1.1
~SETUP-EBG2.TP2~ #0 #6 // Dragonsuit & Glory of Balduran (ToB): v1.1
~SETUP-EBG2.TP2~ #0 #7 // New racial enemies: v1.1
~SETUP-EBG2.TP2~ #0 #9 // New kit (Knight): v1.1
~SETUP-EBG2.TP2~ #0 #11 // New kit (Legionnaire): v1.1
~SETUP-EBG2.TP2~ #0 #12 // New kit (Globe-trotter): v1.1
~SETUP-EBG2.TP2~ #0 #13 // New kit (Dragon Slayer): v1.1
~SETUP-EBG2.TP2~ #0 #14 // New kit (Crusader): v1.1
~SETUP-EBG2.TP2~ #0 #15 // New kit (Fright of Liches): v1.1
~SETUP-EBG2.TP2~ #0 #16 // New kit (Silent Killer): v1.1
~SETUP-EBG2.TP2~ #0 #17 // New kit (Priest of Auril): v1.1
~SETUP-ELVEN_PACK.TP2~ #0 #0 // The Elven Racial Package
~SETUP-HARPSCOUT.TP2~ #0 #0 // Harper scout kit for thief
~SETUP-HARPSCOUT.TP2~ #0 #1 // Harper scout kit for bard
~SETUP-HARPSCOUT.TP2~ #0 #2 // Additional Harpers items
~HEARTWARDERKIT/SETUP-HEARTWARDERKIT.TP2~ #0 #0 // Heartwarder Kit
~SETUP-AVENGERKIT.TP2~ #0 #0 // Holy Avenger Paladin Kit -> AvengerKit - TrashMan's Mod: v1.1
~SETUP-AVENGERKIT.TP2~ #0 #1 // Extra Items -> Extra Items: v1.1
~SETUP-AVENGERKIT.TP2~ #0 #3 // Black Dragon help (a mighty paladin will help you fight the black dragon in the elven city + better paladins at Bodhi fight) REQUIRES EXTRA ITEMS -> Black Dragon Help: v1.1
~IK/SETUP-IK.TP2~ #0 #1 // Silver Mirror
~IK/SETUP-IK.TP2~ #0 #2 // White Raven
~IK/SETUP-IK.TP2~ #0 #3 // Aquarius
~IK/SETUP-IK.TP2~ #0 #4 // Stray Dog Kit
~IK/SETUP-IK.TP2~ #0 #5 // Witch's Bastard Kit
~IK/SETUP-IK.TP2~ #0 #6 // Wind Apprentice
~IK/SETUP-IK.TP2~ #0 #7 // Priest of Eight Million Gods
~KITPACK6/SETUP-KITPACK6.TP2~ #0 #1 // Shieldbearer kit
~KITPACK6/SETUP-KITPACK6.TP2~ #0 #2 // Sniper kit
~KITPACK6/SETUP-KITPACK6.TP2~ #0 #3 // Bowman kit
~KITPACK6/SETUP-KITPACK6.TP2~ #0 #4 // Archer kit changes
~KITPACK6/SETUP-KITPACK6.TP2~ #0 #5 // Mystic Marksman kit
~KITPACK6/SETUP-KITPACK6.TP2~ #0 #7 // Spellshafter kit
~KITPACK6/SETUP-KITPACK6.TP2~ #0 #8 // Martyr kit
~MORITURI.TP2~ #0 #0 // Morituri Kit version 3
~SETUP-PPK.TP2~ #1 #0 // Prestige Kit Pack Basic
~SETUP-PPK.TP2~ #1 #1 // Dreadnought
~SETUP-PPK.TP2~ #1 #2 // Blackguard
~SETUP-PPK.TP2~ #1 #3 // Ssaulabi
~SETUP-PPK.TP2~ #1 #5 // Priest of Ohgma
~SETUP-PPK.TP2~ #1 #6 // Champion
~SETUP-PPK.TP2~ #1 #7 // Mystic Fire
~SETUP-PPK.TP2~ #1 #8 // Duelist
~SETUP-PPK.TP2~ #1 #9 // Tempest
~SETUP-PPK.TP2~ #1 #10 // Trickster
~SETUP-PPK.TP2~ #1 #12 // Red Dragon Disciple
~SETUP-PPK.TP2~ #1 #13 // Blue Dragon Disciple
~SETUP-PPK.TP2~ #1 #14 // Green Dragon Disciple
~SETUP-PPK.TP2~ #1 #15 // White Dragon Disciple
~SETUP-PPK.TP2~ #1 #16 // Elementalist
~SETUP-PPK.TP2~ #1 #17 // Shadowdruid
~RETALIATORKIT/SETUP-RETALIATORKIT.TP2~ #0 #0 // Retaliator Kit
~KITRTT.TP2~ #0 #0 // Amazon: v1.3
~KITRTT.TP2~ #0 #1 // Gladiator: v1.3
~KITRTT.TP2~ #0 #2 // Investigator: v1.3
~KITRTT.TP2~ #0 #3 // Halfling Thrower: v1.3
~KITRTT.TP2~ #0 #4 // Samurai: v1.3
~KITRTT.TP2~ #0 #5 // Giant Slayer: v1.3
~KITRTT.TP2~ #0 #6 // Anti-paladin: v1.3
~KITRTT.TP2~ #0 #7 // Dark Knight: v1.3
~KITRTT.TP2~ #0 #8 // Elf Paladin: v1.3
~KITRTT.TP2~ #0 #9 // Messiah: v1.3
~KITRTT.TP2~ #0 #10 // Arcane: v1.3
~KITRTT.TP2~ #0 #11 // Elementalist: v1.3
~KITRTT.TP2~ #0 #12 // Time Keeper: v1.3
~KITRTT.TP2~ #0 #13 // Dark Ranger: v1.3
~KITRTT.TP2~ #0 #14 // Enticer: v1.3
~KITRTT.TP2~ #0 #15 // Priest of Cyric: v1.3
~KITRTT.TP2~ #0 #16 // Priest of Mask: v1.3
~KITRTT.TP2~ #0 #17 // Priest of Mystra: v1.3
~KITRTT.TP2~ #0 #18 // Priest of Tempus: v1.3
~KITRTT.TP2~ #0 #19 // Dark Druid: v1.3
~KITRTT.TP2~ #0 #20 // Warden of the Water: v1.3
~KITRTT.TP2~ #0 #21 // Warden of the Fire: v1.3
~KITRTT.TP2~ #0 #22 // Warden of the Wind: v1.3
~KITRTT.TP2~ #0 #23 // Treasure Hunter: v1.3
~KITRTT.TP2~ #0 #24 // Scoundrel: v1.3
~KITRTT.TP2~ #0 #25 // Gentleman: v1.3
~KITRTT.TP2~ #0 #26 // Ninja: v1.3
~KITRTT.TP2~ #0 #27 // Golem Trainer: v1.3
~KITRTT.TP2~ #0 #28 // Juggler: v1.3
~KITRTT.TP2~ #0 #29 // Minstrel: v1.3
~KITRTT.TP2~ #0 #30 // Items and Spells (you can't skip this component): v1.3
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #0 // Changes to trueclass bards and thieves, and unmodded game kits (required for other components): v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #1 // Add new bardic store and thief items: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #2 // Install Acrobat bard kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #3 // Install Chorister bard kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #4 // Install Dirgesinger bard kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #5 // Install Gypsy bard kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #6 // Install Adventurer thief kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #7 // Install Burglar thief kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #8 // Install Soulknife thief kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #9 // Install Sharpshooter thief kit: v5
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #10 // Install Shadowdancer thief kit: v5
~SWORD_AND_FIST/SETUP-SWORD_AND_FIST.TP2~ #0 #1 // Monk Remix: v7
~SWORD_AND_FIST/SETUP-SWORD_AND_FIST.TP2~ #0 #30 // Install Hexblade fighter kit: v7
~SWORD_AND_FIST/SETUP-SWORD_AND_FIST.TP2~ #0 #31 // Install Duelist fighter kit: v7
~SWORD_AND_FIST/SETUP-SWORD_AND_FIST.TP2~ #0 #32 // Install Fist of Order fighter kit: v7
~SWORD_AND_FIST/SETUP-SWORD_AND_FIST.TP2~ #0 #33 // Install Blackguard fighter kit: v7
~SWORD_AND_FIST/SETUP-SWORD_AND_FIST.TP2~ #0 #34 // Install Duskblade fighter kit (by ronin69hof, ronin69hof@gmail.com: v7
~WARSLINGSNIPERKIT/SETUP-WARSLINGSNIPERKIT.TP2~ #0 #0 // Warsling Sniper Kit
~CELESTIALS/SETUP-CELESTIALS.TP2~ #0 #0 // PnP Celestials: v5
~SETUP-SPSTUFF.TP2~ #0 #1 // Blade Master Kit, by Drizzt1180: v8
~SETUP-SPSTUFF.TP2~ #0 #2 // Death Knight Kit, by Drizzt1180: v8
~SETUP-SPSTUFF.TP2~ #0 #3 // Wushi Ninja Kit, by Drizzt1180: v8
~SETUP-SPSTUFF.TP2~ #0 #4 // Creslyn's BG2 Item Pack: v8
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #0 // Spell Revisions: v3.1
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #10 // Deva and Planetar Animations: v3.1
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #50 // Remove Disabled Spells from Spell Selection Screens: v3.1
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #60 // Update Spellbooks of Joinable NPCs: v3.1
~SETUP-OVERSIGHT.TP2~ #0 #1 // Alignment Correction: 13
~SETUP-OVERSIGHT.TP2~ #0 #2 // Class Tweaks/Fixes: 13
~SETUP-OVERSIGHT.TP2~ #0 #4 // Improved Continuity: 13
~SETUP-OVERSIGHT.TP2~ #0 #6 // Monk High Level Abilities: 13
~SETUP-OVERSIGHT.TP2~ #0 #7 // Holy Liberator: 13
~SETUP-D0TWEAK.TP2~ #0 #1 // Corrected Summoned Demon Behaviour
~SETUP-D0TWEAK.TP2~ #0 #2 // Corrected Demon Animations
~SETUP-D0TWEAK.TP2~ #0 #5 // Additional Racial Enemies
~SETUP-D0TWEAK.TP2~ #0 #6 // Summonning Cap Removal
~RR/SETUP-RR.TP2~ #0 #0 // Proper dual-wielding implementation for Thieves and Bards: v4.47
~RR/SETUP-RR.TP2~ #0 #1 // Thief kit revisions: v4.47
~RR/SETUP-RR.TP2~ #0 #3 // Proper racial adjustments for thieving skills: v4.47
~RR/SETUP-RR.TP2~ #0 #4 // Bard kit revisions: v4.47
~RR/SETUP-RR.TP2~ #0 #6 // Proper spell progression for Bards: v4.47
~RR/SETUP-RR.TP2~ #0 #7 // Additional equipment for Thieves and Bards: v4.47
~RR/SETUP-RR.TP2~ #0 #8 // Upgradeable Equipment: v4.47
~RR/SETUP-RR.TP2~ #0 #9 // Revised Thievery -> Use PnP thievery potions and prevent their effects from stacking: v4.47
~RR/SETUP-RR.TP2~ #0 #11 // Chosen of Cyric encounter: v4.47
~RR/SETUP-RR.TP2~ #0 #12 // Shadow Thief Improvements: v4.47
~WSR/SETUP-WSR.TP2~ #0 #100 // Wizard Slayer kit revision: v1.04
~WSR/SETUP-WSR.TP2~ #0 #302 // Revised Wizard Slayer item restrictions -> Moderate changes: v1.04
~SETUP-REFINEMENTS.TP2~ #0 #10 // Revised High Level Abilities: Refinements v 3.31
~SETUP-REFINEMENTS.TP2~ #0 #30 // Shapeshifting fix -> Heal on shifting back to human (Default): Refinements v 3.31
~SETUP-REFINEMENTS.TP2~ #0 #40 // Universal lesser mage robes: Refinements v 3.31
~WSR/SETUP-WSR.TP2~ #0 #200 // Wizard Slayer High Level Ability revision: v1.04
~RR/SETUP-RR.TP2~ #0 #2 // Thief High Level Ability revisions: v4.47
~RR/SETUP-RR.TP2~ #0 #5 // Bard High Level Ability revisions: v4.47
~SETUP-BARDSONG_BG2_IWD.TP2~ #0 #1 // Bard Song Switching Patch compatible with Rogue ReBalancing Pack
~WILDMAGE/SETUP-WILDMAGE.TP2~ #0 #0 // Wild Mage Additions: New Wild Magic Spells
~WILDMAGE/SETUP-WILDMAGE.TP2~ #0 #4 // Stationary BG1-Rhialto (haughty pansy mode)
~SCSII/SETUP-SCSII.TP2~ #0 #1000 // Initialise mod (all other components require this): v20
~SCSII/SETUP-SCSII.TP2~ #0 #2010 // More consistent Breach spell (always affects liches and rakshasas; doesn't penetrate Spell Turning): v20
~SCSII/SETUP-SCSII.TP2~ #0 #2019 // Antimagic attacks penetrate improved invisibility -> Antimagic spells remain single-target, but affect the target creature whether or not it is invisible (default option): v20
~SCSII/SETUP-SCSII.TP2~ #0 #2050 // Make individual versions of Spell Immunity available, so that players can use them in Contingencies etc.: v20
~SCSII/SETUP-SCSII.TP2~ #0 #2120 // Slightly weaken insect plague spells, and let fire shields block them: v20
~SCSII/SETUP-SCSII.TP2~ #0 #2160 // Add an extra copy of some hard-to-find spell scrolls: v20
~SCSII/SETUP-SCSII.TP2~ #0 #2170 // True Sight/True Seeing spells protect from magical blindness: v20
~SCSII/SETUP-SCSII.TP2~ #0 #3070 // Make the healing and resurrection powers of the Rod of Resurrection into separate abilities: v20
~SCSII/SETUP-SCSII.TP2~ #0 #3080 // Change Carsomyr so that its Dispel on contact power grants a saving throw: v20
~SCSII/SETUP-SCSII.TP2~ #0 #3510 // Remove unrealistically helpful items from certain areas: v20
~SCSII/SETUP-SCSII.TP2~ #0 #3530 // Faster Bears: v20
~SCSII/SETUP-SCSII.TP2~ #0 #3540 // Grant large, flying, non-solid or similar creatures protection from Web and Entangle: v20
~SCSII/SETUP-SCSII.TP2~ #0 #3980 // Allow the Cowled Wizards to detect spellcasting in most indoor, above-ground areas in Athkatla: v20
~SCSII/SETUP-SCSII.TP2~ #0 #4010 // Make Freedom scrolls available earlier: v20
~SCSII/SETUP-SCSII.TP2~ #0 #4030 // Retrieve Dropped Items from Hell: v20
~SCSII/SETUP-SCSII.TP2~ #0 #4050 // Make party members less likely to die irreversibly: v20
~SCSII/SETUP-SCSII.TP2~ #0 #4055 // Randomise the maze in Watcher's Keep: v20
~SCSII/SETUP-SCSII.TP2~ #0 #4090 // Decrease the rate at which reputation improves -> Reputation increases at about 2/3 the normal rate: v20
~SCSII/SETUP-SCSII.TP2~ #0 #4100 // Treat mages' and priests' High-Level Abilities as innate abilities rather than memorisable spells (each may be taken only once): v20
~SCSII/SETUP-SCSII.TP2~ #0 #5000 // Ease-of-use party AI: v20
~SCSII/SETUP-SCSII.TP2~ #0 #5010 // Remove animation from the Cloak of Mirroring (leave it for other spells and effects that use the same graphic): v20
~SCSII/SETUP-SCSII.TP2~ #0 #5020 // Move Boo into Minsc's pack: v20
~SCSII/SETUP-SCSII.TP2~ #0 #5030 // Remove the blur graphic effect from the Displacer Cloak: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6000 // Smarter general AI: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6010 // Better calls for help: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6015 // More sensible choices of weapon proficiencies and kits for fighters (also fixes some errors in fighter stats): v20
~SCSII/SETUP-SCSII.TP2~ #0 #6022 // Potions for NPCs -> Half the potions dropped by slain enemies break and are lost: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6030 // Improved Spiders: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6061 // Smarter genies -> Genies cast spells like normal wizards: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6081 // Smarter celestials -> Celestials cast spells like normal wizards: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6101 // Smarter dragons -> Dragons cast spells like normal wizards: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6108 // Enemy mages (and Elder Orbs) use Simulacrum and Project Image spells (this component will have no effect unless you install Smarter Mages or Smarter Beholders): v20
~SCSII/SETUP-SCSII.TP2~ #0 #6111 // Smarter beholders -> Don't give beholder rays any chance of burning through spell protections; beholder antimagic blocks all spells, including harmful ones, for a round (simulates D&D rules): v20
~SCSII/SETUP-SCSII.TP2~ #0 #6120 // Smarter mind flayers -> Illithids have only original-game resistances; Illithids cannot see invisible enemies (matches original game): v20
~SCSII/SETUP-SCSII.TP2~ #0 #6135 // Smarter githyanki: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6136 // Add high-level abilities (HLAs) to ToB mages -> Only selected ToB mages get HLAs: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6152 // Smarter Mages -> Mages never cast short-duration spells instantly at start of combat: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6160 // Add high-level abilities (HLAs) to ToB priests -> Only selected ToB priests get HLAs: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6170 // Add high-level abilities (HLAs) to SoA priests -> Only selected SoA priests get HLAs: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6182 // Smarter Priests -> Priests never cast short-duration spells instantly at start of combat: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6210 // Smarter Illasera: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6230 // Smarter Abazigal: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6240 // Smarter Gromnir: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6250 // Smarter Melissan: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6270 // Give Ascension versions of Irenicus and Sendai SCSII scripts and abilities: v20
~SCSII/SETUP-SCSII.TP2~ #0 #6900 // Make the starting dungeon slightly harder: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7000 // Improved Shade Lord: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7040 // Improved Random Encounters: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7050 // Improved d'Arnise Keep ("Tactics Remix") -> Spirit trolls have the same powers as in the original game: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7060 // Slightly improved Faldorn: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7078 // Improved battle with Irenicus in Spellhold: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7100 // Prevent resting in the Illithid city: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7111 // Slightly Improved Drow -> Leave Ust Natha's defences alone: v20
~SCSII/SETUP-SCSII.TP2~ #0 #7160 // Improved Minor Encounters: v20
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #100 // Restore innate infravision to Half-Orc characters: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #101 // Prevent skeletal undead from being affected by Illithids' Devour Brain attack: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #104 // PnP Color Spray: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #105 // PnP Dimension Door: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #110 // Magical arrows and bolts deal bonus damage equal to their enchantment level: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #115 // Allow Mages to scribe memorized spells onto scrolls -> Scrolls can be scribed everywhere: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #120 // Restore innate disease immunity to Paladins: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #125 // Rangers' Animal Empathy improves with experience: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #130 // Additional racial traits for Dwarves: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #140 // Additional racial traits for Gnomes: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #152 // PnP Fiends -> Mod-added fiends are also affected: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #155 // Further Revised Fiend Summoning: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #156 // Fiendish gating: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #180 // PnP Mephits: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #185 // PnP Fey creatures: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #186 // Revised Call Woodland Beings spell: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #200 // Allow Breach to take down Stoneskin effects applied by items: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #201 // Instant casting for warrior innates: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #202 // Revised Bhaalpowers -> Enhance the Bhaalpowers and standardize their casting time: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #218 // Regain Bhaalpowers in ToB: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #203 // Make druidic shapeshifting uninterruptable: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #210 // Restore the Dispel Magic vulnerability to Nishruu and Hakeashars: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #213 // Expanded saving throw bonus tables for Dwarves, Gnomes and Halflings: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #216 // Bard songs break invisibility -> Only the Jester song breaks invisibility: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #220 // Simple Thief script: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #230 // Simple Bard script: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #323 // Use Icewind Dale's Dimension Door animation -> Use IWD animation for spells, retain BG2 animation for other visuals: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #301 // Change the appearance of Valygar's armor: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #310 // Distinctive creature coloring: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #315 // Distinctive creature soundsets: v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #500 // Slightly expanded storage capacity for containers -> Use the recommended storage capacity value (999): v3.72
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #510 // Expanded temple services: v3.72
~GMINION/SETUP-GMINION.TP2~ #0 #0 // gMinion: v2
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #40 // Change Viconia's Skin Color to Dark Blue: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #60 // Weapon Animation Tweaks: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #80 // Restore SoA Load Screen Logo (ToB Only): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #110 // Icon Improvements: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #130 // Force All Dialogue to Pause Game: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1010 // More Interjections: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1020 // Alter HP Triggers for NPC Wounded Dialogues: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1040 // Improved Athkatlan City Guard: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1070 // Improved Multi-Player Kick-out Dialogues: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1080 // Add Bags of Holding: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1120 // Stores Sell Higher Stacks of Items: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1161 // Multiple Strongholds (Baldurdash) -> Keep Class Restrictions: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1170 // Bonus Merchants (Baldurdash): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1180 // Female Edwina: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1220 // Allow Cromwell to Upgrade Watcher's Keep Items: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2020 // Two-Handed Bastard Swords: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2030 // Two-Handed Katanas: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2040 // Universal Clubs: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2060 // Weapon Styles for All: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2090 // Change Experience Point Cap -> Remove Experience Cap: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2151 // Wear Multiple Protection Items -> No Restrictions: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2170 // Cast Spells from Scrolls (and Other Items) at Character Level: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2192 // Limit Ability of Storekeepers to Identify Items -> Hybrid of Both Methods: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2200 // Multi-Class Grandmastery (Weimer): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2210 // True Grandmastery (Baldurdash): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2240 // Un-Nerfed THAC0 Table: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2250 // Un-Nerfed Sorcerer Spell Progression Table: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2261 // Alter Mage Spell Progression Table -> PnP Table: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2281 // Alter Cleric Spell Progression Table -> PnP Table: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2294 // Alter Druid Spell and Level Progression Tables -> Use Cleric Level Progression Changes With PnP Druid/Cleric Spell Table: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2300 // Triple-Class HLA Tables: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2320 // Trap Cap Removal (Ardanis/GeN1e): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2330 // Remove Delay for Magical Traps (Ardanis/GeN1e): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2340 // Remove Summoning Cap for Celestials (Ardanis/GeN1e): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3001 // Higher HP on Level Up -> NWN Style: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3040 // Make Bags of Holding Bottomless: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3050 // Remove fatigue from restoration spells: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3060 // Remove "You Must Gather Your Party..." Sound (Weimer): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3070 // Change Effect of Reputation on Store Prices -> Low Reputation Store Discount (Sabre): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3080 // Unlimited Ammo Stacking: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3090 // Unlimited Gem and Jewelry Stacking: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3100 // Unlimited Potion Stacking: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3110 // Unlimited Scroll Stacking: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3125 // Neutral Characters Make Happy Comments at  Mid-Range Reputation: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3160 // Keep Drizzt's Loot, Disable Malchor Harpell: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3200 // Sellable Items (Icelus): v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4010 // Improved Fate Spirit Summoning: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4020 // ToB-Style NPCs: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4050 // Change Jaheira to Neutral Good: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4100 // Change Korgan to Neutral Evil: v9
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #50 // Avatar Morphing Script: v9
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #0 // Infinity Animations: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #25 // Humanoid Animation Fixes: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #50 // Distinctive Genies: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #100 // Distinctive Fiends: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #175 // Pit Fiends -> Some get the NWN animation: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #230 // Cambion/Isair Animation -> Some cambions: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #280 // Alu-Fiend/Madae Animation -> Some alu-fiends: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #400 // Distinctive Undead: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #490 // Svirfneblin Animations -> Animations and sounds: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #500 // More Base Animations: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #550 // More Icewind Dale Animations: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #600 // More Icewind Dale II Animations: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #650 // More Neverwinter Nights Animations: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #7010 // Moinesse's Avatars for IA -> 50% of relevant non-joinables: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #8010 // BG1 Animations for NPCs -> 50% of relevant creatures: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #9000 // Fix Areas -> Creature References: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #9910 // Saved Game Animation Fixer -> Correct all animations IA has changed: v5
~W_PACKMULE/SETUP-W_PACKMULE.TP2~ #1 #0 // Pack Mule -> Standard saddlebags
~SETUP-BG2-BIGGER-FONTS.TP2~ #0 #0 // Install Bigger fonts for Baldur's Gate 2: v0.1
~GENERALIZED_BIFFING/GENERALIZED_BIFFING.TP2~ #0 #0 // Generalized Biffing: v2.1
~WIDESCREEN/WIDESCREEN.TP2~ #0 #0 // Widescreen Mod -> for the original Infinity Engine (CHOOSE THIS!): Widescreen Mod v3.02
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #0 // Nythrun's Level 1 NPCs: List party-joinable NPCs (required to install any NPC components): v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #1207 // Jaheira: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #2000 // Angelo Dosan: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #2050 // Auren Aseph: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #2320 // Fade: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #2500 // Haldamir: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #2970 // Sarah: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #3000 // Solaufein: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #3150 // Tashia: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #3185 // Tyris Flare: v1.9
~NOGAMEOVER/SETUP-NOGAMEOVER.TP2~ #0 #100 // Game Over Only On Party Death: 1.3
~SETUP-SLANDOR.TP2~ #1 #0 // The Minotaur and Lilacor
~CREFIXER/SETUP-CREFIXER.TP2~ #0 #0 // Creature Slot Fixer: v2