Jump to content

PID problems


BallpointMan

Recommended Posts

So - I've already created a topic on the bg1npc forum, but since I think it's also an issue as it pertains to all these mods working together, I figured I'd post here.

 

 

http://gibberlings3.net/forums/index.php?showtopic=28578

 

 

I've run into a bug where multiple mods with PIDs dont seem to allow for all PID options to be available. For example - I've got bg1npc, flirtpack and imoen romance installed on a single build, but I only have the bg1npc PID options available to me.

 

I dont really know where the conflict exists per se, but I think it may be bg1npc if only because those are the PID options I can access.

Link to comment
I've run into a bug where multiple mods with PIDs dont seem to allow for all PID options to be available. For example - I've got bg1npc, flirtpack and imoen romance installed on a single build, but I only have the bg1npc PID options available to me.

screenshot examples, please. Also both weidu logs. Without direct quotes it's next to impossible to test it based on such vague report. From what I see BG1 NPC Project PIDs are filtered with EndofBG1 variable so it's really unlikely that you are able to see them in BG2.

Link to comment

Generally, when mods conflict, the last one wins. So it might not be that BG1NPC has a problem, but rather the mods are incompatible and you will get the dialogues from the last one in your install order.

 

Or they might be perfectly compatible, with the right install order, and you simply have the wrong install order. A review of your weidu.log is the only way to know.

Link to comment

After quick test I can see some problems with Jaheira and Minsc "PIDs" (if we can call 1 liners from the end of SoD like that). They are filtered like this:

GlobalGT("bd_plot","global",599)
GlobalLT("bd_plot","global",685)

the problem is that at least in my game bd_plot hasn't been set that high in order to disable them. This console command:

C:GetGlobal("bd_plot","global")

returns 680 value in my save after SoD. And I don't really see anything in the code that could set it higher. Unless I missed something this can be actually treated as vanilla SoD bug considering there is an achievement for reaching bd_plot to 690 which doesn't seem to be achievable in game:

IF
  Global("ACH_GRIM_DEEDS","GLOBAL",0)
  Global("bd_plot","global",690)
THEN
  RESPONSE #100
    SetGlobal("ACH_GRIM_DEEDS","GLOBAL",1)
END

So if this is the problem that author refers to than it will be fixed in the next version (by setting bd_plot value at 685 or above during SoA transition).

 

Generally, when mods conflict, the last one wins. So it might not be that BG1NPC has a problem, but rather the mods are incompatible and you will get the dialogues from the last one in your install order.

true, if there are 2 BG2 mods that add PIDs to the same character than they will conflict 100% unless authors made effort to write custom compatibility code between mods. But from what I understand BallpointMan is referring to BG1 PIDs showing up in BG2 which should not be the case. As mentioned we will need screenshots or direct quotes from dialogues to figure out what's up. I have massive installation currently set up with all mega mods and most NPCs, so it shouldn't be hard to find the issue if more data will be provided.

Link to comment

 

I've run into a bug where multiple mods with PIDs dont seem to allow for all PID options to be available. For example - I've got bg1npc, flirtpack and imoen romance installed on a single build, but I only have the bg1npc PID options available to me.

screenshot examples, please. Also both weidu logs. Without direct quotes it's next to impossible to test it based on such vague report. From what I see BG1 NPC Project PIDs are filtered with EndofBG1 variable so it's really unlikely that you are able to see them in BG2.

 

 

 

 

Thank you for pointing me in the right direction. I'll try to get any useful information I can and post it here. Sorry I didnt include the weidu log up front (Sounds like maybe I'm wrong that it's related to bg1npc?)

 

 

20170211184716_1.jpg

 

 

20170211184726_1.jpg

 

 

 

// 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-WEIDU.TP2~ #0 #0 // 24000

~SETUP-BWS.TP2~ #0 #0 // 20161130 - Updated by agb1 (installation started Fri 12/09/2016)

~EET/EET.TP2~ #0 #0 // Initialise EET (first mod in install order): 1.0 RC7

~EET_CORE.TP2~ #0 #0 // Core EET (game importation): 1.0 RC7 BWP Fix

~TDDZ/SETUP-TDDZ.TP2~ #0 #0 // TDD - Core: v1.2.4

~TDDZ/SETUP-TDDZ.TP2~ #0 #1 // TDD - Trollford: v1.2.4

~TDDZ/SETUP-TDDZ.TP2~ #0 #2 // TDD - Eshpurta: v1.2.4

~TDDZ/SETUP-TDDZ.TP2~ #0 #3 // TDD - Purskal: v1.2.4

~TDDZ/SETUP-TDDZ.TP2~ #0 #4 // TDD - Riatavin: v1.2.4

~TDDZ/SETUP-TDDZ.TP2~ #0 #5 // TDD - Onset of the Darkest Day: v1.2.4

~TDDZ/SETUP-TDDZ.TP2~ #0 #6 // TDD - Robilard: v1.2.4

~SIRINESCALL/SETUP-SIRINESCALL.TP2~ #0 #0 // The Lure of the Sirine's Call: v14

~THALAN/THALAN.TP2~ #0 #0 // Thalantyr - Item Upgrade: v4.2.1

~ASCENSION/SETUP-ASCENSION.TP2~ #0 #0 // Ascension Core (requires ToB): v1.51 BETA BWP 20161205

~ASCENSION/SETUP-ASCENSION.TP2~ #0 #1 // Tougher Abazigal (optional, requires ToB): v1.51 BETA BWP 20161205

~ASCENSION/SETUP-ASCENSION.TP2~ #0 #2 // Original Tougher Demogorgon (optional, requires ToB): v1.51 BETA BWP 20161205

~ASCENSION/SETUP-ASCENSION.TP2~ #0 #3 // Tougher Gromnir (optional, requires ToB): v1.51 BETA BWP 20161205

~ASCENSION/SETUP-ASCENSION.TP2~ #0 #4 // Tougher Illasera (optional, requires ToB): v1.51 BETA BWP 20161205

~ASCENSION/SETUP-ASCENSION.TP2~ #0 #5 // Tougher Yaga-Shura (optional, requires ToB): v1.51 BETA BWP 20161205

~ASCENSION/SETUP-ASCENSION.TP2~ #0 #101 // Ascension Portraits - Bodhi: v1.51 BETA BWP 20161205

~ASCENSION/SETUP-ASCENSION.TP2~ #0 #102 // Ascension Portraits - Original Balthazar by Cuv: v1.51 BETA BWP 20161205

~ASCENSION/SETUP-ASCENSION.TP2~ #0 #103 // Restored Bhaalspawn Powers by David Gaider: v1.51 BETA BWP 20161205

~ASCENSION/SETUP-ASCENSION.TP2~ #0 #104 // Extended Epilogues for Bioware NPCs by shawne: v1.51 BETA BWP 20161205

~ASCENSION/SETUP-ASCENSION.TP2~ #0 #105 // Extended Epilogues for Beamdog NPCs by shawne: v1.51 BETA BWP 20161205

~C#SB_SILBER/SETUP-C#SB_SILBER.TP2~ #0 #0 // Adalon's Blood - Modification for BGII by Gandalf the white: v13 BWP Fix

~TOD/SETUP-TOD.TP2~ #0 #0 // Tower Of Deception Mod (Requires Throne Of Bhaal): v4.0.1

~DC/SETUP-DC.TP2~ #0 #0 // Dungeon Crawl: v9 BWP Fix

~ASSASSINATIONS/SETUP-ASSASSINATIONS.TP2~ #0 #0 // Assassinations mod for Baldur's Gate II: v11 BWP Fix

~BACKBRYNNLAW/SETUP-BACKBRYNNLAW.TP2~ #0 #0 // Back to Brynnlaw mod for Baldur's Gate II: v5 BWP Fix

~SELLSWORDS/SETUP-SELLSWORDS.TP2~ #0 #0 // The Sellswords mod for Baldur's Gate II: v5 BWP Fix

~REUNION/SETUP-REUNION.TP2~ #0 #0 // The Reunion mod for Baldur's Gate II: v1 BWP Fix

~TOTDG/SETUP-TOTDG.TP2~ #0 #0 // Colours of Infinity: Tales of the Deep Gardens: 10.1 BWP Fix

~TOTDG/SETUP-TOTDG.TP2~ #0 #1 // NPC Reactions (Aerie, Viconia, Jaheira, Anomen, Haer'Dalis, Keldorn): 10.1 BWP Fix

~INNERSHADE/SETUP-INNERSHADE.TP2~ #0 #0 // Colours of Infinity: Innershade: 7.2 BWP Fix

~INNERSHADE/SETUP-INNERSHADE.TP2~ #0 #2 // Talks for original Bioware NPCs: 7.2 BWP Fix

~WHITEQUEEN/WHITEQUEEN.TP2~ #0 #0 // Colours of Infinity - The White Queen: 4.1 BWP Fix

~ISNF/ISNF.TP2~ #0 #0 // Colours of Infinity: I Shall Never Forget: v4.4 BWP Fix

~EILISTRAEE/SETUP-EILISTRAEE.TP2~ #0 #0 // Eilistraee's Song: 3.4 BWP Fix

~WANDCASE/WANDCASE.TP2~ #0 #0 // Wand Case: v1.3

~ANGELO/SETUP-ANGELO.TP2~ #0 #0 // Angelo NPC MOD for Baldur's Gate II: v5 BWP Fix

~SETUP-BANTERPACK.TP2~ #0 #0 // Pocket Plane Banter Pack for BG2: Shadows of Amn: v14 BWP Fix

~SETUP-BANTERPACK.TP2~ #0 #1 // Install SOA Banter Accelerator script? (Increases the frequency of interparty banter): v14 BWP Fix

~SETUP-BANTERPACK.TP2~ #0 #2 // Pocket Plane Banter Pack for BG2: Throne of Bhaal: v14 BWP Fix

~SETUP-BANTERPACK.TP2~ #0 #3 // Install TOB Banter Accelerator script? (Increases the frequency of interparty banter): v14 BWP Fix

~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #0 // Extended NPC-NPC Interaction SoA: v4.2_Isaya BWP Fix

~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #1 // Extended Minsc/Aerie Interaction ToB: v4.2_Isaya BWP Fix

~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #2 // Imoen "Retrospection" dialogue for BGII: ToB: v4.2_Isaya BWP Fix

~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #3 // Wake-Up dialogue for Anomen Romance (By David Gaider with additions from Kulyok): v4.2_Isaya BWP Fix

~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #4 // NPC Conflict Revisions: v4.2_Isaya BWP Fix

~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #5 // Restored Aerie/Jaheira/Anomen interjection in Underdark: v4.2_Isaya BWP Fix

~VICONIA/SETUP-VICONIA.TP2~ #0 #0 // Viconia Friendship: v3.3_Isaya BWP Fix

~MAZZY/SETUP-MAZZY.TP2~ #0 #0 // Mazzy Friendship: v2.2_Isaya BWP Fix

~YOSHIMO/YOSHIMO.TP2~ #0 #0 // Yoshimo Friendship Mod for BGII: SoA: 2.2_Isaya BWP Fix

~IMOENFRIENDSHIP/IMOENFRIENDSHIP.TP2~ #0 #0 // Imoen Friendship: v2.2_Isaya

~IMOENROMANCE/SETUP-IMOENROMANCE.TP2~ #0 #0 // Imoen NPC Romance Mod for BG2:SoA TOB (3.9 Version!): 3.9 BWP Fix

~IMOENROMANCE/SETUP-IMOENROMANCE.TP2~ #0 #1 // Romance Option -> Allow Multiple Romance's: 3.9 BWP Fix

~SAREVOKFRIENDSHIP/SAREVOKFRIENDSHIP.TP2~ #0 #0 // Sarevok Friendship for BGII: ToB: 1_Isaya

~LUCY/SETUP-LUCY.TP2~ #0 #0 // Lucy the Wyvern: v4 BWP Fix

~SETUP-SLANDOR.TP2~ #1 #0 // The Minotaur and Lilacor: 1.6 BWP Fix

~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #0 // Restored Locations: v8.2.7 BWP Fix 2

~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #1 // Restored Characters and Dialogs: v8.2.7 BWP Fix 2

~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #2 // Restored Sounds: v8.2.7 BWP Fix 2

~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #3 // Restored Items: v8.2.7 BWP Fix 2

~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #4 // Restored Wish Options: v8.2.7 BWP Fix 2

~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #5 // Restored XP for Minor Things: v8.2.7 BWP Fix 2

~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #6 // Lich Deril: v8.2.7 BWP Fix 2

~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #7 // Restored Random Encounters: v8.2.7 BWP Fix 2

~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #8 // Minor Restorations: v8.2.7 BWP Fix 2

~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #11 // Restored Final Slayer Dream: v8.2.7 BWP Fix 2

~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #13 // Restored Waukeen's Promenade Cutscene: v8.2.7 BWP Fix 2

~SETUP-NPCFLIRT.TP2~ #0 #0 // Aerie Flirt Pack For SOA: v1.03 BWP Fix

~SETUP-NPCFLIRT.TP2~ #0 #2 // Aerie Flirt Pack For TOB: v1.03 BWP Fix

~SETUP-NPCFLIRT.TP2~ #0 #4 // Jaheira Flirt Pack for SOA: v1.03 BWP Fix

~SETUP-NPCFLIRT.TP2~ #0 #6 // Jaheira Flirt Pack for TOB: v1.03 BWP Fix

~SETUP-NPCFLIRT.TP2~ #0 #8 // Viconia Flirt Pack for SOA: v1.03 BWP Fix

~SETUP-NPCFLIRT.TP2~ #0 #10 // Viconia Flirt Pack for TOB: v1.03 BWP Fix

~SETUP-NPCFLIRT.TP2~ #0 #12 // Anomen Flirt Pack for SOA: v1.03 BWP Fix

~SETUP-NPCFLIRT.TP2~ #0 #14 // Anomen Flirt Pack for TOB: v1.03 BWP Fix

~RE/SETUP-RE.TP2~ #0 #0 // Aerie, Anomen, Jaheira and Viconia React to Romantic Encounters: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #1 // Storms and Lightning, by berelinde (Weathermistress Ada, adult content): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #2 // Aimi's Magic, by berelinde (adult content): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #3 // Anishai's Deft Hands, by cmorgan: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #4 // An Evening with Aran, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #5 // Bjornin's Desire, by jastey (adult content): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #6 // Bodhi's Allure, by Kulyok (adult content): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #7 // Trademeet with Guildmistress Busya, by magrat: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #8 // The Gambling Cambion, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #9 // Chanelle's Gifts, by cmorgan (adult content): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #10 // A Night with Coran, by magrat: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #11 // Cyric's Test, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #12 // A Tryst with a Pirate Lord, by Kulyok (Desharik, adult content): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #13 // A Lonely Dryad, by Kulyok (adult content): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #14 // Edwin's Softer Side, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #15 // Eldoth' Exploits, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #16 // Elhan's Expansion, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #17 // Firkraag's Unsheathed Sword: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #18 // Gaelan's Contract, by Evaine Dian: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #19 // A Walk with Garren Windspear, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #20 // Enter Haer'Dalis, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #21 // Hendak's Heart, by jastey: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #22 // Ilona, a Merchant's Daughter, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #23 // Jarlaxle's Fascinations, by Catseye: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #24 // A Night with Lais in Imnesvale, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #25 // Laran's Promise, by berelinde (adult content): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #26 // The Love Song of Logan, Lord Coprith, by Ajnos: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #27 // Mekrath and Nymphology, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #28 // Mira's Special Stock, by berelinde: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #29 // Noober Returns, by cmorgan: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #30 // Rebecca the Gypsy, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #31 // Renal Bloodscalp: A Dangerous Affair, by cmorgan (adult content): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #32 // Old Ribald's Speciality, by Evaine Dian: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #33 // Sir Ryan Trawl, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #34 // Saemon, a Pirate, by Kulyok (adult content): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #35 // Dreaming of Sendai, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #36 // Sheri the Bardess, by cmorgan (adult content): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #37 // Solaufein in the Lust Chambers, by jastey: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #38 // Phaere's Reward, by berelinde (Talak, pleasure slave, adult content): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #39 // Spell Research with Teos, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #40 // A fling with Yoshimo, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #41 // Isabelle's Fears, by gertjanvh (adult content): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #42 // Anne's Rescue, by gertjanvh (adult content): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #43 // The Queen, by Domi: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #44 // Valygar Romance, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #45 // Rehearsal with Chandra, by Western Paladin: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #46 // Goldander Blackenrock: After a Party, by magrat: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #47 // A Chat with Viekang, by magrat: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #48 // Bravery or Folly? by Aeryn (Sarevok, adult content): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #49 // Blame the Moon, by Aeryn (Cernd): v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #50 // Cernick's Confession, by Cal Jones: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #51 // Valygar Romance ToB, by Kulyok: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #52 // Minsc. Takes. A Bath, by Thimblerig: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #53 // Nizidramanii'yt's Vanity, by Thimblerig: v11 BWP Fix

~RE/SETUP-RE.TP2~ #0 #54 // Date Night, by SisterVigilante: v11 BWP Fix

~UB/SETUP-UB.TP2~ #0 #0 // The Kidnapping of Boo by Cliffette: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #1 // The Suna Seni/Valygar Relationship: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #2 // Kalah and What He Was Promised: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #4 // Gorje Hilldark and the Extended Illithium Quest: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #5 // The Pai'Na/Spider's Bane Quest: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #6 // Restored Crooked Crane Inn: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #7 // Restored Encounters: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #8 // Artemis Entreri in Bodhi's Lair: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #9 // Corrected "Xzar's Creations": v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #10 // Restored Hell Minions, by SimDing0: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #12 // Item Restorations: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #15 // NPC Portrait Restorations: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #16 // Corrected BAMs and Scripts: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #17 // Corrected Character Names and Biographies: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #18 // Restored Minor Dialogs: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #20 // Extended ToB Item Descriptions: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #21 // Throne of Bhaal Minor Restorations: v26beta2 BWP Fix

~UB/SETUP-UB.TP2~ #0 #25 // The Murder of Acton Balthis, by Kulyok: v26beta2 BWP Fix

~ALTERNATIVES/SETUP-ALTERNATIVES.TP2~ #0 #0 // Alternatives: v11 BWP Fix

~FADINGPROMISES/SETUP-FADINGPROMISES.TP2~ #0 #0 // Fading Promises: v7 BWP fix

~SETUP-D0QUESTPACK.TP2~ #0 #0 // General AI Improvements: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #1 // Creature & Area Improvements -> All Creature & Area Improvements: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #401 // Miscellaneous Enhancements -> Without Additonal Random Encounters: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #6 // Alternative Harper/Xzar Plot: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #7 // Extended Reynald Sequence: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #8 // Intrigue In The Copper Coronet: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #9 // Rahul Kanakia's Potion Quest: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #10 // Revised Hell Trials: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #12 // Improved Oasis II -> IO2 Dialogue Enhancement Only: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #13 // Saving Sanik In Brynnlaw: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #14 // Burglary Of The Bookkeeper: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #15 // New Fate For The Dryads' Acorns: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #16 // The Tragedy Of Besamen: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #17 // Further Slaver Involvement: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #18 // Sending The Solamnic Knights Home: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #19 // Nazariel The Lich: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #20 // Reward Negotiation: v3.2 BWP Fix

~SETUP-D0QUESTPACK.TP2~ #0 #21 // Infernal Thievery: v3.2 BWP Fix

~WHEELS/SETUP-WHEELS.TP2~ #0 #0 // The Wheels of Prophecy: v6 BWP Fix

~SAREVOKROMANCE/SAREVOKROMANCE.TP2~ #0 #0 // Aeryn's Sarevok Romance for BGII: Throne of Bhaal: 1.2 BWP Fix

~CROSSMODBG2/SETUP-CROSSMODBG2.TP2~ #0 #0 // Crossmod Banter Pack for Shadows of Amn: v15 BWP Fix

~CROSSMODBG2/SETUP-CROSSMODBG2.TP2~ #0 #1 // Crossmod Banter Pack for Throne of Bhaal: v15 BWP Fix

~CROSSMODBG2/SETUP-CROSSMODBG2.TP2~ #0 #2 // Crossmod Romance Conflicts: v15 BWP Fix

~WILDMAGE/SETUP-WILDMAGE.TP2~ #0 #0 // Wild Mage Additions: New Wild Magic Spells: v1.7 BWP Fix

~WILDMAGE/SETUP-WILDMAGE.TP2~ #0 #1 // Wild Mage Additions: Spellshaper Kit: v1.7 BWP Fix

~WILDMAGE/SETUP-WILDMAGE.TP2~ #0 #3 // Misc spell modifications: v1.7 BWP Fix

~WILDMAGE/SETUP-WILDMAGE.TP2~ #0 #4 // Stationary BG1-Rhialto (haughty pansy mode): v1.7 BWP Fix

~HAMMERS/SETUP-HAMMERS.TP2~ #0 #0 // Thrown Hammers: v6.0.2

~HAMMERS/SETUP-HAMMERS.TP2~ #0 #15 // Thrown Spiritual Hammers: v6.0.2

~HAMMERS/SETUP-HAMMERS.TP2~ #0 #25 // Normal throwing hammers: v6.0.2

~HAMMERS/SETUP-HAMMERS.TP2~ #0 #35 // +1 throwing weapons: v6.0.2

~HAMMERS/SETUP-HAMMERS.TP2~ #0 #50 // Additional magic items: v6.0.2

~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #0 // Changes to trueclass bards and thieves, and unmodded game kits (required for other components): v6 BWP Fix

~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #1 // Add new bardic store and thief items: v6 BWP Fix

~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #6 // Install Adventurer thief kit: v6 BWP Fix

~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #7 // Install Burglar thief kit: v6 BWP Fix

~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #8 // Install Soulknife thief kit: v6 BWP Fix

~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #9 // Install Sharpshooter thief kit: v6 BWP Fix

~RR/SETUP-RR.TP2~ #0 #0 // Proper dual-wielding implementation for Thieves and Bards: v4.90b1

~RR/SETUP-RR.TP2~ #0 #1 // Thief kit revisions: v4.90b1

~RR/SETUP-RR.TP2~ #0 #2 // Thief High Level Ability revisions: v4.90b1

~RR/SETUP-RR.TP2~ #0 #3 // Proper racial adjustments for thieving skills: v4.90b1

~RR/SETUP-RR.TP2~ #0 #4 // Bard kit revisions: v4.90b1

~RR/SETUP-RR.TP2~ #0 #5 // Bard High Level Ability revisions: v4.90b1

~RR/SETUP-RR.TP2~ #0 #6 // Proper spell progression for Bards: v4.90b1

~RR/SETUP-RR.TP2~ #0 #7 // Additional equipment for Thieves and Bards: v4.90b1

~RR/SETUP-RR.TP2~ #0 #8 // Upgradeable Equipment: v4.90b1

~WSR/SETUP-WSR.TP2~ #0 #100 // Wizard Slayer kit revision: v1.12

~MIGHT_AND_GUILE/MIGHT_AND_GUILE.TP2~ #0 #310 // Add the Corsair (fighter kit): 3.0.3

~MIGHT_AND_GUILE/MIGHT_AND_GUILE.TP2~ #0 #320 // Add the Marksman (fighter kit): 3.0.3

~MIGHT_AND_GUILE/MIGHT_AND_GUILE.TP2~ #0 #322 // Add the Elven Archer (ranger kit): 3.0.3

~MIGHT_AND_GUILE/MIGHT_AND_GUILE.TP2~ #0 #350 // Add the Mage Hunter (ranger kit): 3.0.3

~MIGHT_AND_GUILE/MIGHT_AND_GUILE.TP2~ #0 #360 // Add the Barbarian Ranger (ranger kit): 3.0.3

~MIGHT_AND_GUILE/MIGHT_AND_GUILE.TP2~ #0 #410 // Add the Sniper (thief kit): 3.0.3

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #20 // Change Imoen's Avatar to Mage: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #60 // Weapon Animation Tweaks: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #110 // Icon Improvements: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #130 // Force All Dialogue to Pause Game: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #140 // Fix Boo's Squeak: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1010 // More Interjections: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1020 // Alter HP Triggers for NPC Wounded Dialogues: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1060 // Breakable Iron Nonmagical Shields, Helms, and Armor: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1070 // Improved Multi-Player Kick-out Dialogues: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1080 // Add Bags of Holding: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1090 // Exotic Item Pack: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1101 // Do Not Reveal City Maps When Entering Area: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1120 // Stores Sell Higher Stacks of Items: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1130 // Reputation Resets in BG2 (BGT Only): Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1161 // Multiple Strongholds (Baldurdash) -> Keep Class Restrictions: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1180 // Female Edwina: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1230 // Allow Cespenar to Use Cromwell Recipes: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2040 // Universal Clubs: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2140 // Expanded Dual-Class Options: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2150 // Wear Multiple Protection Items -> P&P Restrictions: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2192 // Limit Ability of Storekeepers to Identify Items -> Hybrid of Both Methods: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2320 // Trap Cap Removal (Ardanis/GeN1e): Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2330 // Remove Delay for Magical Traps (Ardanis/GeN1e): Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2340 // Remove Summoning Cap for Celestials (Ardanis/GeN1e): Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3030 // Easy Spell Learning -> 100% Learn Spells: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3050 // Remove fatigue from restoration spells: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3060 // Remove "You Must Gather Your Party..." Sound (Weimer): Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3070 // Change Effect of Reputation on Store Prices -> Low Reputation Store Discount (Sabre): Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3080 // Increase Ammo Stack Size -> Unlimited Ammo Stacking: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3093 // Increase Gem and Jewelry Stacking -> Stacks of 120: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3103 // Increase Potion Stacking -> Stacks of 120: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3113 // Increase Scroll Stacking -> Stacks of 120: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3121 // Happy Patch (Party NPCs do not complain about reputation) -> NPCs Can Be Angry About Reputation but Never Leave (Salk): Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3123 // NPCs Don't Fight: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3125 // Neutral Characters Make Happy Comments at Mid-Range Reputation: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3183 // Romance Cheats: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3200 // Sellable Items (Icelus): Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3205 // Stores Purchase All Item Types: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4000 // Adjust Evil joinable NPC reaction rolls: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4031 // Consistent Stats: Edwin -> Use BG2 Values: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4041 // Consistent Stats: Jaheira -> Use BG2 Values: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4050 // Change Jaheira to Neutral Good: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4061 // Consistent Stats: Minsc -> Use BG2 Values: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4071 // Consistent Stats: Viconia -> Use BG2 Values: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4090 // Make Montaron an Assassin (Andyr): Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4100 // Change Korgan to Neutral Evil: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4110 // Give Kagain A Legal Constitution Score of 19: Beta 5

~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4120 // Give Coran A Legal Dexterity Score of 19: Beta 5

~A7#IMPROVEDARCHER/SETUP-A7#IMPROVEDARCHER.TP2~ #0 #0 // Improved Archer Kit: v2.2

~A7#IMPROVEDARCHER/SETUP-A7#IMPROVEDARCHER.TP2~ #0 #100 // Add +4 arrows, bolts and two powerful bows to the game: v2.2

~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #26 // Add Priest of Tempus kit for Priests: 1.3

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #1000 // Initialise mod (all other components require this): v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #1910 // Protection from Normal Missiles also blocks Arrows of Fire/Cold/Acid and similar projectiles without pluses: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2000 // Allow Spellstrike to take down a Protection from Magic scroll: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2010 // More consistent Breach spell (always affects liches and rakshasas; doesn't penetrate Spell Turning): v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2020 // Antimagic attacks penetrate improved invisibility: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2030 // Iron Skins behaves like Stoneskin (can be brought down by Breach): v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2040 // Modify the Harm spell so it does damage rather than reducing target to 1 hp -> Enemy Harm spells reduce target to 1 hit point; player Harm spells do 150 hp of damage: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2070 // Blade Barrier and Globe of Blades only affect hostile creatures: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2080 // Cap damage done by Skull Trap at 12d6: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2090 // Make Power-Word: Blind single-target: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2100 // Make Minute Meteors into +2 weapons: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2110 // Reduce the power of Inquisitors' Dispel Magic -> Inquisitors dispel at 1.5 x their level (not twice their level): v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2120 // Slightly weaken insect plague spells, and let fire shields block them: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2140 // Slightly increase the power of Mantle, Improved Mantle, and Absolute Immunity: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2150 // Make spell sequencers, spell triggers, and contingencies learnable by all mages: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2160 // Add an extra copy of some hard-to-find spell scrolls: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2170 // True Sight/True Seeing spells protect from magical blindness: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3030 // Re-introduce potions of extra-healing: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3041 // Reduce the number of Arrows of Dispelling in stores -> Stores sell a maximum of 5 Arrows of Dispelling: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4000 // Faster Bears: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4010 // Grant large, flying, non-solid or similar creatures protection from Web and Entangle: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4020 // More realistic wolves and wild dogs: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4040 // Make party members less likely to die irreversibly: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4051 // Decrease the rate at which reputation improves -> Reputation increases at about 1/2 the normal rate: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4110 // Allow NPC pairs to separate: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4120 // NPCs go to inns: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4150 // Allow the Cowled Wizards to detect spellcasting in most indoor, above-ground areas in Athkatla: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4160 // Increase the price of a license to practise magic in Athkatla -> License costs 10,000 gp: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4172 // Increase the price asked by Gaelan Bayle -> Gaelan wants 80,000 gold pieces: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4180 // Make Freedom scrolls available earlier: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4210 // Randomise the maze in Watcher's Keep: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4215 // Remove unrealistically helpful items from certain areas: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4230 // Delay the arrival of the "bonus merchants" in the Adventurers' Mart and the Copper Coronet: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4240 // Treat mages' and priests' High-Level Abilities as innate abilities rather than memorisable spells (each may be taken only once): v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5000 // Ease-of-use party AI: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5010 // Move Boo into Minsc's pack: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5020 // Remove the blur graphic effect from the Cloak of Displacement: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5030 // Remove animation from the Cloak of Mirroring (leave it for other spells and effects that use the same graphic): v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5050 // Stackable ankheg shells, winterwolf pelts and wyvern heads: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5060 // Ensure Shar-Teel doesn't die in the original challenge: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5900 // Initialise AI components (required for all tactical and AI components): v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6000 // Smarter general AI: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6023 // Add high-level abilities (HLAs) to spellcasters -> All eligible spellcasters in Throne of Bhaal get HLAs; only selected casters in Shadows of Amn do: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6032 // Smarter Mages -> Mages never cast short-duration spells instantly at start of combat: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6042 // Smarter Priests -> Priests never cast short-duration spells instantly at start of combat: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6102 // Potions for NPCs -> Half the potions dropped by slain enemies break and are lost: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6200 // Improved Spiders: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6300 // Smarter sirines and dryads: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6310 // Slightly harder carrion crawlers: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6320 // Smarter basilisks: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6500 // Improved golems: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6511 // Improved fiends -> Fiends have normal hit points: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6521 // Smarter genies -> Genies have normal hit points: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6531 // Smarter celestials -> Celestials have normal hit points: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6541 // Smarter dragons -> Dragons have normal hit points: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6551 // 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): v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6560 // Smarter mind flayers -> Illithids have only original-game resistances; Illithids can see through invisibility: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6570 // Smarter githyanki: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6580 // Improved Vampires: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6590 // Smarter Throne of Bhaal final villain: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6800 // Smarter Illasera: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6810 // Smarter Gromnir: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6820 // Smarter Yaga-Shura: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6830 // Smarter Abazigal: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6840 // Give Ascension versions of Irenicus and Sendai SCS scripts and abilities: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6850 // Give Ascension demons SCS scripts and abilities: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7000 // Improved doppelgangers: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7010 // Tougher Black Talons and Iron Throne guards: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7020 // Improved deployment for parties of assassins: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7030 // Dark Side-based kobold upgrade: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7040 // Relocated bounty hunters: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7050 // Improved Ulcaster: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7060 // Improved Balduran's Isle: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7070 // Improved Durlag's Tower: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7080 // Improved Demon Cultists: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7090 // Improved Cloakwood Druids: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7100 // Improved Bassilus: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7110 // Improved Drasus party: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7130 // Improved Red Wizards: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7140 // Improved Undercity party: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7200 // Tougher chapter-two end battle: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7210 // Tougher chapter-three end battle: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7220 // Tougher chapter-four end battle: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7230 // Tougher chapter-five end battle: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7250 // Improved final battle: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7900 // Improved minor encounters: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8000 // Make the starting dungeon slightly harder: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8010 // Improved Shade Lord: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8020 // Spellcasting Demiliches: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8030 // More resilient trolls: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8042 // Increase difficulty of level-dependent monster groupings -> Almost-maximum difficulty (maximum for everything except liches): v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8050 // Improved Random Encounters: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8061 // Improved de'Arnise Keep ("Tactics Remix") -> Enhanced spirit trolls (as in Tactics): v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8070 // Improved Unseeing Eye: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8081 // Improved Bodhi (Tactics Remix) -> Original Tactics Improved Bodhi with SCSII scripting: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8100 // Improved battle with Irenicus in Spellhold: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8110 // Improved Sahuagin: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8120 // Improved Beholder hive (adapted from Quest Pack): v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8130 // Prevent resting in the Illithid city: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8141 // Slightly Improved Drow -> Leave Ust Natha's defences alone: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8150 // Slightly Improved Watcher's Keep: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8160 // Improved Fire Giant temple: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8170 // Enhanced Sendai's Enclave: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8180 // Improved Abazigal's Lair: v30 BWP fix + K4thos' EET compatibility

~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8190 // Improved Minor Encounters: v30 BWP fix + K4thos' EET compatibility

~WSR/SETUP-WSR.TP2~ #0 #200 // Wizard Slayer High Level Ability revision: v1.12

~WSR/SETUP-WSR.TP2~ #0 #302 // Revised Wizard Slayer item restrictions -> Moderate changes: v1.12

~WSR/SETUP-WSR.TP2~ #0 #999 // BG2-style icons for WSR content: v1.12

~RR/SETUP-RR.TP2~ #0 #9 // Revised Thievery -> Use PnP thievery potions and prevent their effects from stacking: v4.90b1

~RR/SETUP-RR.TP2~ #0 #11 // Chosen of Cyric encounter: v4.90b1

~RR/SETUP-RR.TP2~ #0 #12 // Shadow Thief Improvements: v4.90b1

~RR/SETUP-RR.TP2~ #0 #999 // BG2-style icons for RR content: v4.90b1

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #100 // Restore innate infravision to Half-Orc characters: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #101 // Prevent skeletal and incorporeal undead from being affected by Illithids' Devour Brain attack: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #102 // Change Spiritual Hammer into a ranged force weapon: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #103 // Allow Dispel/Remove Magic to take down Globes of Invulnerability: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #104 // PnP Color Spray: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #110 // Magical arrows and bolts deal bonus damage equal to their enchantment level: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #117 // Allow Mages to scribe memorized spells onto scrolls -> Scrolls can only be scribed at inns and strongholds: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #120 // Restore innate disease immunity to Paladins: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #125 // Rangers' Animal Empathy improves with experience: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #130 // Additional racial traits for Dwarves: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #140 // Additional racial traits for Gnomes: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #152 // PnP Fiends -> Mod-added fiends are also affected: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #155 // Further Revised Fiend Summoning: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #156 // Fiendish gating: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #160 // PnP Undead: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #180 // PnP Mephits: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #185 // PnP Fey creatures: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #186 // Revised Call Woodland Beings spell: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #200 // Allow Breach to take down Stoneskin effects applied by items: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #201 // Instant casting for warrior innates: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #202 // Revised Bhaalpowers -> Enhance the Bhaalpowers and standardize their casting time: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #218 // Regain Bhaalpowers in ToB: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #203 // Make druidic shapeshifting uninterruptable: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #204 // Prevent Mislead clones from singing Bard songs: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #205 // Prevent Project Image and Simulacrum clones from using quickslot items: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #211 // Make Death Ward protect against Vorpal Hits: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #210 // Restore the Dispel Magic vulnerability to Nishruu and Hakeashars: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #212 // Make alignment detection spells more accurate: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #213 // Expanded saving throw bonus tables for Dwarves, Gnomes and Halflings: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #216 // Bard songs break invisibility -> Only the Jester song breaks invisibility: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #270 // Unbiased quest rewards: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #220 // Simple Thief script: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #230 // Simple Bard script: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #239 // Simple Cleric/Paladin script: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #324 // Use Icewind Dale's Dimension Door animation -> Fast animation speed, shorter delay between animation start and creature appearance/disappearance: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #301 // Change the appearance of Valygar's armor: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #302 // Change the appearance of the Robe of Vecna: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #310 // Distinctive creature coloring: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #315 // Distinctive creature soundsets: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #500 // Slightly expanded storage capacity for containers -> Use the recommended storage capacity value (999): v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #510 // Expanded temple services: v4.50 BWP Fix

~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #999 // BG2-style icons for aTweaks content: v4.50 BWP Fix

~KLATU/SETUP-KLATU.TP2~ #0 #1000 // The Gloves of Goodman Hayes: 1.7

~KLATU/SETUP-KLATU.TP2~ #0 #1010 // The Manual of War: 1.7

~KLATU/SETUP-KLATU.TP2~ #0 #1020 // Prepared Wishes: 1.7

~KLATU/SETUP-KLATU.TP2~ #0 #1050 // Appropriate XP Rewards for Cowled Enforcers: 1.7

~KLATU/SETUP-KLATU.TP2~ #0 #2020 // No Item Deprecation: 1.7

~KLATU/SETUP-KLATU.TP2~ #0 #2030 // Identify all store items: 1.7

~KLATU/SETUP-KLATU.TP2~ #0 #2040 // Fix Wild Mage Items and Spells: 1.7

~KLATU/SETUP-KLATU.TP2~ #0 #2050 // Prevent Wish Spells from Interrupting Caster: 1.7

~KLATU/SETUP-KLATU.TP2~ #0 #2080 // Drop Equipment on Disintegration: 1.7

~KLATU/SETUP-KLATU.TP2~ #0 #2110 // Treat all Innate Abilities as Non-Magical (Unaffected by Wild/Dead Magic and Silence): 1.7

~KLATU/SETUP-KLATU.TP2~ #0 #2120 // Treat all Psionic Abilities as Non-Magical (Unaffected by Wild/Dead Magic and Silence): 1.7

~KLATU/SETUP-KLATU.TP2~ #0 #2130 // Treat all Bardsong Effects as Non-Magical (Unaffected by Wild/Dead Magic): 1.7

~KLATU/SETUP-KLATU.TP2~ #0 #2160 // Remove Delay from Improved Haste Spells: 1.7

~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #1 // Consistent NPC appearance: 1.3

~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #3 // Adjust total XP CAP: 1.3

~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #6 // Adjust XP for Traps, Spells and Lockpicking: 1.3

~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #7 // Adjust XP for killing creatures: 1.3

~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #8 // Adjust XP for quests: 1.3

~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #10 // 3E Thief Sneak Attack: 1.3

~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #12 // More bandit scalps: 1.3

~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #13 // Put Sword of Chaos +2 in Sarevok's inventory: 1.3

~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #20 // Disable hostile reaction after charm: 1.3

~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #21 // Adjust familiar death consequences: 1.3

~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #27 // Add racial enemies from IWD: 1.3

~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #28 // Remove junk from global scripts: 1.3

~SETUP-BP-BGT-WORLDMAP.TP2~ #0 #0 // Worldmap for Baldur's Gate - including colored Baldur's Gate map icons: v10.2.1

~EET_END.TP2~ #0 #0 // Finalise EET (last mod in install order)

~AREA_PATCHER/SETUP-AREA_PATCHER.TP2~ #0 #0 // Area Patcher: ALPHA 16

~AREA_PATCHER/SETUP-AREA_PATCHER.TP2~ #0 #2001 // Fix AR2300 Script - Prevent infinite loop after Sahuagin king dies: ALPHA 16

~AREA_PATCHER/SETUP-AREA_PATCHER.TP2~ #0 #2003 // Fix AR0406 Script - Remove Lord Jierdan from Copper Coronet after Windspear Hills battle: ALPHA 16

~AREA_PATCHER/SETUP-AREA_PATCHER.TP2~ #0 #5000 // Fix BG1NPC X#AJR1.ARE: ALPHA 16

~AREA_PATCHER/SETUP-AREA_PATCHER.TP2~ #0 #5001 // Fix BG1NPC X#CH11.ARE: ALPHA 16

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #0 // Install Marker: ALPHA 2

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #100 // Gives some original game items the Droppable Flag: ALPHA 2

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #101 // Gives some Big Picture items the Droppable Flag: ALPHA 2

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #102 // Gives some CtB items the Droppable Flag: ALPHA 2

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #103 // Gives some Huple NPC items the Droppable Flag: ALPHA 2

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #104 // Gives some Iylos items the Droppable Flag: ALPHA 2

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #105 // Gives some Keto items the Droppable Flag: ALPHA 2

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #106 // Gives some Kim items the Droppable Flag: ALPHA 2

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #107 // Gives some Kivan and Deheriana items the Droppable Flag: ALPHA 2

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #108 // Gives some Lena items the Droppable Flag: ALPHA 2

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #109 // Gives some Les Exiles de Lunargent items the Droppable Flag: ALPHA 2

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #110 // Gives some Ninde items the Droppable Flag: ALPHA 2

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #111 // Gives some Skie ReDone items the Droppable Flag: ALPHA 2

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #112 // Gives some TDD items the Droppable Flag: ALPHA 2

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #113 // Gives some Tashia items the Droppable Flag: ALPHA 2

~ITEM_PATCHER/SETUP-ITEM_PATCHER.TP2~ #0 #115 // Gives some TS items the Droppable Flag: ALPHA 2

~THEPICTURESTANDARD/THEPICTURESTANDARD.TP2~ #0 #1000 // Main -> Vanilla: 0.71

~THEPICTURESTANDARD/THEPICTURESTANDARD.TP2~ #0 #2000 // Followers -> Vanilla: 0.71

~THEPICTURESTANDARD/THEPICTURESTANDARD.TP2~ #0 #3000 // BG1NPC -> Vanilla: 0.71

~THEPICTURESTANDARD/THEPICTURESTANDARD.TP2~ #0 #7000 // Eilistraee's Song -> Vanilla: 0.71

~THEPICTURESTANDARD/THEPICTURESTANDARD.TP2~ #0 #8000 // Innershade -> Vanilla: 0.71

~THEPICTURESTANDARD/THEPICTURESTANDARD.TP2~ #0 #9000 // I Shall Never Forget -> Vanilla: 0.71

~THEPICTURESTANDARD/THEPICTURESTANDARD.TP2~ #0 #10000 // Rogue Rebalancing -> Vanilla: 0.71

~THEPICTURESTANDARD/THEPICTURESTANDARD.TP2~ #0 #11000 // Sellswords -> Vanilla: 0.71

~THEPICTURESTANDARD/THEPICTURESTANDARD.TP2~ #0 #12000 // Tales Of The Deep Gardens -> Vanilla: 0.71

~THEPICTURESTANDARD/THEPICTURESTANDARD.TP2~ #0 #19000 // The White Queen -> Vanilla: 0.71

~THEPICTURESTANDARD/THEPICTURESTANDARD.TP2~ #0 #21000 // Tower of Deception: 0.71

~THEPICTURESTANDARD/THEPICTURESTANDARD.TP2~ #0 #22000 // Siege of Dragonspear -> Vanilla: 0.71

~THEPICTURESTANDARD/THEPICTURESTANDARD.TP2~ #0 #81200 // Standardized Iomen -> SoD Iomen: 0.71

~THEPICTURESTANDARD/THEPICTURESTANDARD.TP2~ #0 #82300 // Standardized Jaheira -> BG2 Jaheira: 0.71

~THEPICTURESTANDARD/THEPICTURESTANDARD.TP2~ #0 #84200 // Standardized Viconia -> SoD Viconia: 0.71

~LIGHTINGPACK/SETUP-LIGHTINGPACK.TP2~ #0 #2 // Shader script files for lighting control -> Moderately increased contrast, brightness and gamma (recommended): v2.4

~PPE/SETUP-PPE.TP2~ #0 #0 // Portraits Portraits Everywhere (PPE) - core component: 1.01

~PPE/SETUP-PPE.TP2~ #0 #100 // Category Portraits (Recommended) -> Sequenced: 1.01

~PPE/SETUP-PPE.TP2~ #0 #20 // Replace Low Quality TOB & SOA Portraits: 1.01

~PPE/SETUP-PPE.TP2~ #0 #30 // Ust Natha Drow NPCs: 1.01

~PPE/SETUP-PPE.TP2~ #0 #35 // Vampire NPCs: 1.01

 

 

 

 

Hoping that all worked. You'll see that the PIDs are from the same mod (dont know which one that is now, if it's not bg1npc). Any aspect of the flirt pack or imoen romance arent there, in so far as I can see).

Link to comment

these are indeed PIDs from BG1 NPC Project. Please upload "WeiDU-BGEE.log". I suspect you may be using older version of the mod that didn't have additional filters.

 

Also please use this console code in your game and report back the result:

C:GetGlobal("EndofBG1","global")

edit: there is also code in setup-EET_end that handles unfiltered PIDs so this shouldn't be the case even if BG1 NPC Project wouldn't use filtering. The code has been probably added in later version of EET than you're using in your installation, although I will check it out just to be sure that there isn't a regression there.
Either way this won't be a problem if you make a new EET installation now (I've checked both of the showcased dialogues on my current installation and they are properly filtered).

Link to comment

these are indeed PIDs from BG1 NPC Project. Please upload "WeiDU-BGEE.log". I suspect you may be using older version of the mod that didn't have additional filters.

 

Also please use this console code in your game and report back the result:

C:GetGlobal("EndofBG1","global")

edit: there is also code in setup-EET_end that handles unfiltered PIDs so this shouldn't be the case even if BG1 NPC Project wouldn't use filtering. The code has been probably added in later version of EET than you're using in your installation, although I will check it out just to be sure that there isn't a regression there.

Either way this won't be a problem if you make a new EET installation now (I've checked both of the showcased dialogues on my current installation and they are properly filtered).

 

 

 

 

 

~SETUP-WEIDU.TP2~ #0 #0 // 24000
~SETUP-BWS.TP2~ #0 #0 // 20161130 - Updated by agb1 (installation started Fri 12/09/2016)
~SETUP-DARKHORIZONSBGEE.TP2~ #0 #0 // "Dark Horizons" Mod for Baldur's Gate: Enhanced Edition: BG:EE v213 BWP Fix
~BGQE/SETUP-BGQE.TP2~ #0 #0 // Slime Quest: v14
~BGQE/SETUP-BGQE.TP2~ #0 #1 // Beregost Family Quest: v14
~BGQE/SETUP-BGQE.TP2~ #0 #2 // Installing the Babysitting Quest, including the Carnival Encounter...: v14
~BGQE/SETUP-BGQE.TP2~ #0 #3 // Nashkel Monster Quest: v14
~BGQE/SETUP-BGQE.TP2~ #0 #4 // Fallen Paladin Quest: v14
~BGQE/SETUP-BGQE.TP2~ #0 #5 // Undying Love Quest: v14
~BGQE/SETUP-BGQE.TP2~ #0 #6 // Orcish Lover Encounter: v14
~BGQE/SETUP-BGQE.TP2~ #0 #7 // Unexpected Help Quest: v14
~BGQE/SETUP-BGQE.TP2~ #0 #8 // "Many Little Paws": v14
~BGQE/SETUP-BGQE.TP2~ #0 #9 // Drunk near Beregost Temple: v14
~BGQE/SETUP-BGQE.TP2~ #0 #10 // A Warm Place for Noober: v14
~SOA/SETUP-SOA.TP2~ #0 #0 // The Stone of Askavar for TotSC/Tutu/BGT/BGEE -> Default version: areas connected by travel triggers: 2.0
~SETUP-BG1AERIE.TP2~ #0 #0 // Aerie for BG:EE
~BG1NPC/BG1NPC.TP2~ #0 #0 // The BG1 NPC Project: Required Modifications: v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #1 // The BG1 NPC Project: Banters, Quests, and Interjections: v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #8 // The BG1 NPC Project: Add Non-Joinable NPC portraits to quests and dialogues: v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #9 // The BG1 NPC Project: Ajantis Romance Core (teen content): v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #10 // The BG1 NPC Project: Branwen's Romance Core (teen content): v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #11 // The BG1 NPC Project: Coran's Romance Core (adult content): v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #12 // The BG1 NPC Project: Dynaheir's Romance Core (teen content): v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #13 // The BG1 NPC Project: Shar-Teel Relationship Core (adult content): v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #14 // The BG1 NPC Project: Xan's Romance Core (teen content): v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #15 // The BG1 NPC Project: Female Romance Challenges, Ajantis vs Xan vs Coran: v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #17 // The BG1 NPC Project: Alora's Starting Location -> Alora Starts in the Hall of Wonders: v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #20 // The BG1 NPC Project: Eldoth's Starting Location -> Eldoth Starts on the Coast Way: v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #22 // The BG1 NPC Project: Quayle's Starting Location -> Quayle Starts at the Nashkel Carnival: v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #24 // The BG1 NPC Project: Tiax's Starting Location -> Tiax Starts in Beregost: v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #26 // BGEE Banter Timing Tweak: v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #28 // The BG1 NPC Project: Bardic Reputation Adjustment: v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #29 // The BG1 NPC Project: Cloakwood areas availability in Chapter One -> Open Cloakwood Lodge (first Cloakwood area only): v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #31 // The BG1 NPC Project: Sarevok's Diary Adjustments -> SixofSpades Extended Sarevok's Diary: v22.3_20160416
~BG1NPC/BG1NPC.TP2~ #0 #200 // The BG1 NPC Project: Player-Initiated Dialogues: v22.3_20160416
~BG1NPCMUSIC/SETUP-BG1NPCMUSIC.TP2~ #0 #0 // The BG1 NPC Project Music Pack -> Install All Audio: v6
~XANBG1FRIEND/SETUP-XANBG1FRIEND.TP2~ #0 #0 // Xan's friendship path for BG1: v9bgee BWP Fix 4
~CORANBGFRIEND/CORANBGFRIEND.TP2~ #0 #0 // Coran's Extended BG Friendship Talks: v4
~NEERA/NEERA.TP2~ #0 #0 // Neera Expansion: v1.1
~NEERA/NEERA.TP2~ #0 #4 // How much time would you like between talks (approximately)? -> 1.5 hours (default): v1.1
~NEERA/NEERA.TP2~ #0 #6 // Make Neera romanceable by women?: v1.1
~NEERABANTERS/SETUP-NEERABANTERS.TP2~ #0 #0 // Neera Banters: v0.1.2-20150101
~SARADAS_MAGIC/SARADAS_MAGIC.TP2~ #0 #0 // saradas_magic
~BG1RE/SETUP-BG1RE.TP2~ #0 #0 // Amount of -ahem- details and BG-style vs. description text!: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #1 // Bardolan's Briefing, by berelinde: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #2 // Scar's Spare Time, by jastey: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #3 // Kim's Preoccupation, by jastey (WARNING - refer to the readme!): v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #4 // Extension of Bjornin Encounter (Personal Wound Treatment), by jastey: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #5 // No Starch in the Maypole: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #6 // Duke Eltan's Spare Minute, by jastey: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #7 // Husam's Personal Preparation, by jastey: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #8 // Laurel's Post-Hunting, by jastey: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #9 // Bartus' Seduction, by jastey: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #10 // Lina's Massage, by jastey: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #11 // First Night with Quentin, by Kulyok: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #12 // Chatting Niklos Up, by Kulyok (mature content. WARNING - refer to the readme!): v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #13 // Slythe and Krystin, by Kulyok (mature content. WARNING - refer to the readme!): v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #14 // No Regrets: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #15 // Purchased Love, by Thimblerig: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #16 // Hull: Heavy Duty, by Lava: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #17 // Late Night with Jaheira, by Kulyok: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #18 // Sil's Blessing, by Lava: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #19 // Melicamp: The Poultry Boy, by Lava: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #20 // Reading with Rinnie, by Western Paladin: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #21 // Molly the Husband-Grabber, by Kulyok: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #22 // The Mourning of Centeol, the Spider Lady, by Lava: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #23 // The Essential End, by Lava: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #24 // The Harvestmen Lair, by Lava (mature content): v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #25 // The Great Zudini, by Kulyok (mature content): v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #26 // The Messenger, by Thimblerig: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #27 // Ender Sai, the Hero's Reward, by Thimblerig (WARNING - refer to the readme!): v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #28 // The Novelists, by Thimblerig: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #29 // The Honest Lies of Two Riversides, By Lava: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #30 // Necromancer's Trouble, by jastey (WARNING - refer to the readme!): v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #31 // Dinner with Thalantyr, by jastey: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #32 // Girdle of Gender Reactions, by Thimblerig, Kulyok, Domi, Lava, Lastknightleft, Twani, Jastey, Daisy Ninja Girl: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #33 // The Surgeon's Dream, by Kulyok: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #34 // All That Left Was, by Lava and Thimblerig: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #35 // A Childhood Friend, by Kulyok: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #36 // Arlene the Working Girl, by Kulyok: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #37 // Della May from Thay, by Kulyok: v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #38 // A Dirty Guard in Candlekeep, by Kulyok (mature content. WARNING - refer to the readme!): v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #39 // Phoenix Flame, by Kulyok (mature content): v1.4
~BG1RE/SETUP-BG1RE.TP2~ #0 #40 // Mikala the Monk, by Twani: v1.4
~BG1UB/SETUP-BG1UB.TP2~ #0 #0 // Ice Island Level Two Restoration: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #1 // The Mysterious Vial: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #10 // Place Entar Silvershield in His Home: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #11 // Scar and the Sashenstar's Daughter: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #12 // Quoningar, the Cleric: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #13 // Shilo Chen and the Ogre-Magi: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #14 // Edie, the Merchant League Applicant: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #16 // Creature Corrections: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #17 // Creature Restorations: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #18 // Creature Name Restorations: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #19 // Minor Dialogue Restorations: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #21 // Store, Tavern and Inn Fixes and Restorations: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #22 // Item Corrections and Restorations: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #28 // Prism and the Emeralds Tweak: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #29 // Duke Eltan in the Harbor Master's Building: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #30 // Nim Furlwing Encounter: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #32 // Svlast, the Fallen Paladin Encounter: v14.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #33 // Mal-Kalen, the Ulcaster Ghost: v14.0

 

 

 

 

 

Here's the BGEE one.

 

Also, it returned a global variable of 2

 

I'm guessing that means the EndofBG1 script ran appropriately, right?

 

Edit - Didnt put the full log in. Just checked and it's right now.

Link to comment

Even though this problem no longer exists with newest versions of mods I can write custom version of setup-EET_end that will fix it in your ongoing game. If you're interested please upload SETUP-EET_END.DEBUG file to https://www.sendspace.com/

I need to check one thing there first.

 

 

https://www.sendspace.com/file/vfmvhh

 

Yeah. I'd super appreciate any help.

 

Also, thanks for helping me how to post about these kinds of problems in the future : )

Link to comment

Here is new version of setup-EET_end: https://dl.dropboxusercontent.com/u/35433122/extractMe.zip

It should fix all your PID problems.

 

Extract it in your main game folder overwriting old files. Than double click setup-EET_end.exe and chose [R]einstall option.

 

Just to be sure I suggest making backup copy of whole game folder (in case something goes wrong during reinstallation)

 

edit: also use this code in console:

C:SetGlobal("bd_plot","global",700)
Link to comment

 

Here is new version of setup-EET_end: https://dl.dropboxusercontent.com/u/35433122/extractMe.zip

It should fix all your PID problems.

 

Extract it in your main game folder overwriting old files. Than double click setup-EET_end.exe and chose [R]einstall option.

 

Just to be sure I suggest making backup copy of whole game folder (in case something goes wrong during reinstallation)

 

edit: also use this code in console:

C:SetGlobal("bd_plot","global",700)

 

 

I appreciate all of the help. When I ran the installer, it gets part way through before throwing an error and uninstalling the end part of EET. I'll include the end of what the installer says in the spoiler below.

 

Interestingly - both the back up and the original copy throw a WARNING when I start, saying that the EET_END mod wasnt finished (I only extracted into the original folder, and only ran the setup found therein)..

 

I can still load my game in each case, although I havent had a chance to play to see if anything is messed up or otherwise not working.

 

 

Patching BDINTRO.BCS: BDSKIEJ => SKIEJ - dlg

 

Patching BDINTRO.BCS: BDTIAXJ => TIAXJ - dlg

 

Patching BDINTRO.BCS: BDXANJ => XANJ - dlg

 

Patching BDINTRO.BCS: BDXZARJ => XZARJ - dlg

 

Patching BDINTRO.BCS: BDYESLIJ => YESLIJ - dlg

 

[bG0125.BCS.BCS] LEXER ERROR at line 1 column 0-1

Near Text: IF

invalid keyword [iF]

 

[bG0125.BCS.BCS] ERROR at line 1 column 0-1

Near Text: IF

Parsing.Parse_error

ERROR: parsing [bG0125.BCS.BCS]: Parsing.Parse_error

ERROR: [bG0125.BCS] -> [override/BG0125.BCS] Patching Failed (COPY) (Parsing.Parse_error)

Stopping installation because of error.

 

ERROR Installing [Finalise EET (last mod in install order)], rolling back to previous state

Will uninstall 781 files for [EET_END.TP2] component 0.

Uninstalled 781 files for [EET_END.TP2] component 0.

ERROR: Parsing.Parse_error

PLEASE email the file SETUP-EET_END.DEBUG to K4thos (swit)

Using Language [English]

 

Install Component [Finalise EET (last mod in install order)]?

nstall, or [N]ot Install or [Q]uit?

 

 

 

Edit: - One interesting difference. When I load up the game from the original set up (where the set up failed and uninstalled the final part of EET) - I cannot initiate any PID with any character.

 

When I use the backup, despite getting the exact same warning as I do with the original - I can start PIDs (They're the same as the ones I had before, the bg1npc ones).

Link to comment
Interestingly - both the back up and the original copy throw a WARNING when I start, saying that the EET_END mod wasnt finished (I only extracted into the original folder, and only ran the setup found therein)..

your backup copy is fine. The message show up due to Baldur.lua value that is now set to 1 due to re-installation error in another directory:

SetPrivateProfileString('Program Options','EET Installation State','1')

you can change it to 2 to get rid of the message in the backup copy of the game.

 

No idea why you can't re-install it. I've just tried it on the heavily modded installation (tactical BWS setup with all the NPCs and mega mods) and it worked fine for me, although the installation is based on RC8, not RC7. The error message doesn't make sense to me (LEXAR error due to IF? The mod shouldn't mess with this).

 

Edit: - One interesting difference. When I load up the game from the original set up (where the set up failed and uninstalled the final part of EET) - I cannot initiate any PID with any character.

installation without setup-EET_end is not finished and is unusable - don't play with it, go back to your backup copy.

 

--------

Can't really help other than manually patching files but to do so you will need to send me decompiled versions of them. In case of Jaheira and Imoen that would be:

- jaheiraJ.d

- imoen2J.d

Link to comment

Okay:

 

So I may have done this wrong. There are quite a few different versions of Imoen2J.dlg (and one already decompiled ones in the romance folder - so I grabbed that one).

 

I dont know if that will actually help you though: https://www.sendspace.com/file/opw9la

 

I did the same for the jaheira one (there were two, one in IEP banters and one in the romance folder). I'm sending the banter related one, since that would seem to be my concern: https://www.sendspace.com/file/vbrt1r

 

 

Anyways. As with imoen, there are a dozen or so Jaheriaj.dlgs I could have specifically tried to decompile. I dont know if you had a specific one in mind.

 

 

Last thought - if at some point you get tired to doing all this for me, just let me know. Worst case scenario, I can always just set some global variables and finish the game up having seen *most* of the content.

Link to comment
So I may have done this wrong. There are quite a few different versions of Imoen2J.dlg (and one already decompiled ones in the romance folder - so I grabbed that one).

 

there is a tutorial in the topic I've linked. You are not supposed to look for these files in other directories but simply use:

weidu.exe jaheiraJ.dlg
weidu.exe imoen2J.dlg

inside the main game folder. This way file located in override (or biff files if the file doesn't exist there) is decompiled.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...