Jump to content


Crashing due to Bag of Holding?


  • Please log in to reply
40 replies to this topic

#21 ScuD

ScuD
  • Member
  • 492 posts

Posted 03 February 2011 - 10:05 AM

OK, in my istall I noticed 4 STO files were corrupted after the installation: BAG04.STO, C!BAG04.STO, WMART1.STO, WMART2.STO.
Working with WMART2 I've narrowed the problem to the following code in the Item Revisions:
COPY_EXISTING ~wmart2.sto~ ~override~ // Deidre
  PATCH_IF (SOURCE_SIZE > 0x9b) BEGIN
    REMOVE_STORE_ITEM ~wa2amu~ ~wa2dak~ ~wa2halb~ ~wa2harp~ ~wa2helm~ ~wa2plat~ ~wa2ring~ ~wa2robe~ ~wa2s1h~ ~wa2shiel~
    ADD_STORE_ITEM ~wa2dak~ LAST #0 #0 #0 ~IDENTIFIED~ #1 // has to be removed soon
    ADD_STORE_ITEM ~sw1h18~ LAST #0 #0 #0 ~IDENTIFIED~ #1 // has to be removed soon
    ADD_STORE_ITEM ~wa2helm~ LAST #0 #0 #0 ~IDENTIFIED~ #1 // has to be removed soon
    ADD_STORE_ITEM ~wa2plat~ LAST #0 #0 #0 ~IDENTIFIED~ #1 // has to be removed soon
    ADD_STORE_ITEM ~clck05~ LAST #0 #0 #0 ~IDENTIFIED~ #1 // has to be removed soon
    ADD_STORE_ITEM ~wa2shiel~ LAST #0 #0 #0 ~IDENTIFIED~ #1 // has to be removed soon
    ADD_STORE_ITEM ~wa2robe~ LAST #0 #0 #0 ~IDENTIFIED~ #1 // has to be removed soon
  END
  BUT_ONLY_IF_IT_CHANGES
I've decided to report to thebigg, as the code doesn't look unusual. That's basically it :)

#22 Miloch

Miloch

    Barbarian

  • Modder
  • 6579 posts

Posted 04 February 2011 - 12:24 PM

Yeah, the code is fine (Unique Containers does the same sort of thing). So how is WeiDU managing to botch it?

Infinity Engine Contributions
Aurora * BG1 NPC * BG1 Fixpack * Haiass * Infinity Animations * Level 1 NPCs * P5Tweaks
PnP Free Action * Thrown Hammers * Unique Containers * BG:EE * BGII:EE * IWD:EE
================================================================
Player & Modder Resources
BAM Batcher * Creature Lister * Creature Checker * Creature Fixer * Tutu/BGT Area Map & List * Tutu Mod List
================================================================
"Infinity turns out to be the opposite of what people say it is. It is not 'that which has nothing beyond itself' that is infinite, but 'that which always has something beyond itself'." -Aristotle


#23 -RobinDC-

-RobinDC-
  • Guest

Posted 06 February 2011 - 10:23 AM

Reported by PM, wasn't sure if it is really a bug.
Recent changes in WeiDU source confirm I was right :) I can give you the details if you need them.


So is there anything I can do personally or I am shit out of it for now?

#24 Jarno Mikkola

Jarno Mikkola

    The Imp in his pink raincoat.

  • Member
  • 10911 posts

Posted 07 February 2011 - 01:18 AM

So is there anything I can do personally or I am shit out of it for now?

Play the game without the bags for now, and someone will upload you a corrected bag files, which you then put into the override folder, and then use the Console to gain...

Deactivated account. The user today is known as The Imp.


#25 -RobinDC-

-RobinDC-
  • Guest

Posted 07 February 2011 - 01:27 PM

So is there anything I can do personally or I am shit out of it for now?

Play the game without the bags for now, and someone will upload you a corrected bag files, which you then put into the override folder, and then use the Console to gain...


Ok big thanks for all the help guys!

#26 EvilMax

EvilMax
  • Member
  • 145 posts

Posted 10 July 2012 - 12:35 PM

Reported by PM, wasn't sure if it is really a bug.
Recent changes in WeiDU source confirm I was right Posted Image I can give you the details if you need them.

Please, give details. I also have this issue (random crashes CStore.cpp Line: 241) and can try to help in fix searching.


I've checked *.itm files for bags currently used. Neither NI nor DLTCEP found any problems. But I'm getting random crashes with CStore.cpp Line: 241. So pointers to the source of the problem are appreciated. Soloing BGT without bags is not solution :)

Edited by EvilMax, 13 July 2012 - 06:00 AM.


#27 EvilMax

EvilMax
  • Member
  • 145 posts

Posted 22 July 2012 - 11:28 AM

Still suffering from this bug (CStore.cpp Line:241). Compared with logs of my older Big World installation (v10). Msjor differences: current one has TobEx 0.23, older one has 0.20. Current has different mod set, but only Unique Containers makes some to bags. Also WeiDU 2.31 is used for new install.

I've tried to disable optimized TobEx bags checks and removed game and save cache. Nothing helps. Unique containers seems not to be issue because just copies containers and assigns to them unique names and icons. WeiDu ?? But here I'm stuck because cannot find issue and way to fix it without failing to install Mega Mod.

#28 Beleg33

Beleg33

    AKA Adanedhel on G3

  • Member
  • 521 posts

Posted 22 July 2012 - 11:49 AM

Have you tried toggling the Item Recharge in Bag Fix or something like that?

You may also want to change-log (and check for corrupt files) on the .sto files attached to bags rather than the items themselves as from reading this thread I gather the problem is from these and not the items themselves.
Random spambot #8434678 said :

you should liquor multiplying great deal supplment your to office apparel predicated copy may possibly be an go through check out this behave as more busy den has an interest in pc


#29 EvilMax

EvilMax
  • Member
  • 145 posts

Posted 22 July 2012 - 12:18 PM

Have you tried toggling the Item Recharge in Bag Fix or something like that?

You may also want to change-log (and check for corrupt files) on the .sto files attached to bags rather than the items themselves as from reading this thread I gather the problem is from these and not the items themselves.

Good idea. And this option was not present in 0.20 - interesting! I will try, thank you!

I've tried to change-log .sto files. Unique Containers mod only changes string references or just created items by copying. And no corrupted .sto or .itm files was found among used containers (checked via DLCTEP and NI) (but found some corruptions in ToB store(s) - this to be clarified when I'll move to ToB).


Tested: still crashing, even with recharge fix disabled. :(

Edited by EvilMax, 23 July 2012 - 07:49 AM.


#30 EvilMax

EvilMax
  • Member
  • 145 posts

Posted 24 July 2012 - 01:53 PM

Seems that issue was TobEx v23. Upgrading to v24 fixes an issue (here is my experience how to upgrade TobEx after Mega Mod setup: http://www.shsforums...rade-to-24-now/ ). However, I have crash on exit, but it is not preventing gameplay - several hours, lots locations and intensive inventory management without any crash.


Added: nope, still crashing :( Don't know what to do. However crashes are less frequent

Edited by EvilMax, 25 July 2012 - 10:23 AM.


#31 EvilMax

EvilMax
  • Member
  • 145 posts

Posted 28 February 2013 - 12:37 PM

Built new Big World using Big World Install 11.3.6 (tactics install). And after some time of play encountered (not even reached Friandly Arm Inn)

 

[Thu 28 Feb 2013 22:28:44] ASSERTION FAILED! Return Address: 0x6444E0 File: CStore.cpp Line: 241 Expression: pData != NULL Message: (null)

 

 

 
TobEX version:
-----TobEx: Throne of Bhaal Extender build 0.25.10.29 (Thu 28 Feb 2013 19:47:40)
 
 
Any suggestions how to fix this?


#32 Jarno Mikkola

Jarno Mikkola

    The Imp in his pink raincoat.

  • Member
  • 10911 posts

Posted 28 February 2013 - 04:56 PM

Any suggestions how to fix this?

Well, you have the TobEx installed, enable it's error logging:

 

Troubleshooting (the first 4 lines are not really that relevant, but it's there to quote so...)
---------------
First, make sure that TobEx is actually the issue.
You can forcefully disable TobEx from running by renaming TobEx.dll in your game directory.

For more debugging information:
1. Open TobEx_ini/TobExCore.ini in a simple text editor.
2. Under the [Debug] section, set all values of 0 to 1.
3. Try to reproduce your error in-game. TobEx may sometimes reports some extra information about the error.
4. Report any errors you find on the Spellhold Studios forums. Expect to be asked to attach a .zip of your saved game folder, WeiDU.log, TobEx.log, TobExCore.ini, and TobExTweak.ini.

Edited by Jarno Mikkola, 28 February 2013 - 04:57 PM.

Deactivated account. The user today is known as The Imp.


#33 EvilMax

EvilMax
  • Member
  • 145 posts

Posted 03 March 2013 - 01:25 PM

I've enabled error logging. Nothing except this information. Without TobEX all is working. BUT!

 

I've added bgmain.exe and its child processes for antivirus exclusions. Possibly somehow process control and memory access control breaks bgmain+TobEX pair work. I'll try to debug this more to be sure and write here.



#34 -Slim-

-Slim-
  • Guest

Posted 15 June 2013 - 06:44 PM

Any resolution here.  I've had this problem on 3 different installs.  Restored the Bags of holding sto and itm files from vanilla.  Re-installed bottomless bags last - still no dice.  



#35 -mast3r-

-mast3r-
  • Guest

Posted 13 March 2014 - 10:07 AM

Having the same problem here. I hope anyone could help. It's kinda annoying playing BWP without Bags of Holding.



#36 The Imp

The Imp

    Not good, see EVIL is better. You'll LIVE.

  • Member
  • 5155 posts

Posted 13 March 2014 - 01:10 PM

Having the same problem here. I hope anyone could help. It's kinda annoying playing BWP without Bags of Holding.
Erhm, could you write what exactly the problem is ? As without any quotation your post is kinda meaningless, as there's nothing that explains what in the cheese the "same problem here" is ?!? ... and weidu.log's content could help too...

Edited by The Imp, 15 March 2014 - 01:12 AM.

Yep, Jarno Mikkola. my Mega Mod FAQ. Use of the BWS, and how to use it(scroll down that post a bit). 
OK, desert dweller, welcome to the sanity, you are free to search for the limit, it's out there, we drew it in the sand. Ouh, actually it was still snow then.. but anyways.


#37 -mast3r-

-mast3r-
  • Guest

Posted 20 March 2014 - 10:34 AM

Having the same problem here. I hope anyone could help. It's kinda annoying playing BWP without Bags of Holding.
Erhm, could you write what exactly the problem is ? As without any quotation your post is kinda meaningless, as there's nothing that explains what in the cheese the "same problem here" is ?!? ... and weidu.log's content could help too...

 

I tried almost every bag of holding, but it triggers a crash to desktop during the game and I'm also getting this error msg:

 

ASSERTION FAILED!
File: CStore.cpp
Line: 241

 

and here is my weidu log: 

 

// 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]
~TOBEX/TOBEX.TP2~ #0 #100 // TobEx - Core: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #101 // Apply Concentration Check On Damage [WIP]: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #102 // Awaken On Damage: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #105 // No Spell Interruption On Zero Damage: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #107 // Allow All Races to Dual Class: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #108 // Allow Equipping Armor in Combat: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #109 // Disable Experience Boost: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #111 // Disable Silence On Charm: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #112 // Level One Proficiency Restrictions: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #113 // Remain Hidden On Pickpocket Success [C]: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #114 // Rest Spawns Advance Time: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #115 // Dialogue Greeting Subtitles: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #116 // Enable Animation Attack Sounds: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #117 // Universal Four Inventory Weapon Slots: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #118 // Subtitles For Standard Soundsets: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #120 // Drop Inventory on Disintegrate: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #121 // Drop Inventory on Frozen Death: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #122 // Drop Inventory on Stone Death: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #123 // Enable Auto-Pause On All Screens: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #124 // Make All Attack Animations Genuine Attacks: Beta 0026
~SETUP-ASCENSION.TP2~ #0 #0 // Ascension v1.41 (requires ToB): v1.4.24 BWP Fix
~SETUP-ASCENSION.TP2~ #0 #1 // Tougher Abazigal (optional, requires ToB): v1.4.24 BWP Fix
~SETUP-ASCENSION.TP2~ #0 #2 // Original Tougher Demogorgon (optional, requires ToB): v1.4.24 BWP Fix
~SETUP-ASCENSION.TP2~ #0 #3 // Tougher Gromnir (optional, requires ToB): v1.4.24 BWP Fix
~SETUP-ASCENSION.TP2~ #0 #4 // Tougher Illasera (optional, requires ToB): v1.4.24 BWP Fix
~SETUP-ASCENSION.TP2~ #0 #5 // Tougher Yaga-Shura (optional, requires ToB): v1.4.24 BWP Fix
~SETUP-OVERSIGHT.TP2~ #0 #0 // Tougher Sendai (ToB Required): 13 BWP Fix
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #0 // BG2 Fixpack - Core Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #1000 // BG2 Fixpack - Game Text Update -> GTU Light (by Wisp): v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #3 // BETA Core Fixes (please check the readme!): v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #100 // Party Gets XP for Sending Keldorn to Reconcile With Maria: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #101 // Improved Spell Animations: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #102 // Cromwell's Forging Actually Takes a Day: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #103 // Mixed-Use Dagger Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #104 // Ghreyfain's Holy Symbol Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #106 // Giants Receive Penalties When Attacking Halflings,   Dwarves, and Gnomes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #107 // Remove Dual-Classing Restriction from Archers   and Stalkers: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #108 // Remove Second Attribute Bonus for Evil Path in  Wrath Hell Trial: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #109 // Corrected Summoned Demon Behavior: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #110 // Additional Script Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #111 // Bard Song Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #112 // Wizard Slayers Cause Miscast Magic on Ranged Attacks: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #113 // Additional Alignment Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #114 // Change Free Action to Protect Against Stun: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #115 // Paws from Shapeshifting Can Not Be Dispelled: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #116 // Remove Thieving Start Bonuses from Bard and Ranger Skills: v10
~SETUP-BDTOBV168.TP2~ #0 #0 // Baldurdash Fix Pack for ToB, v1.68 WeiDU: BG2Fixpack adaption
~SETUP-BDTOBV168.TP2~ #0 #2 // RESTORED TWISTED RUNE QUEST: BG2Fixpack adaption
~SETUP-BDTOBV168.TP2~ #0 #3 // RESTORED HINDO'S DOOM: BG2Fixpack adaption
~SETUP-BDTOBV168.TP2~ #0 #5 // IMPROVED COPPER CORONET: BG2Fixpack adaption
~SETUP-BDTOBV168.TP2~ #0 #7 // Improved Nymph (Woodland Being) Script by Goeran Rimen: BG2Fixpack adaption
~IIKEYNAMES/SETUP-IIKEYNAMES.TP2~ #0 #2001 // Key Names
~1PP.TP2~ #0 #101 // 1ppv4: Core paperdolls
~1PP.TP2~ #0 #200 // 1ppv4: Core content patches
~SETUP-BGT.TP2~ #0 #0 // Baldur's Gate Trilogy - Core: 1.18 (28 Apr 13) BWP Fix
~SETUP-BGTMUSIC.TP2~ #0 #2 // Baldur's Gate Trilogy - Music -> Full Baldur's Gate/Shadows of Amn/Throne of Bhaal Music (WARNING: patches BGMain.exe)
~BGGRAPHICS/SETUP-BGGRAPHICS.TP2~ #0 #0 // BGT Extended Night and Baldur's Gate Map Fixes: v1.4
~JONDALARFIX/SETUP-JONDALARFIX.TP2~ #0 #0 // Jondalar Fix for BGT: BWP Patching version
~TXTMUSIC/TXTMUSIC.TP2~ #0 #0 // Restored Textscreen Music for BG1TuTu, EasyTutu, and BGT-WeiDU: 9 (22 Mar 13)
~BGQE/SETUP-BGQE.TP2~ #0 #0 // Baldur's Gate Mini-Quests and Encounters Mod: 8.1
~SETUP-SIRINESCALL.TP2~ #0 #0 // The Lure of the Sirine's Call: v12
~BW_HERBS/SETUP-BW_HERBS.TP2~ #0 #0 // Herbs and Potions Add-in (BG1 / BG1Tutu / BGT) by Baronius: v1.0.3 BWP Tweak
~SETUP-THALAN.TP2~ #0 #0 // Thalantyr - Item Upgrade: 3.7
~BG1NPC.TP2~ #0 #0 // The BG1 NPC Project: Required Modifications: v20 BWP Fix
~BG1NPC.TP2~ #0 #1 // The BG1 NPC Project: Banters, Quests, and Interjections: v20 BWP Fix
~BG1NPC.TP2~ #0 #2 // The BG1 NPC Project: Give Edwin his BG2 portrait: v20 BWP Fix
~BG1NPC.TP2~ #0 #3 // The BG1 NPC Project: Give Imoen her BG2 portrait: v20 BWP Fix
~BG1NPC.TP2~ #0 #4 // The BG1 NPC Project: Give Jaheira her BG2 portrait: v20 BWP Fix
~BG1NPC.TP2~ #0 #5 // The BG1 NPC Project: Give Minsc his BG2 portrait: v20 BWP Fix
~BG1NPC.TP2~ #0 #6 // The BG1 NPC Project: Give Viconia her BG2 portrait: v20 BWP Fix
~BG1NPC.TP2~ #0 #7 // The BG1 NPC Project: Kivan's "Kivan and Deheriana Companions" portrait: v20 BWP Fix
~BG1NPC.TP2~ #0 #8 // The BG1 NPC Project: Add Non-Joinable NPC portraits to quests and dialogues: v20 BWP Fix
~BG1NPC.TP2~ #0 #9 // The BG1 NPC Project: Ajantis Romance Core (teen content): v20 BWP Fix
~BG1NPC.TP2~ #0 #10 // The BG1 NPC Project: Branwen's Romance Core (teen content): v20 BWP Fix
~BG1NPC.TP2~ #0 #11 // The BG1 NPC Project: Coran's Romance Core (adult content): v20 BWP Fix
~BG1NPC.TP2~ #0 #12 // The BG1 NPC Project: Dynaheir's Romance Core (teen content): v20 BWP Fix
~BG1NPC.TP2~ #0 #13 // The BG1 NPC Project: Shar-Teel Relationship Core (adult content): v20 BWP Fix
~BG1NPC.TP2~ #0 #14 // The BG1 NPC Project: Xan's Romance Core (teen content): v20 BWP Fix
~BG1NPC.TP2~ #0 #15 // The BG1 NPC Project: Female Romance Challenges, Ajantis vs Xan vs Coran: v20 BWP Fix
~BG1NPC.TP2~ #0 #17 // The BG1 NPC Project: Alora's Starting Location -> Alora Starts in the Hall of Wonders: v20 BWP Fix
~BG1NPC.TP2~ #0 #25 // Jason Compton's Accelerated Banter Script: v20 BWP Fix
~BG1NPC.TP2~ #0 #27 // The BG1 NPC Project: Bardic Reputation Adjustment: v20 BWP Fix
~BG1NPC.TP2~ #0 #30 // The BG1 NPC Project: Sarevok's Diary Adjustments -> SixofSpades Extended Sarevok's Diary: v20 BWP Fix
~BG1NPC.TP2~ #0 #200 // The BG1 NPC Project: Player-Initiated Dialogues: v20 BWP Fix
~BG1NPCMUSIC/BG1NPCMUSIC.TP2~ #0 #0 // The BG1 NPC Project Music Pack -> Install All Audio: v5
~BG1UB/SETUP-BG1UB.TP2~ #0 #0 // Ice Island Level Two Restoration: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #1 // The Mysterious Vial: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #2 // Additional Elminster Encounter: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #3 // Angelo Notices Shar-teel: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #8 // Safana the Flirt: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #9 // Appropriate Albert and Rufie Reward: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #10 // Place Entar Silvershield in His Home: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #11 // Scar and the Sashenstar's Daughter: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #12 // Quoningar, the Cleric: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #13 // Shilo Chen and the Ogre-Magi: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #14 // Edie, the Merchant League Applicant: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #15 // Flaming Fist Mercenary Reinforcements: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #16 // Creature Corrections: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #17 // Creature Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #18 // Creature Name Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #19 // Minor Dialogue Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #20 // Audio Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #21 // Store, Tavern and Inn Fixes and Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #22 // Item Corrections and Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #23 // Area Corrections and Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #24 // Permanent Corpses: v13_120121
~SETUP-BGSPAWN.TP2~ #0 #0 // BGSpawn system based on levels & party members (NOTE: Baldur's Gate Trilogy - BGT required): 1.12 BWP Fix
~SETUP-BGSPAWN.TP2~ #0 #1 // Choose the time between re-spawns: 1.12 BWP Fix
~SETUP-BGSPAWN.TP2~ #0 #3 // BGSpawn random encounters between areas (NOTE: Baldur's Gate Trilogy - BGT required): 1.12 BWP Fix
~SETUP-BGSPAWN.TP2~ #0 #2 // Vampiric Wolf Lord (inspired to DavidW Wolf of Ulcaster) NOTE: this changes some Vampiric Wolf in the game. It's used by BGSpawn-system: 1.12 BWP Fix
~KTWEAKS/SETUP-KTWEAKS.TP2~ #0 #1 // Add BG1 missing normal & magical weapons: v1.06
~KTWEAKS/SETUP-KTWEAKS.TP2~ #0 #2 // Add BG1 missing unique weapons: v1.06
~KTWEAKS/SETUP-KTWEAKS.TP2~ #0 #3 // Randomized assignment of BG1 missing unique weapons: v1.06
~KTWEAKS/SETUP-KTWEAKS.TP2~ #0 #301 // RP fixes: v1.06
~SETUP-BDTOBV168.TP2~ #0 #6 // RESTORED DAK'KON'S BLADE: BG2Fixpack adaption
~KITTOMES/SETUP-KITTOMES.TP2~ #0 #0 // Kit Tomes for BG:EE, BGT and TuTu: v2.0 BWP Fix
~KITTOMES/SETUP-KITTOMES.TP2~ #0 #4 // Panver's Merchandise -> Panver Sells No Tomes: v2.0 BWP Fix
~KITTOMES/SETUP-KITTOMES.TP2~ #0 #5 // Tome Locations -> Merchandise & Quest Rewards-> Panver is in the Elfsong Tavern: v2.0 BWP Fix
~SETUP-TTSQ.TP2~ #0 #0 // The Tortured Soul Quest - WeiDU: v7
~EMAD/SETUP-EMAD.TP2~ #0 #0 // A Z-rated Adventure - an IM4 Non-Entry: v6 BWP Fix
~EMAD/SETUP-EMAD.TP2~ #0 #1 // The Promise of a Troll: v6 BWP Fix
~EMAD/SETUP-EMAD.TP2~ #0 #2 // A Bhaalspawn's Best Friend: v6 BWP Fix
~EMAD/SETUP-EMAD.TP2~ #0 #3 // Under Her Spell: v6 BWP Fix
~EMAD/SETUP-EMAD.TP2~ #0 #4 // Forgery: v6 BWP Fix
~EMAD/SETUP-EMAD.TP2~ #0 #5 // Character Medley: v6 BWP Fix
~TOD/SETUP-TOD.TP2~ #0 #0 // Tower Of Deception Mod (Requires Throne Of Bhaal): v3.3.1 BWP Fix
~TOD/SETUP-TOD.TP2~ #0 #1 // Improved Astral Shard Guardian: v3.3.1 BWP Fix
~TOD/SETUP-TOD.TP2~ #0 #2 // Encounter with Ustrain: v3.3.1 BWP Fix
~BW_HERBS_BG2/SETUP-BW_HERBS_BG2.TP2~ #0 #0 // Herbs and Potions Add-in for BG2 by Baronius: v1.0.5 BWP Patch
~SETUP-ITEMUPGRADE.TP2~ #0 #10 // Shadows Of Amn Item Upgrades -> Revised consistency plus version: v40
~SETUP-ITEMUPGRADE.TP2~ #0 #11 // Throne Of Bhaal Item Upgrades -> Revised consistency plus version: v40
~SETUP-EBG2.TP2~ #0 #0 // Additional merchant with new items: v1.1
~SETUP-EBG2.TP2~ #0 #1 // Interjections: v1.1
~SETUP-EBG2.TP2~ #0 #2 // Tomes and manuals: v1.1
~SETUP-EBG2.TP2~ #0 #4 // Additional portraits: v1.1
~SETUP-EBG2.TP2~ #0 #5 // Lost item descriptions: 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 #18 // Miscellaneous tweaks: v1.1
~SETUP-EBG2.TP2~ #0 #8 // New kit (Gladiator): v1.1
~SETUP-EBG2.TP2~ #0 #9 // New kit (Knight): v1.1
~SETUP-EBG2.TP2~ #0 #10 // New kit (Duelist): 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-FOODMOD.TP2~ #0 #0 // Chosen of Mystra's Food and Herbal Mod (Requires Throne of Bhaal): v1.03 BWP Fix
~RUPERT/SETUP-RUPERT.TP2~ #0 #0 // Rupert the Dye Merchant (for BG2 or TuTu/BGT): v2.1 BWP Fix
~SETUP-BBBKBG.TP2~ #0 #0 // Installation of Item BBBKBG1, BBBKBG2, BBBKBG3, BBBKBG4, BBBKBG5, BBBKBG6, BBBKBG7, BBBKBG8, BBBKBG9 - Book Bag
~SETUP-BBPBAG.TP2~ #0 #0 // Installation of Item BBPBAG1, BBPBAG2, BBPBAG3, BBPBAG4, BBPBAG5, BBPBAG6, BBPBAG7, BBPBAG8, BBPBAG9 - Potion Bag
~SETUP-BBQUIV.TP2~ #0 #0 // Installation of Item BBQUIV1, BBQUIV2, BBQUIV3, BBQUIV4, BBQUIV5, BBQUIV6, BBQUIV7, BBQUIV8, BBQUIV9 - Quiver
~SETUP-BBQUIVB.TP2~ #0 #0 // Installation of Item BBQUIVB1, BBQUIVB2, BBQUIVB3, BBQUIVB4, BBQUIVB5, BBQUIVB6, BBQUIVB7, BBQUIVB8, BBQUIVB9 - Bolt Quiver
~SETUP-BBQUIVC.TP2~ #0 #0 // Installation of Item BBQUIVC1, BBQUIVC2, BBQUIVC3, BBQUIVC4, BBQUIVC5, BBQUIVC6, BBQUIVC7, BBQUIVC8, BBQUIVC9 - Ammunition Belt
~SETUP-BBSCCS.TP2~ #0 #0 // Installation of Item BBSCCS1, BBSCCS2, BBSCCS3, BBSCCS4, BBSCCS5, BBSCCS6, BBSCCS7, BBSCCS8, BBSCCS9 - Scroll Case
~SETUP-KIVAN.TP2~ #0 #0 // Kivan of Shilmista: v13 BWP Fix
~SETUP-KIVAN.TP2~ #0 #2 // Select Deheriana's Class -> Wild Mage: v13 BWP Fix
~SETUP-KIVAN.TP2~ #0 #6 // Select Kivan's Portrait -> Install Herd's Alternative Portrait for Kivan.: v13 BWP Fix
~SETUP-KIVAN.TP2~ #0 #7 // Install ToB Portion of the Mod: v13 BWP Fix
~XAN/SETUP-XAN.TP2~ #0 #0 // Xan NPC MOD for Baldur's Gate II: v12
~XAN/SETUP-XAN.TP2~ #0 #3 // Install alternate class for Xan? -> Change Xan's class to Sorcerer: v12
~XAN/SETUP-XAN.TP2~ #0 #5 // BG1-style flaming swords: v12
~SETUP-BANTERPACK.TP2~ #0 #0 // Pocket Plane Banter Pack for BG2: Shadows of Amn: 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.1
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #1 // Extended Minsc/Aerie Interaction ToB: V4.1
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #2 // Imoen "Retrospection" dialogue for BGII: ToB: V4.1
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #3 // Wake-Up dialogue for Anomen Romance (By David Gaider with additions from Kulyok): V4.1
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #4 // NPC Conflict Revisions: V4.1
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #5 // Restored Aerie/Jaheira/Anomen interjection in Underdark: V4.1
~YESLICKNPC/YESLICKNPC.TP2~ #0 #0 // Yeslick NPC for BGII: SoA: v1.1
~SETUP-UB.TP2~ #0 #1 // The Suna Seni/Valygar Relationship: v24
~SETUP-UB.TP2~ #0 #3 // "Cat and Mouse" (Bodhi hunts you in Spellhold) by Ghreyfain: v24
~SETUP-UB.TP2~ #0 #0 // The Kidnapping of Boo by Cliffette: v24
~SETUP-UB.TP2~ #0 #2 // Kalah and What He Was Promised: v24
~SETUP-UB.TP2~ #0 #4 // Gorje Hilldark and the Extended Illithium Quest: v24
~SETUP-UB.TP2~ #0 #5 // The Pai'Na/Spider's Bane Quest: v24
~SETUP-UB.TP2~ #0 #6 // Restored Crooked Crane Inn: v24
~SETUP-UB.TP2~ #0 #7 // Restored Encounters: v24
~SETUP-UB.TP2~ #0 #8 // Artemis Entreri in Bodhi's Lair: v24
~SETUP-UB.TP2~ #0 #9 // Corrected "Xzar's Creations": v24
~SETUP-UB.TP2~ #0 #10 // Restored Hell Minions, by SimDing0: v24
~SETUP-UB.TP2~ #0 #12 // Item Restorations: v24
~SETUP-UB.TP2~ #0 #15 // NPC Portrait Restorations: v24
~SETUP-UB.TP2~ #0 #16 // Corrected BAMs and Scripts: v24
~SETUP-UB.TP2~ #0 #17 // Corrected Character Names and Biographies: v24
~SETUP-UB.TP2~ #0 #18 // Restored Minor Dialogs: v24
~SETUP-UB.TP2~ #0 #19 // Restored Bhaalspawn Powers, by David Gaider: v24
~SETUP-UB.TP2~ #0 #21 // Throne of Bhaal Minor Restorations: v24
~SETUP-UB.TP2~ #0 #25 // The Murder of Acton Balthis, by Kulyok: v24
~SETUP-UB.TP2~ #0 #20 // Extended ToB Item Descriptions: v24
~SETUP-UB.TP2~ #0 #24 // Sarevok's Remorse: v24
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #0 // Restored locations: v3.3
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #1 // Restored characters: v3.3
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #2 // Restored sounds: v3.3
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #3 // Restored items: v3.3
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #4 // Restored Wish options: v3.3
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #5 // Restored XP for minor things: v3.3
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #6 // Lich Deril: v3.3
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #7 // Restored random encounters: v3.3
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #0 // Spell Revisions: v3.1 (Hotfix 03)
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #10 // Deva and Planetar Animations: v3.1 (Hotfix 03)
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #20 // Mirror Image Fix: v3.1 (Hotfix 03)
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #30 // Dispel Magic Fix: v3.1 (Hotfix 03)
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #40 // Cure Sleep Fix: v3.1 (Hotfix 03)
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #50 // Remove Disabled Spells from Spell Selection Screens: v3.1 (Hotfix 03)
~NOGAMEOVER/SETUP-NOGAMEOVER.TP2~ #0 #100 // Game Over Only On Party Death: 1.31
~SETUP-RES_FIXER.TP2~ #0 #0 // Resource Fixer: v1
~WHEELS/SETUP-WHEELS.TP2~ #0 #0 // The Wheels of Prophecy: v3
~CELESTIALS/SETUP-CELESTIALS.TP2~ #0 #0 // PnP Celestials: v5
~SETUP-NPCFLIRT.TP2~ #0 #0 // Aerie Flirt Pack For SOA: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #2 // Aerie Flirt Pack For TOB: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #4 // Jaheira Flirt Pack for SOA: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #6 // Jaheira Flirt Pack for TOB: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #8 // Viconia Flirt Pack for SOA: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #10 // Viconia Flirt Pack for TOB: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #12 // Anomen Flirt Pack for SOA: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #14 // Anomen Flirt Pack for TOB: v1.03
~SETUP-REVISEDBATTLES.TP2~ #0 #0 // Improved Battles - "erebusant's Patching Version" v6: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #1 // Improved Drizzt: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #2 // Improved Mencar Pebblecrusher: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #3 // Improved Mad Cleric: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #4 // Improved House Jae'llat: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #5 // Improved Lord Roenall: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #6 // Improved Master Brain: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #7 // Improved Wraith Sarevok: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #8 // Improved Cohrvale, Bregg & Alamas: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #9 // Improved Firkraag: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #13 // Improved Fire Giants (requires ToB): v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #14 // Improved Shade Lord: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #15 // Improved Trademeet Crypt: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #16 // Improved Dungeon: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #17 // Much Improved Temple Sewers Party: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #18 // Improved Kiser Jhaeri (requires ToB): v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #19 // Improved Falahar: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #20 // Improved Drow Pit Fights: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #21 // Improved Chromatic Demon: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #22 // Knights of Dark Renown: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #23 // Arcane Avenger Kit: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #24 // Blademaster Kit: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #25 // Demon Knight Kit: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #26 // Bastard Kit: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #27 // Modify .CRE Proficiencies, Abilities & Effects. This component MUST be installed.: v6.3 BWP Fix
~SETUP-OVERSIGHT.TP2~ #0 #2 // Class Tweaks/Fixes: 13 BWP Fix
~SETUP-OVERSIGHT.TP2~ #0 #3 // Altered Spells: 13 BWP Fix
~SETUP-OVERSIGHT.TP2~ #0 #6 // Monk High Level Abilities: 13 BWP Fix
~SETUP-OVERSIGHT.TP2~ #0 #7 // Holy Liberator: 13 BWP Fix
~ANIMALCOMPANIONS/SETUP-ANIMALCOMPANIONS.TP2~ #0 #0 // Animal Companions For All Rangers (Optional: Druids): v0.5 BWP Fix
~RR/SETUP-RR.TP2~ #0 #0 // Proper dual-wielding implementation for Thieves and Bards: v4.62
~RR/SETUP-RR.TP2~ #0 #1 // Thief kit revisions: v4.62
~RR/SETUP-RR.TP2~ #0 #3 // Proper racial adjustments for thieving skills: v4.62
~RR/SETUP-RR.TP2~ #0 #4 // Bard kit revisions: v4.62
~RR/SETUP-RR.TP2~ #0 #6 // Proper spell progression for Bards: v4.62
~RR/SETUP-RR.TP2~ #0 #7 // Additional equipment for Thieves and Bards: v4.62
~RR/SETUP-RR.TP2~ #0 #8 // Upgradeable Equipment: v4.62
~RR/SETUP-RR.TP2~ #0 #9 // Revised Thievery -> Use PnP thievery potions and prevent their effects from stacking: v4.62
~RR/SETUP-RR.TP2~ #0 #11 // Chosen of Cyric encounter: v4.62
~SETUP-REFINEMENTS.TP2~ #0 #10 // Revised High Level Abilities: Refinements v 3.31 BWP Fix
~SETUP-REFINEMENTS.TP2~ #0 #40 // Universal lesser mage robes: Refinements v 3.31 BWP Fix
~SETUP-REFINEMENTS.TP2~ #0 #50 // Sword Angel - New Fighter Kit: Refinements v 3.31 BWP Fix
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #60 // Update Spellbooks of Joinable NPCs: v3.1 (Hotfix 03)
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #0 // Thrown Hammers: v3 BWP Fix
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #15 // Thrown Spiritual Hammers: v3 BWP Fix
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #25 // Normal throwing hammers: v3 BWP Fix
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #35 // +1 throwing weapons: v3 BWP Fix
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #50 // Additional magic items: v3 BWP Fix
~FREEACT/SETUP-FREEACT.TP2~ #0 #10 // PnP Free Action: v2
~1PP.TP2~ #0 #103 // 1ppv4: Extended palette entries -> Full install (recommended)
~1PP.TP2~ #0 #105 // 1ppv4: Avatar fixes
~1PP.TP2~ #0 #106 // 1ppv4: Female Dwarves -> Separate Avatars for Female Dwarves - Baldur's Gate II
~1PP.TP2~ #0 #111 // 1ppv4: Thieves Galore -> BGII - Unique Thief Avatars
~1PP.TP2~ #0 #113 // 1ppv4: Smart Avatar & Armour Switching
~1PP.TP2~ #0 #201 // 1ppv4: Consistent spell and scroll icons
~1PP.TP2~ #0 #114 // 1ppv4: Softer Spell Effects
~1PP.TP2~ #0 #202 // 1ppv4: Spell tweaks
~1PP.TP2~ #0 #203 // 1ppv4: Restored flame sword animations
~1PP.TP2~ #0 #204 // 1ppv4: Colourable Quarterstaves
~1PP.TP2~ #0 #207 // 1ppv4: Wizards' Staves (core)
~1PP.TP2~ #0 #210 // 1ppv4: Increased paperdoll object variety (core)
~1PP.TP2~ #0 #205 // 1ppv4: Legacy Shields
~1PP.TP2~ #0 #206 // 1ppv4: Additional Shield Animations (core)
~1PP.TP2~ #0 #208 // 1ppv4: Additional Helmet Animations (core)
~1PP.TP2~ #0 #400 // 1ppv4: Core updates and item patches
~1PP.TP2~ #0 #401 // 1ppv4: Improved projectile effects
~1PP.TP2~ #0 #300 // 1ppv4: Fixed animations for solars and elementals
~1PP.TP2~ #0 #301 // 1ppv4: Miscellaneous content fixes
~SETUP-NSCPORTRAITS.TP2~ #0 #0 // Portraits for BG1(BGT): v2.1 BWP Fix
~SETUP-NSCPORTRAITS.TP2~ #0 #1 // Portraits for BG2 and ToB: v2.1 BWP Fix
~SETUP-NSCPORTRAITS.TP2~ #0 #300 // Portraits for BG1 Mini-Quests and Encounters: v2.1 BWP Fix
~SETUP-NSCPORTRAITS.TP2~ #0 #305 // Portraits for Lure of the Sirines Call: v2.1 BWP Fix
~SETUP-NSCPORTRAITS.TP2~ #0 #1300 // Portraits for Tower of Deception: v2.1 BWP Fix
~SETUP-NSCPORTRAITS.TP2~ #0 #1340 // Portraits for Big Picture: v2.1 BWP Fix
~SETUP-NSCPORTRAITS.TP2~ #0 #5000 // Alternate Female Character-Creation Portraits: v2.1 BWP Fix
~SETUP-NSCPORTRAITS.TP2~ #0 #5010 // Alternate Male Character-Creation Potraits: v2.1 BWP Fix
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #1000 // Initialise mod (all other components require this): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #1901 // Standardise spells: BG1 vs BG2 -> Introduce BG2 spell scrolls into BG1: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2010 // More consistent Breach spell (always affects liches and rakshasas; doesn't penetrate Spell Turning): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2020 // Antimagic attacks penetrate improved invisibility: v28
~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): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2130 // Cosmetic change: stop Stoneskins from changing the caster's colour: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2160 // Add an extra copy of some hard-to-find spell scrolls: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2170 // True Sight/True Seeing spells protect from magical blindness: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3030 // Re-introduce potions of extra-healing: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3010 // Replace +1 arrows with nonmagical "fine" ones: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3022 // Replace many +1 magical weapons with Fine ones -> Fine weapons are affected by the iron crisis: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3041 // Reduce the number of Arrows of Dispelling in stores -> Stores sell a maximum of 5 Arrows of Dispelling: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3060 // Remove the invisibility power of the Staff of the Magi: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3070 // Move Vhailor's Helm into Throne of Bhaal: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3080 // Move the Cloak of Mirroring: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3090 // Move the Robe of Vecna into Throne of Bhaal: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3110 // Change Carsomyr so that its Dispel on contact power grants a saving throw: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4000 // Faster Bears: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4010 // Grant large, flying, non-solid or similar creatures protection from Web and Entangle: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4020 // More realistic wolves and wild dogs: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4040 // Make party members less likely to die irreversibly: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4051 // Decrease the rate at which reputation improves -> Reputation increases at about 1/2 the normal rate: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4110 // Allow NPC pairs to separate: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4120 // NPCs go to inns: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4130 // Move NPCs to more convenient locations: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4146 // Skip the Candlekeep tutorial sections -> Skip Candlekeep altogether (warning: breaks the 4th wall!): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4160 // Increase the price of a license to practise magic in Athkatla -> License costs 10,000 gp: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4170 // Increase the price asked by Gaelan Bayle -> Gaelan wants 40,000 gold pieces: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4180 // Make Freedom scrolls available earlier: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4200 // Retrieve Dropped Items from Hell: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4210 // Randomise the maze in Watcher's Keep: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4217 // Remove unrealistically convenient ammunition from certain areas -> Remove ammo up to the +2 level from random containers: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4230 // Delay the arrival of the "bonus merchants" in the Adventurers' Mart and the Copper Coronet: v28
~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): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5000 // Ease-of-use party AI: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5010 // Move Boo into Minsc's pack: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5020 // Remove the blur graphic effect from the Cloak of Displacement: v28
~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): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5050 // Stackable ankheg shells, winterwolf pelts and wyvern heads: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5060 // Ensure Shar-Teel doesn't die in the original challenge: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5900 // Initialise AI components (required for all tactical and AI components): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6000 // Smarter general AI: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6010 // Better calls for help: v28
~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: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6031 // Smarter Mages -> Mages only cast short-duration spells instantly at start of combat if they are created in sight of the PC: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6041 // Smarter Priests -> Priests only cast short-duration spells instantly at start of combat if they are created in sight of the PC: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6101 // Potions for NPCs -> One third of the potions dropped by slain enemies break and are lost: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6200 // Improved Spiders: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6300 // Smarter sirines and dryads: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6310 // Slightly harder carrion crawlers: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6320 // Smarter basilisks: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6500 // Improved golems: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6510 // Improved fiends -> Fiends have about 50 percent more hit points than normal: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6520 // Smarter genies -> Genies have about 50 percent more hit points than normal: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6531 // Smarter celestials -> Celestials have normal hit points: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6550 // Smarter beholders -> Give beholder rays some chance to "burn through" spell protections; beholder antimagic blocks all spells, including harmful ones, for a round (simulates D&D rules): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6561 // Smarter mind flayers -> Illithids have enhanced damage resistance; Illithids can see through invisibility (matches Tactics mod): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6570 // Smarter githyanki: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6580 // Improved Vampires: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6590 // Smarter Throne of Bhaal final villain: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7000 // Improved doppelgangers: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7010 // Tougher Black Talons and Iron Throne guards: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7020 // Improved deployment for parties of assassins: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7030 // Dark Side-based kobold upgrade: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7040 // Relocated bounty hunters: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7050 // Improved Ulcaster: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7060 // Improved Balduran's Isle: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7070 // Improved Durlag's Tower: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7080 // Improved Demon Cultists: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7090 // Improved Cloakwood Druids: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7100 // Improved Bassilus: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7110 // Improved Drasus party: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7130 // Improved Red Wizards: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7140 // Improved Undercity party: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7200 // Tougher chapter-two end battle: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7210 // Tougher chapter-three end battle: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7220 // Tougher chapter-four end battle: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7230 // Tougher chapter-five end battle: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7250 // Improved final battle: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7900 // Improved minor encounters: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8000 // Make the starting dungeon slightly harder: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8010 // Improved Shade Lord: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8020 // Spellcasting Demiliches: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8030 // More resilient trolls: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8042 // Increase difficulty of level-dependent monster groupings -> Almost-maximum difficulty (maximum for everything except liches): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8050 // Improved Random Encounters: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8061 // Improved de'Arnise Keep ("Tactics Remix") -> Enhanced spirit trolls (as in Tactics): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8081 // Improved Bodhi (Tactics Remix) -> Original Tactics Improved Bodhi with SCSII scripting: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8100 // Improved battle with Irenicus in Spellhold: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8110 // Improved Sahuagin: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8070 // Improved Unseeing Eye: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8090 // Party's items are taken from them in Spellhold: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8120 // Improved Beholder hive (adapted from Quest Pack): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8130 // Prevent resting in the Illithid city: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8141 // Slightly Improved Drow -> Leave Ust Natha's defences alone: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8150 // Slightly Improved Watcher's Keep: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8160 // Improved Fire Giant temple: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8170 // Enhanced Sendai's Enclave: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8180 // Improved Abazigal's Lair: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8190 // Improved Minor Encounters: v28
~SETUP-BGTTWEAK.TP2~ #0 #100 // Eldoth reminds of Skie's ransom: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #400 // Add Semaj's Cloak and Upgraded Koveras' Ring of Protection: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #800 // Import more items into Shadows of Amn (WARNING: This can be considered a cheat): 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #901 // Random activated traps in the pirate cave -> Install-time randomisation: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1000 // Bags of the Sword Coast: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1200 // Arkion reacts to player's reputation: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1502 // Altered item shattering -> Make armor and shields shatter: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1800 // Import more NPCs into Shadow of Amn: Alora: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1801 // Import more NPCs into Shadow of Amn: Branwen: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1802 // Import more NPCs into Shadow of Amn: Eldoth: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1803 // Import more NPCs into Shadow of Amn: Kagain: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1805 // Import more NPCs into Shadow of Amn: Sharteel: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1806 // Import more NPCs into Shadow of Amn: Skie: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1808 // Import more NPCs into Shadow of Amn: Yeslick: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #2001 // Protagonist's biography modifications -> Do not set BG1 biography for imported characters: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #2100 // Exotic Weapons For Taerom: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #2300 // Disable hostile reaction after charm: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #2500 // Access Ulgoth's Beard west of Wyrm's Crossing only: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #2600 // Prevent access to Durlag's Tower from adjacent areas: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #2700 // Put Sword of Chaos +2 in Sarevok's inventory: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #2800 // Reputation Resets at Beginning of BG2: 11 (5 Feb 12) BWP Fix
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #60 // Weapon Animation Tweaks: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #70 // Icewind Dale Casting Graphics (Andyr): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #110 // Icon Improvements: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #130 // Force All Dialogue to Pause Game: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1010 // More Interjections: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1020 // Alter HP Triggers for NPC Wounded Dialogues: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1040 // Improved Athkatlan City Guard: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1090 // Exotic Item Pack: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1120 // Stores Sell Higher Stacks of Items: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1161 // Multiple Strongholds (Baldurdash) -> Keep Class Restrictions: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1170 // Bonus Merchants (Baldurdash): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1180 // Female Edwina: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2040 // Universal Clubs: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2090 // Change Experience Point Cap -> Remove Experience Cap: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2192 // Limit Ability of Storekeepers to Identify Items -> Hybrid of Both Methods: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2210 // True Grandmastery (Baldurdash): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2240 // Un-Nerfed THAC0 Table: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2250 // Un-Nerfed Sorcerer Spell Progression Table: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2260 // Alter Mage Spell Progression Table -> Un-Nerfed Table (Blucher): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2270 // Alter Bard Spell Progression Table -> Un-Nerfed Table (Blucher): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2280 // Alter Cleric Spell Progression Table -> Un-Nerfed Table (Blucher): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2290 // Alter Druid Spell and Level Progression Tables -> No Level Progression Changes, Un-Nerfed Druid Spell Table Only (Blucher): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2300 // Triple-Class HLA Tables: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2320 // Trap Cap Removal (Ardanis/GeN1e): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2330 // Remove Delay for Magical Traps (Ardanis/GeN1e): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2340 // Remove Summoning Cap for Celestials (Ardanis/GeN1e): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3050 // Remove fatigue from restoration spells: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3060 // Remove "You Must Gather Your Party..." Sound (Weimer): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3121 // Happy Patch (Party NPCs do not complain about reputation) -> NPCs Can Be Angry About Reputation but Never Leave (Salk): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3125 // Neutral Characters Make Happy Comments at  Mid-Range Reputation: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3183 // Romance Cheats: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4000 // Adjust Evil joinable NPC reaction rolls: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4010 // Improved Fate Spirit Summoning: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4031 // Consistent Stats: Edwin -> Use BG2 Values: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4041 // Consistent Stats: Jaheira -> Use BG2 Values: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4050 // Change Jaheira to Neutral Good: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4061 // Consistent Stats: Minsc -> Use BG2 Values: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4071 // Consistent Stats: Viconia -> Use BG2 Values: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4100 // Change Korgan to Neutral Evil: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4110 // Give Kagain A Legal Constitution Score of 19: v14
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #12 // Inactive creatures fix: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #13 // Gerde's quest and other related fixes: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #15 // Creature fixes: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #17 // Fix Anomen's proficiencies: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #1060 // Other compatibility fixes: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2000 // Give all skeleton warriors the same immunities -> BG2 immunities (suggested!): v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2003 // Fenten buys more ankheg shells (Baldur's Gate) -> Infinite shells: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2005 // Helmet of alignment change: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2007 // Reflection cloak tweaks: -> Original Cloak of Spell Reflection (SoA): v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2010 // Enhanced Nalia's ring: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2020 // Daystar protects from level drain: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2023 // Cespenar can improve the Daystar with the Tyr's Eye: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2050 // Turambar's slow drow weapon disintegration (a revision of BG2Tweaks code): v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2052 // Dragons are not immune to backstabbing: v1.8.1 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #14 // Cernd: Totemic Druid-Kit: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #2 // Change Coran's Dexterity to 19: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #3 // Balance thief abilities: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #6 // Match Minsc's Alignment -> Change Minsc's Alignment to Chaotic-Good (BG2 - recommended): 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #10 // Faldorn: Avenger-Kit: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #11 // Safana: Swashbuckler-Kit: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #12 // Kivan: Archer-Kit: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #20 // General fixes: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #21 // Set reputation to 9 after leaving Candlekeep: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #22 // Soundpatch part I - Gamesounds: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #24 // Item Addon (IWD-Types): 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #25 // Special NPC Items: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #26 // Improved exotic weapons allocation: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #27 // Change Montaron's Proficiencies: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #28 // Xan's improved spellbook: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #29 // Change Kagain's proficiencies : 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #31 // restore unique BG1-Items: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #32 // Minsc's bald head: 1.73 BWP Fix
~SETUP-D0TWEAK.TP2~ #0 #4 // Tweaked Weapon Enchantments: v20 BWP Fix
~SETUP-D0TWEAK.TP2~ #0 #5 // Additional Racial Enemies: v20 BWP Fix
~SETUP-D0TWEAK.TP2~ #0 #6 // Summonning Cap Removal: v20 BWP Fix
~SETUP-D0TWEAK.TP2~ #0 #11 // Visual Ioun Stones: v20 BWP Fix
~SETUP-D0TWEAK.TP2~ #0 #18 // Improved Backstabbing: v20 BWP Fix
~GMINION/SETUP-GMINION.TP2~ #0 #0 // gMinion: v2 BGT-Expansion
~SETUP-REFINEMENTS.TP2~ #0 #30 // Shapeshifting fix -> Heal on shifting back to human (Default): Refinements v 3.31 BWP Fix
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #120 // Restore innate disease immunity to Paladins: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #100 // Restore innate infravision to Half-Orc characters: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #101 // Prevent skeletal and incorporeal undead from being affected by Illithids' Devour Brain attack: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #104 // PnP Color Spray: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #110 // Magical arrows and bolts deal bonus damage equal to their enchantment level: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #115 // Allow Mages to scribe memorized spells onto scrolls -> Scrolls can be scribed everywhere: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #130 // Additional racial traits for Dwarves: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #140 // Additional racial traits for Gnomes: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #152 // PnP Fiends -> Mod-added fiends are also affected: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #160 // PnP Undead: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #180 // PnP Mephits: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #185 // PnP Fey creatures: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #186 // Revised Call Woodland Beings spell: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #190 // PnP Elementals: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #191 // Increase the Hit Dice of Elemental Princes: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #200 // Allow Breach to take down Stoneskin effects applied by items: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #201 // Instant casting for warrior innates: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #202 // Revised Bhaalpowers -> Enhance the Bhaalpowers and standardize their casting time: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #218 // Regain Bhaalpowers in ToB: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #203 // Make druidic shapeshifting uninterruptable: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #210 // Restore the Dispel Magic vulnerability to Nishruu and Hakeashars: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #212 // Make alignment detection spells more accurate: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #213 // Expanded saving throw bonus tables for Dwarves, Gnomes and Halflings: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #216 // Bard songs break invisibility -> Only the Jester song breaks invisibility: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #261 // Altered XP rewards from locks, traps and scrolls -> Improved (lowered) XP rewards from locks, traps and scrolls: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #270 // Unbiased quest rewards: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #220 // Simple Thief script: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #230 // Simple Bard script: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #239 // Simple Cleric/Paladin script: v4.23
~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.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #301 // Change the appearance of Valygar's armor: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #302 // Change the appearance of the Robe of Vecna: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #310 // Distinctive creature coloring: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #315 // Distinctive creature soundsets: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #500 // Slightly expanded storage capacity for containers -> Use the recommended storage capacity value (999): v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #510 // Expanded temple services: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #999 // BG2-style icons for aTweaks content: v4.23
~RR/SETUP-RR.TP2~ #0 #2 // Thief High Level Ability revisions: v4.62
~RR/SETUP-RR.TP2~ #0 #5 // Bard High Level Ability revisions: v4.62
~RR/SETUP-RR.TP2~ #0 #12 // Shadow Thief Improvements: v4.62
~RR/SETUP-RR.TP2~ #0 #999 // BG2-style icons for RR content: v4.62
~FULLPLATE/SETUP-FULLPLATE.TP2~ #0 #1 // Full Plate And Packing Steel: Between You And Harm (alternate armour system): v2
~FULLPLATE/SETUP-FULLPLATE.TP2~ #0 #102 // Full Plate And Packing Steel: Field Improvisation (convenience tweak, remove restrictions on combining protective items): v2
~FULLPLATE/SETUP-FULLPLATE.TP2~ #0 #204 // Full Plate And Packing Steel: Little He Knows Where a Foe May Lurk (everyone can backstab at x2, thieves/assassins do better): v2
~P5TWEAKS/SETUP-P5TWEAKS.TP2~ #0 #30 // Drop Items on Imprisonment: v5.1
~P5TWEAKS/SETUP-P5TWEAKS.TP2~ #0 #50 // Restore SoA Background Music for Promenade Cutscene: v5.1
~P5TWEAKS/SETUP-P5TWEAKS.TP2~ #0 #60 // Increase Spear Range and Damage: v5.1
~CONTAIN/SETUP-CONTAIN.TP2~ #0 #10 // Unique Containers -> Unique icons and names: v3
~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
~SETUP-CELESTIALES.TP2~ #0 #1 // Sustitucion de los graficos de devas y planotareos rojos (Substitution of the creature graphics of the red devas and planetars) (Ersatz der Grafiken der roten Devas und Planetare): v1.2
~SETUP-CELESTIALES.TP2~ #0 #2 // Sustitucion de los graficos de devas y planotareos azules y de Solar (Substitution of the creature graphics of the blue devas and planetars and the solars) (Ersatz der Grafiken der blauen Devas, Planetare und Solarier): v1.2
~AURORA/SETUP-AURORA.TP2~ #0 #0 // Aurora's Shoes and Boots: v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #10 // Small portraits for NPCs -> Merchants and minor NPCs: v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #115 // Change store buying prices -> Reduce to 75%: v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #170 // Change store selling prices -> Increase by 125%: v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #215 // Change gem and jewelry prices -> Reduce to 67% (recommended): v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #247 // Change quest gold rewards -> Reduce to 50%: v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #420 // Realistic random treasures -> Both 1 and 2 (no treasures lost): v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #470 // Change creature gold carried -> Reduce to 50% (recommended): v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #500 // PnP Helmed and Battle Horrors: v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #520 // Realistic Kobold Commandos: v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #9000 // Fix area creature references: v5a BWP Fix
~SETUP-AURPATCH.TP2~ #0 #0 // Aurora Patch: v5.1
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #0 // Nythrun's Level 1 NPCs: List party-joinable NPCs (required to install any NPC components): v1.9 BWP Fix
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #1 // Tweak weapon proficiencies for some classes (a la Ashes of Embers and aVENGER's Rogue Rebalancing): v1.9 BWP Fix
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #3 // Joinable NPCs more closely match the player character's experience -> On initial joining only: v1.9 BWP Fix
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #51 // Balanced BG1 NPC attributes -> mos_anted's revision: v1.9 BWP Fix
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #55 // Dudleyfix for BG1 NPCs: v1.9 BWP Fix
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #60 // Fix BG1 NPC spells and innate abilities: v1.9 BWP Fix
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #100 // Update game references to NPC classes/kits: v1.9 BWP Fix
~SETUP-BP-BGT-WORLDMAP.TP2~ #0 #0 // Worldmap for Baldur's Gate - including colored Baldur's Gate map icons: v9.0.2
~SETUP-BP-BGT-WORLDMAP.TP2~ #0 #1 // Worldmap for Throne of Bhaal -> Use new Worldmap for Throne of Bhaal as well: v9.0.2
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3220 // Sensible Entrance Points: v14
~SETUP-GUI.TP2~ #0 #2 // Game Graphical User Interface (GUI) -> "Baldur's Gate Trilogy" (Elminster wielding staff)
~WIDESCREEN/WIDESCREEN.TP2~ #0 #0 // Widescreen Mod -> for the original Infinity Engine (CHOOSE THIS!): Widescreen Mod v3.02
~SETUP-CREFIXER.TP2~ #0 #0 // Creature Slot Fixer: v2
~SETUP-INNATE_FIX.TP2~ #0 #0 // Innates Set to Level One
~SETUP-POISON_EFFECT_SUPPLEMENT.TP2~ #0 #0 // Poison Effect Supplement for ToBEx (has no effect if ToBEx is not present)
~SETUP-LOLFIXER.TP2~ #0 #0 // Area Stuff - MAJESTIC Area Fixer: 29122013
~SETUP-LOLFIXER.TP2~ #0 #1 // Creature Stuff - Creature Resource Fixer (res_fixer for ALL CREATURES): 29122013
~SETUP-LOLFIXER.TP2~ #0 #2 // Creature Stuff - Inventory Unborker (removes spurious references to the item table): 29122013
~SETUP-LOLFIXER.TP2~ #0 #3 // Creature Stuff - Inventory Cleaner (removes items that don't exist and converts them into already present items where applicable): 29122013
~SETUP-LOLFIXER.TP2~ #0 #4 // Creature Stuff - Inventory Overhauler (moves invalid but equippable items to inventory and equips anything in the inventory to a free slot): 29122013
~SETUP-LOLFIXER.TP2~ #0 #5 // Creature Stuff - MAJESTIC Creature Fixer: 29122013
~SETUP-LOLFIXER.TP2~ #0 #6 // Creature Stuff - Duplicate Creature Effect Remover: 29122013
~SETUP-LOLFIXER.TP2~ #0 #7 // Item Stuff - Item Resource Fixer (res_fixer for ALL ITEMS): 29122013
~SETUP-LOLFIXER.TP2~ #0 #8 // Item Stuff - MAJESTIC Item Fixer: 29122013
~SETUP-LOLFIXER.TP2~ #0 #9 // Item Stuff - Portrait Icon Assigner: 29122013
~SETUP-LOLFIXER.TP2~ #0 #10 // Item Stuff - Proper Immunity Assigner: 29122013
~SETUP-LOLFIXER.TP2~ #0 #11 // Item Stuff - Duplicate Item Effect Remover: 29122013
~SETUP-LOLFIXER.TP2~ #0 #12 // Item Stuff - MAJESTIC Item Checker: 29122013
~SETUP-LOLFIXER.TP2~ #0 #13 // Spell Stuff - Spell Resource Fixer (res_fixer for ALL THE SPELLS): 29122013
~SETUP-LOLFIXER.TP2~ #0 #14 // Spell Stuff - MAJESTIC Spell Fixer: 29122013
~SETUP-LOLFIXER.TP2~ #0 #15 // Store Stuff - MAJESTIC Store Fixer: 29122013
~GENERALIZED_BIFFING/GENERALIZED_BIFFING.TP2~ #0 #0 // Generalized Biffing: v2.2
 
 


#38 -mast3r-

-mast3r-
  • Guest

Posted 20 March 2014 - 10:35 AM

Having the same problem here. I hope anyone could help. It's kinda annoying playing BWP without Bags of Holding.
Erhm, could you write what exactly the problem is ? As without any quotation your post is kinda meaningless, as there's nothing that explains what in the cheese the "same problem here" is ?!? ... and weidu.log's content could help too...

 

I tried almost every bag of holding, but it triggers a crash to desktop during the game and I'm also getting this error msg:

 

ASSERTION FAILED!
File: CStore.cpp
Line: 241

 

and here is my weidu log: 

 

// 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]
~TOBEX/TOBEX.TP2~ #0 #100 // TobEx - Core: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #101 // Apply Concentration Check On Damage [WIP]: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #102 // Awaken On Damage: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #105 // No Spell Interruption On Zero Damage: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #107 // Allow All Races to Dual Class: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #108 // Allow Equipping Armor in Combat: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #109 // Disable Experience Boost: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #111 // Disable Silence On Charm: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #112 // Level One Proficiency Restrictions: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #113 // Remain Hidden On Pickpocket Success [C]: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #114 // Rest Spawns Advance Time: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #115 // Dialogue Greeting Subtitles: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #116 // Enable Animation Attack Sounds: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #117 // Universal Four Inventory Weapon Slots: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #118 // Subtitles For Standard Soundsets: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #120 // Drop Inventory on Disintegrate: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #121 // Drop Inventory on Frozen Death: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #122 // Drop Inventory on Stone Death: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #123 // Enable Auto-Pause On All Screens: Beta 0026
~TOBEX/TOBEX.TP2~ #0 #124 // Make All Attack Animations Genuine Attacks: Beta 0026
~SETUP-ASCENSION.TP2~ #0 #0 // Ascension v1.41 (requires ToB): v1.4.24 BWP Fix
~SETUP-ASCENSION.TP2~ #0 #1 // Tougher Abazigal (optional, requires ToB): v1.4.24 BWP Fix
~SETUP-ASCENSION.TP2~ #0 #2 // Original Tougher Demogorgon (optional, requires ToB): v1.4.24 BWP Fix
~SETUP-ASCENSION.TP2~ #0 #3 // Tougher Gromnir (optional, requires ToB): v1.4.24 BWP Fix
~SETUP-ASCENSION.TP2~ #0 #4 // Tougher Illasera (optional, requires ToB): v1.4.24 BWP Fix
~SETUP-ASCENSION.TP2~ #0 #5 // Tougher Yaga-Shura (optional, requires ToB): v1.4.24 BWP Fix
~SETUP-OVERSIGHT.TP2~ #0 #0 // Tougher Sendai (ToB Required): 13 BWP Fix
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #0 // BG2 Fixpack - Core Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #1000 // BG2 Fixpack - Game Text Update -> GTU Light (by Wisp): v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #3 // BETA Core Fixes (please check the readme!): v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #100 // Party Gets XP for Sending Keldorn to Reconcile With Maria: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #101 // Improved Spell Animations: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #102 // Cromwell's Forging Actually Takes a Day: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #103 // Mixed-Use Dagger Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #104 // Ghreyfain's Holy Symbol Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #106 // Giants Receive Penalties When Attacking Halflings,   Dwarves, and Gnomes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #107 // Remove Dual-Classing Restriction from Archers   and Stalkers: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #108 // Remove Second Attribute Bonus for Evil Path in  Wrath Hell Trial: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #109 // Corrected Summoned Demon Behavior: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #110 // Additional Script Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #111 // Bard Song Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #112 // Wizard Slayers Cause Miscast Magic on Ranged Attacks: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #113 // Additional Alignment Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #114 // Change Free Action to Protect Against Stun: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #115 // Paws from Shapeshifting Can Not Be Dispelled: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #116 // Remove Thieving Start Bonuses from Bard and Ranger Skills: v10
~SETUP-BDTOBV168.TP2~ #0 #0 // Baldurdash Fix Pack for ToB, v1.68 WeiDU: BG2Fixpack adaption
~SETUP-BDTOBV168.TP2~ #0 #2 // RESTORED TWISTED RUNE QUEST: BG2Fixpack adaption
~SETUP-BDTOBV168.TP2~ #0 #3 // RESTORED HINDO'S DOOM: BG2Fixpack adaption
~SETUP-BDTOBV168.TP2~ #0 #5 // IMPROVED COPPER CORONET: BG2Fixpack adaption
~SETUP-BDTOBV168.TP2~ #0 #7 // Improved Nymph (Woodland Being) Script by Goeran Rimen: BG2Fixpack adaption
~IIKEYNAMES/SETUP-IIKEYNAMES.TP2~ #0 #2001 // Key Names
~1PP.TP2~ #0 #101 // 1ppv4: Core paperdolls
~1PP.TP2~ #0 #200 // 1ppv4: Core content patches
~SETUP-BGT.TP2~ #0 #0 // Baldur's Gate Trilogy - Core: 1.18 (28 Apr 13) BWP Fix
~SETUP-BGTMUSIC.TP2~ #0 #2 // Baldur's Gate Trilogy - Music -> Full Baldur's Gate/Shadows of Amn/Throne of Bhaal Music (WARNING: patches BGMain.exe)
~BGGRAPHICS/SETUP-BGGRAPHICS.TP2~ #0 #0 // BGT Extended Night and Baldur's Gate Map Fixes: v1.4
~JONDALARFIX/SETUP-JONDALARFIX.TP2~ #0 #0 // Jondalar Fix for BGT: BWP Patching version
~TXTMUSIC/TXTMUSIC.TP2~ #0 #0 // Restored Textscreen Music for BG1TuTu, EasyTutu, and BGT-WeiDU: 9 (22 Mar 13)
~BGQE/SETUP-BGQE.TP2~ #0 #0 // Baldur's Gate Mini-Quests and Encounters Mod: 8.1
~SETUP-SIRINESCALL.TP2~ #0 #0 // The Lure of the Sirine's Call: v12
~BW_HERBS/SETUP-BW_HERBS.TP2~ #0 #0 // Herbs and Potions Add-in (BG1 / BG1Tutu / BGT) by Baronius: v1.0.3 BWP Tweak
~SETUP-THALAN.TP2~ #0 #0 // Thalantyr - Item Upgrade: 3.7
~BG1NPC.TP2~ #0 #0 // The BG1 NPC Project: Required Modifications: v20 BWP Fix
~BG1NPC.TP2~ #0 #1 // The BG1 NPC Project: Banters, Quests, and Interjections: v20 BWP Fix
~BG1NPC.TP2~ #0 #2 // The BG1 NPC Project: Give Edwin his BG2 portrait: v20 BWP Fix
~BG1NPC.TP2~ #0 #3 // The BG1 NPC Project: Give Imoen her BG2 portrait: v20 BWP Fix
~BG1NPC.TP2~ #0 #4 // The BG1 NPC Project: Give Jaheira her BG2 portrait: v20 BWP Fix
~BG1NPC.TP2~ #0 #5 // The BG1 NPC Project: Give Minsc his BG2 portrait: v20 BWP Fix
~BG1NPC.TP2~ #0 #6 // The BG1 NPC Project: Give Viconia her BG2 portrait: v20 BWP Fix
~BG1NPC.TP2~ #0 #7 // The BG1 NPC Project: Kivan's "Kivan and Deheriana Companions" portrait: v20 BWP Fix
~BG1NPC.TP2~ #0 #8 // The BG1 NPC Project: Add Non-Joinable NPC portraits to quests and dialogues: v20 BWP Fix
~BG1NPC.TP2~ #0 #9 // The BG1 NPC Project: Ajantis Romance Core (teen content): v20 BWP Fix
~BG1NPC.TP2~ #0 #10 // The BG1 NPC Project: Branwen's Romance Core (teen content): v20 BWP Fix
~BG1NPC.TP2~ #0 #11 // The BG1 NPC Project: Coran's Romance Core (adult content): v20 BWP Fix
~BG1NPC.TP2~ #0 #12 // The BG1 NPC Project: Dynaheir's Romance Core (teen content): v20 BWP Fix
~BG1NPC.TP2~ #0 #13 // The BG1 NPC Project: Shar-Teel Relationship Core (adult content): v20 BWP Fix
~BG1NPC.TP2~ #0 #14 // The BG1 NPC Project: Xan's Romance Core (teen content): v20 BWP Fix
~BG1NPC.TP2~ #0 #15 // The BG1 NPC Project: Female Romance Challenges, Ajantis vs Xan vs Coran: v20 BWP Fix
~BG1NPC.TP2~ #0 #17 // The BG1 NPC Project: Alora's Starting Location -> Alora Starts in the Hall of Wonders: v20 BWP Fix
~BG1NPC.TP2~ #0 #25 // Jason Compton's Accelerated Banter Script: v20 BWP Fix
~BG1NPC.TP2~ #0 #27 // The BG1 NPC Project: Bardic Reputation Adjustment: v20 BWP Fix
~BG1NPC.TP2~ #0 #30 // The BG1 NPC Project: Sarevok's Diary Adjustments -> SixofSpades Extended Sarevok's Diary: v20 BWP Fix
~BG1NPC.TP2~ #0 #200 // The BG1 NPC Project: Player-Initiated Dialogues: v20 BWP Fix
~BG1NPCMUSIC/BG1NPCMUSIC.TP2~ #0 #0 // The BG1 NPC Project Music Pack -> Install All Audio: v5
~BG1UB/SETUP-BG1UB.TP2~ #0 #0 // Ice Island Level Two Restoration: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #1 // The Mysterious Vial: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #2 // Additional Elminster Encounter: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #3 // Angelo Notices Shar-teel: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #8 // Safana the Flirt: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #9 // Appropriate Albert and Rufie Reward: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #10 // Place Entar Silvershield in His Home: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #11 // Scar and the Sashenstar's Daughter: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #12 // Quoningar, the Cleric: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #13 // Shilo Chen and the Ogre-Magi: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #14 // Edie, the Merchant League Applicant: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #15 // Flaming Fist Mercenary Reinforcements: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #16 // Creature Corrections: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #17 // Creature Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #18 // Creature Name Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #19 // Minor Dialogue Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #20 // Audio Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #21 // Store, Tavern and Inn Fixes and Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #22 // Item Corrections and Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #23 // Area Corrections and Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #24 // Permanent Corpses: v13_120121
~SETUP-BGSPAWN.TP2~ #0 #0 // BGSpawn system based on levels & party members (NOTE: Baldur's Gate Trilogy - BGT required): 1.12 BWP Fix
~SETUP-BGSPAWN.TP2~ #0 #1 // Choose the time between re-spawns: 1.12 BWP Fix
~SETUP-BGSPAWN.TP2~ #0 #3 // BGSpawn random encounters between areas (NOTE: Baldur's Gate Trilogy - BGT required): 1.12 BWP Fix
~SETUP-BGSPAWN.TP2~ #0 #2 // Vampiric Wolf Lord (inspired to DavidW Wolf of Ulcaster) NOTE: this changes some Vampiric Wolf in the game. It's used by BGSpawn-system: 1.12 BWP Fix
~KTWEAKS/SETUP-KTWEAKS.TP2~ #0 #1 // Add BG1 missing normal & magical weapons: v1.06
~KTWEAKS/SETUP-KTWEAKS.TP2~ #0 #2 // Add BG1 missing unique weapons: v1.06
~KTWEAKS/SETUP-KTWEAKS.TP2~ #0 #3 // Randomized assignment of BG1 missing unique weapons: v1.06
~KTWEAKS/SETUP-KTWEAKS.TP2~ #0 #301 // RP fixes: v1.06
~SETUP-BDTOBV168.TP2~ #0 #6 // RESTORED DAK'KON'S BLADE: BG2Fixpack adaption
~KITTOMES/SETUP-KITTOMES.TP2~ #0 #0 // Kit Tomes for BG:EE, BGT and TuTu: v2.0 BWP Fix
~KITTOMES/SETUP-KITTOMES.TP2~ #0 #4 // Panver's Merchandise -> Panver Sells No Tomes: v2.0 BWP Fix
~KITTOMES/SETUP-KITTOMES.TP2~ #0 #5 // Tome Locations -> Merchandise & Quest Rewards-> Panver is in the Elfsong Tavern: v2.0 BWP Fix
~SETUP-TTSQ.TP2~ #0 #0 // The Tortured Soul Quest - WeiDU: v7
~EMAD/SETUP-EMAD.TP2~ #0 #0 // A Z-rated Adventure - an IM4 Non-Entry: v6 BWP Fix
~EMAD/SETUP-EMAD.TP2~ #0 #1 // The Promise of a Troll: v6 BWP Fix
~EMAD/SETUP-EMAD.TP2~ #0 #2 // A Bhaalspawn's Best Friend: v6 BWP Fix
~EMAD/SETUP-EMAD.TP2~ #0 #3 // Under Her Spell: v6 BWP Fix
~EMAD/SETUP-EMAD.TP2~ #0 #4 // Forgery: v6 BWP Fix
~EMAD/SETUP-EMAD.TP2~ #0 #5 // Character Medley: v6 BWP Fix
~TOD/SETUP-TOD.TP2~ #0 #0 // Tower Of Deception Mod (Requires Throne Of Bhaal): v3.3.1 BWP Fix
~TOD/SETUP-TOD.TP2~ #0 #1 // Improved Astral Shard Guardian: v3.3.1 BWP Fix
~TOD/SETUP-TOD.TP2~ #0 #2 // Encounter with Ustrain: v3.3.1 BWP Fix
~BW_HERBS_BG2/SETUP-BW_HERBS_BG2.TP2~ #0 #0 // Herbs and Potions Add-in for BG2 by Baronius: v1.0.5 BWP Patch
~SETUP-ITEMUPGRADE.TP2~ #0 #10 // Shadows Of Amn Item Upgrades -> Revised consistency plus version: v40
~SETUP-ITEMUPGRADE.TP2~ #0 #11 // Throne Of Bhaal Item Upgrades -> Revised consistency plus version: v40
~SETUP-EBG2.TP2~ #0 #0 // Additional merchant with new items: v1.1
~SETUP-EBG2.TP2~ #0 #1 // Interjections: v1.1
~SETUP-EBG2.TP2~ #0 #2 // Tomes and manuals: v1.1
~SETUP-EBG2.TP2~ #0 #4 // Additional portraits: v1.1
~SETUP-EBG2.TP2~ #0 #5 // Lost item descriptions: 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 #18 // Miscellaneous tweaks: v1.1
~SETUP-EBG2.TP2~ #0 #8 // New kit (Gladiator): v1.1
~SETUP-EBG2.TP2~ #0 #9 // New kit (Knight): v1.1
~SETUP-EBG2.TP2~ #0 #10 // New kit (Duelist): 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-FOODMOD.TP2~ #0 #0 // Chosen of Mystra's Food and Herbal Mod (Requires Throne of Bhaal): v1.03 BWP Fix
~RUPERT/SETUP-RUPERT.TP2~ #0 #0 // Rupert the Dye Merchant (for BG2 or TuTu/BGT): v2.1 BWP Fix
~SETUP-BBBKBG.TP2~ #0 #0 // Installation of Item BBBKBG1, BBBKBG2, BBBKBG3, BBBKBG4, BBBKBG5, BBBKBG6, BBBKBG7, BBBKBG8, BBBKBG9 - Book Bag
~SETUP-BBPBAG.TP2~ #0 #0 // Installation of Item BBPBAG1, BBPBAG2, BBPBAG3, BBPBAG4, BBPBAG5, BBPBAG6, BBPBAG7, BBPBAG8, BBPBAG9 - Potion Bag
~SETUP-BBQUIV.TP2~ #0 #0 // Installation of Item BBQUIV1, BBQUIV2, BBQUIV3, BBQUIV4, BBQUIV5, BBQUIV6, BBQUIV7, BBQUIV8, BBQUIV9 - Quiver
~SETUP-BBQUIVB.TP2~ #0 #0 // Installation of Item BBQUIVB1, BBQUIVB2, BBQUIVB3, BBQUIVB4, BBQUIVB5, BBQUIVB6, BBQUIVB7, BBQUIVB8, BBQUIVB9 - Bolt Quiver
~SETUP-BBQUIVC.TP2~ #0 #0 // Installation of Item BBQUIVC1, BBQUIVC2, BBQUIVC3, BBQUIVC4, BBQUIVC5, BBQUIVC6, BBQUIVC7, BBQUIVC8, BBQUIVC9 - Ammunition Belt
~SETUP-BBSCCS.TP2~ #0 #0 // Installation of Item BBSCCS1, BBSCCS2, BBSCCS3, BBSCCS4, BBSCCS5, BBSCCS6, BBSCCS7, BBSCCS8, BBSCCS9 - Scroll Case
~SETUP-KIVAN.TP2~ #0 #0 // Kivan of Shilmista: v13 BWP Fix
~SETUP-KIVAN.TP2~ #0 #2 // Select Deheriana's Class -> Wild Mage: v13 BWP Fix
~SETUP-KIVAN.TP2~ #0 #6 // Select Kivan's Portrait -> Install Herd's Alternative Portrait for Kivan.: v13 BWP Fix
~SETUP-KIVAN.TP2~ #0 #7 // Install ToB Portion of the Mod: v13 BWP Fix
~XAN/SETUP-XAN.TP2~ #0 #0 // Xan NPC MOD for Baldur's Gate II: v12
~XAN/SETUP-XAN.TP2~ #0 #3 // Install alternate class for Xan? -> Change Xan's class to Sorcerer: v12
~XAN/SETUP-XAN.TP2~ #0 #5 // BG1-style flaming swords: v12
~SETUP-BANTERPACK.TP2~ #0 #0 // Pocket Plane Banter Pack for BG2: Shadows of Amn: 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.1
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #1 // Extended Minsc/Aerie Interaction ToB: V4.1
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #2 // Imoen "Retrospection" dialogue for BGII: ToB: V4.1
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #3 // Wake-Up dialogue for Anomen Romance (By David Gaider with additions from Kulyok): V4.1
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #4 // NPC Conflict Revisions: V4.1
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #5 // Restored Aerie/Jaheira/Anomen interjection in Underdark: V4.1
~YESLICKNPC/YESLICKNPC.TP2~ #0 #0 // Yeslick NPC for BGII: SoA: v1.1
~SETUP-UB.TP2~ #0 #1 // The Suna Seni/Valygar Relationship: v24
~SETUP-UB.TP2~ #0 #3 // "Cat and Mouse" (Bodhi hunts you in Spellhold) by Ghreyfain: v24
~SETUP-UB.TP2~ #0 #0 // The Kidnapping of Boo by Cliffette: v24
~SETUP-UB.TP2~ #0 #2 // Kalah and What He Was Promised: v24
~SETUP-UB.TP2~ #0 #4 // Gorje Hilldark and the Extended Illithium Quest: v24
~SETUP-UB.TP2~ #0 #5 // The Pai'Na/Spider's Bane Quest: v24
~SETUP-UB.TP2~ #0 #6 // Restored Crooked Crane Inn: v24
~SETUP-UB.TP2~ #0 #7 // Restored Encounters: v24
~SETUP-UB.TP2~ #0 #8 // Artemis Entreri in Bodhi's Lair: v24
~SETUP-UB.TP2~ #0 #9 // Corrected "Xzar's Creations": v24
~SETUP-UB.TP2~ #0 #10 // Restored Hell Minions, by SimDing0: v24
~SETUP-UB.TP2~ #0 #12 // Item Restorations: v24
~SETUP-UB.TP2~ #0 #15 // NPC Portrait Restorations: v24
~SETUP-UB.TP2~ #0 #16 // Corrected BAMs and Scripts: v24
~SETUP-UB.TP2~ #0 #17 // Corrected Character Names and Biographies: v24
~SETUP-UB.TP2~ #0 #18 // Restored Minor Dialogs: v24
~SETUP-UB.TP2~ #0 #19 // Restored Bhaalspawn Powers, by David Gaider: v24
~SETUP-UB.TP2~ #0 #21 // Throne of Bhaal Minor Restorations: v24
~SETUP-UB.TP2~ #0 #25 // The Murder of Acton Balthis, by Kulyok: v24
~SETUP-UB.TP2~ #0 #20 // Extended ToB Item Descriptions: v24
~SETUP-UB.TP2~ #0 #24 // Sarevok's Remorse: v24
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #0 // Restored locations: v3.3
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #1 // Restored characters: v3.3
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #2 // Restored sounds: v3.3
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #3 // Restored items: v3.3
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #4 // Restored Wish options: v3.3
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #5 // Restored XP for minor things: v3.3
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #6 // Lich Deril: v3.3
~ARESTORATIONP/SETUP-ARESTORATIONP.TP2~ #1 #7 // Restored random encounters: v3.3
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #0 // Spell Revisions: v3.1 (Hotfix 03)
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #10 // Deva and Planetar Animations: v3.1 (Hotfix 03)
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #20 // Mirror Image Fix: v3.1 (Hotfix 03)
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #30 // Dispel Magic Fix: v3.1 (Hotfix 03)
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #40 // Cure Sleep Fix: v3.1 (Hotfix 03)
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #50 // Remove Disabled Spells from Spell Selection Screens: v3.1 (Hotfix 03)
~NOGAMEOVER/SETUP-NOGAMEOVER.TP2~ #0 #100 // Game Over Only On Party Death: 1.31
~SETUP-RES_FIXER.TP2~ #0 #0 // Resource Fixer: v1
~WHEELS/SETUP-WHEELS.TP2~ #0 #0 // The Wheels of Prophecy: v3
~CELESTIALS/SETUP-CELESTIALS.TP2~ #0 #0 // PnP Celestials: v5
~SETUP-NPCFLIRT.TP2~ #0 #0 // Aerie Flirt Pack For SOA: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #2 // Aerie Flirt Pack For TOB: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #4 // Jaheira Flirt Pack for SOA: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #6 // Jaheira Flirt Pack for TOB: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #8 // Viconia Flirt Pack for SOA: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #10 // Viconia Flirt Pack for TOB: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #12 // Anomen Flirt Pack for SOA: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #14 // Anomen Flirt Pack for TOB: v1.03
~SETUP-REVISEDBATTLES.TP2~ #0 #0 // Improved Battles - "erebusant's Patching Version" v6: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #1 // Improved Drizzt: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #2 // Improved Mencar Pebblecrusher: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #3 // Improved Mad Cleric: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #4 // Improved House Jae'llat: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #5 // Improved Lord Roenall: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #6 // Improved Master Brain: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #7 // Improved Wraith Sarevok: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #8 // Improved Cohrvale, Bregg & Alamas: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #9 // Improved Firkraag: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #13 // Improved Fire Giants (requires ToB): v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #14 // Improved Shade Lord: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #15 // Improved Trademeet Crypt: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #16 // Improved Dungeon: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #17 // Much Improved Temple Sewers Party: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #18 // Improved Kiser Jhaeri (requires ToB): v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #19 // Improved Falahar: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #20 // Improved Drow Pit Fights: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #21 // Improved Chromatic Demon: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #22 // Knights of Dark Renown: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #23 // Arcane Avenger Kit: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #24 // Blademaster Kit: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #25 // Demon Knight Kit: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #26 // Bastard Kit: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #27 // Modify .CRE Proficiencies, Abilities & Effects. This component MUST be installed.: v6.3 BWP Fix
~SETUP-OVERSIGHT.TP2~ #0 #2 // Class Tweaks/Fixes: 13 BWP Fix
~SETUP-OVERSIGHT.TP2~ #0 #3 // Altered Spells: 13 BWP Fix
~SETUP-OVERSIGHT.TP2~ #0 #6 // Monk High Level Abilities: 13 BWP Fix
~SETUP-OVERSIGHT.TP2~ #0 #7 // Holy Liberator: 13 BWP Fix
~ANIMALCOMPANIONS/SETUP-ANIMALCOMPANIONS.TP2~ #0 #0 // Animal Companions For All Rangers (Optional: Druids): v0.5 BWP Fix
~RR/SETUP-RR.TP2~ #0 #0 // Proper dual-wielding implementation for Thieves and Bards: v4.62
~RR/SETUP-RR.TP2~ #0 #1 // Thief kit revisions: v4.62
~RR/SETUP-RR.TP2~ #0 #3 // Proper racial adjustments for thieving skills: v4.62
~RR/SETUP-RR.TP2~ #0 #4 // Bard kit revisions: v4.62
~RR/SETUP-RR.TP2~ #0 #6 // Proper spell progression for Bards: v4.62
~RR/SETUP-RR.TP2~ #0 #7 // Additional equipment for Thieves and Bards: v4.62
~RR/SETUP-RR.TP2~ #0 #8 // Upgradeable Equipment: v4.62
~RR/SETUP-RR.TP2~ #0 #9 // Revised Thievery -> Use PnP thievery potions and prevent their effects from stacking: v4.62
~RR/SETUP-RR.TP2~ #0 #11 // Chosen of Cyric encounter: v4.62
~SETUP-REFINEMENTS.TP2~ #0 #10 // Revised High Level Abilities: Refinements v 3.31 BWP Fix
~SETUP-REFINEMENTS.TP2~ #0 #40 // Universal lesser mage robes: Refinements v 3.31 BWP Fix
~SETUP-REFINEMENTS.TP2~ #0 #50 // Sword Angel - New Fighter Kit: Refinements v 3.31 BWP Fix
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #60 // Update Spellbooks of Joinable NPCs: v3.1 (Hotfix 03)
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #0 // Thrown Hammers: v3 BWP Fix
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #15 // Thrown Spiritual Hammers: v3 BWP Fix
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #25 // Normal throwing hammers: v3 BWP Fix
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #35 // +1 throwing weapons: v3 BWP Fix
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #50 // Additional magic items: v3 BWP Fix
~FREEACT/SETUP-FREEACT.TP2~ #0 #10 // PnP Free Action: v2
~1PP.TP2~ #0 #103 // 1ppv4: Extended palette entries -> Full install (recommended)
~1PP.TP2~ #0 #105 // 1ppv4: Avatar fixes
~1PP.TP2~ #0 #106 // 1ppv4: Female Dwarves -> Separate Avatars for Female Dwarves - Baldur's Gate II
~1PP.TP2~ #0 #111 // 1ppv4: Thieves Galore -> BGII - Unique Thief Avatars
~1PP.TP2~ #0 #113 // 1ppv4: Smart Avatar & Armour Switching
~1PP.TP2~ #0 #201 // 1ppv4: Consistent spell and scroll icons
~1PP.TP2~ #0 #114 // 1ppv4: Softer Spell Effects
~1PP.TP2~ #0 #202 // 1ppv4: Spell tweaks
~1PP.TP2~ #0 #203 // 1ppv4: Restored flame sword animations
~1PP.TP2~ #0 #204 // 1ppv4: Colourable Quarterstaves
~1PP.TP2~ #0 #207 // 1ppv4: Wizards' Staves (core)
~1PP.TP2~ #0 #210 // 1ppv4: Increased paperdoll object variety (core)
~1PP.TP2~ #0 #205 // 1ppv4: Legacy Shields
~1PP.TP2~ #0 #206 // 1ppv4: Additional Shield Animations (core)
~1PP.TP2~ #0 #208 // 1ppv4: Additional Helmet Animations (core)
~1PP.TP2~ #0 #400 // 1ppv4: Core updates and item patches
~1PP.TP2~ #0 #401 // 1ppv4: Improved projectile effects
~1PP.TP2~ #0 #300 // 1ppv4: Fixed animations for solars and elementals
~1PP.TP2~ #0 #301 // 1ppv4: Miscellaneous content fixes
~SETUP-NSCPORTRAITS.TP2~ #0 #0 // Portraits for BG1(BGT): v2.1 BWP Fix
~SETUP-NSCPORTRAITS.TP2~ #0 #1 // Portraits for BG2 and ToB: v2.1 BWP Fix
~SETUP-NSCPORTRAITS.TP2~ #0 #300 // Portraits for BG1 Mini-Quests and Encounters: v2.1 BWP Fix
~SETUP-NSCPORTRAITS.TP2~ #0 #305 // Portraits for Lure of the Sirines Call: v2.1 BWP Fix
~SETUP-NSCPORTRAITS.TP2~ #0 #1300 // Portraits for Tower of Deception: v2.1 BWP Fix
~SETUP-NSCPORTRAITS.TP2~ #0 #1340 // Portraits for Big Picture: v2.1 BWP Fix
~SETUP-NSCPORTRAITS.TP2~ #0 #5000 // Alternate Female Character-Creation Portraits: v2.1 BWP Fix
~SETUP-NSCPORTRAITS.TP2~ #0 #5010 // Alternate Male Character-Creation Potraits: v2.1 BWP Fix
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #1000 // Initialise mod (all other components require this): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #1901 // Standardise spells: BG1 vs BG2 -> Introduce BG2 spell scrolls into BG1: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2010 // More consistent Breach spell (always affects liches and rakshasas; doesn't penetrate Spell Turning): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2020 // Antimagic attacks penetrate improved invisibility: v28
~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): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2130 // Cosmetic change: stop Stoneskins from changing the caster's colour: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2160 // Add an extra copy of some hard-to-find spell scrolls: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2170 // True Sight/True Seeing spells protect from magical blindness: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3030 // Re-introduce potions of extra-healing: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3010 // Replace +1 arrows with nonmagical "fine" ones: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3022 // Replace many +1 magical weapons with Fine ones -> Fine weapons are affected by the iron crisis: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3041 // Reduce the number of Arrows of Dispelling in stores -> Stores sell a maximum of 5 Arrows of Dispelling: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3060 // Remove the invisibility power of the Staff of the Magi: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3070 // Move Vhailor's Helm into Throne of Bhaal: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3080 // Move the Cloak of Mirroring: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3090 // Move the Robe of Vecna into Throne of Bhaal: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3110 // Change Carsomyr so that its Dispel on contact power grants a saving throw: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4000 // Faster Bears: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4010 // Grant large, flying, non-solid or similar creatures protection from Web and Entangle: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4020 // More realistic wolves and wild dogs: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4040 // Make party members less likely to die irreversibly: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4051 // Decrease the rate at which reputation improves -> Reputation increases at about 1/2 the normal rate: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4110 // Allow NPC pairs to separate: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4120 // NPCs go to inns: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4130 // Move NPCs to more convenient locations: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4146 // Skip the Candlekeep tutorial sections -> Skip Candlekeep altogether (warning: breaks the 4th wall!): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4160 // Increase the price of a license to practise magic in Athkatla -> License costs 10,000 gp: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4170 // Increase the price asked by Gaelan Bayle -> Gaelan wants 40,000 gold pieces: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4180 // Make Freedom scrolls available earlier: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4200 // Retrieve Dropped Items from Hell: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4210 // Randomise the maze in Watcher's Keep: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4217 // Remove unrealistically convenient ammunition from certain areas -> Remove ammo up to the +2 level from random containers: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4230 // Delay the arrival of the "bonus merchants" in the Adventurers' Mart and the Copper Coronet: v28
~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): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5000 // Ease-of-use party AI: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5010 // Move Boo into Minsc's pack: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5020 // Remove the blur graphic effect from the Cloak of Displacement: v28
~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): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5050 // Stackable ankheg shells, winterwolf pelts and wyvern heads: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5060 // Ensure Shar-Teel doesn't die in the original challenge: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5900 // Initialise AI components (required for all tactical and AI components): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6000 // Smarter general AI: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6010 // Better calls for help: v28
~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: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6031 // Smarter Mages -> Mages only cast short-duration spells instantly at start of combat if they are created in sight of the PC: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6041 // Smarter Priests -> Priests only cast short-duration spells instantly at start of combat if they are created in sight of the PC: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6101 // Potions for NPCs -> One third of the potions dropped by slain enemies break and are lost: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6200 // Improved Spiders: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6300 // Smarter sirines and dryads: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6310 // Slightly harder carrion crawlers: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6320 // Smarter basilisks: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6500 // Improved golems: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6510 // Improved fiends -> Fiends have about 50 percent more hit points than normal: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6520 // Smarter genies -> Genies have about 50 percent more hit points than normal: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6531 // Smarter celestials -> Celestials have normal hit points: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6550 // Smarter beholders -> Give beholder rays some chance to "burn through" spell protections; beholder antimagic blocks all spells, including harmful ones, for a round (simulates D&D rules): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6561 // Smarter mind flayers -> Illithids have enhanced damage resistance; Illithids can see through invisibility (matches Tactics mod): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6570 // Smarter githyanki: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6580 // Improved Vampires: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6590 // Smarter Throne of Bhaal final villain: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7000 // Improved doppelgangers: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7010 // Tougher Black Talons and Iron Throne guards: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7020 // Improved deployment for parties of assassins: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7030 // Dark Side-based kobold upgrade: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7040 // Relocated bounty hunters: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7050 // Improved Ulcaster: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7060 // Improved Balduran's Isle: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7070 // Improved Durlag's Tower: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7080 // Improved Demon Cultists: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7090 // Improved Cloakwood Druids: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7100 // Improved Bassilus: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7110 // Improved Drasus party: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7130 // Improved Red Wizards: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7140 // Improved Undercity party: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7200 // Tougher chapter-two end battle: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7210 // Tougher chapter-three end battle: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7220 // Tougher chapter-four end battle: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7230 // Tougher chapter-five end battle: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7250 // Improved final battle: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #7900 // Improved minor encounters: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8000 // Make the starting dungeon slightly harder: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8010 // Improved Shade Lord: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8020 // Spellcasting Demiliches: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8030 // More resilient trolls: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8042 // Increase difficulty of level-dependent monster groupings -> Almost-maximum difficulty (maximum for everything except liches): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8050 // Improved Random Encounters: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8061 // Improved de'Arnise Keep ("Tactics Remix") -> Enhanced spirit trolls (as in Tactics): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8081 // Improved Bodhi (Tactics Remix) -> Original Tactics Improved Bodhi with SCSII scripting: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8100 // Improved battle with Irenicus in Spellhold: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8110 // Improved Sahuagin: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8070 // Improved Unseeing Eye: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8090 // Party's items are taken from them in Spellhold: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8120 // Improved Beholder hive (adapted from Quest Pack): v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8130 // Prevent resting in the Illithid city: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8141 // Slightly Improved Drow -> Leave Ust Natha's defences alone: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8150 // Slightly Improved Watcher's Keep: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8160 // Improved Fire Giant temple: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8170 // Enhanced Sendai's Enclave: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8180 // Improved Abazigal's Lair: v28
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8190 // Improved Minor Encounters: v28
~SETUP-BGTTWEAK.TP2~ #0 #100 // Eldoth reminds of Skie's ransom: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #400 // Add Semaj's Cloak and Upgraded Koveras' Ring of Protection: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #800 // Import more items into Shadows of Amn (WARNING: This can be considered a cheat): 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #901 // Random activated traps in the pirate cave -> Install-time randomisation: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1000 // Bags of the Sword Coast: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1200 // Arkion reacts to player's reputation: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1502 // Altered item shattering -> Make armor and shields shatter: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1800 // Import more NPCs into Shadow of Amn: Alora: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1801 // Import more NPCs into Shadow of Amn: Branwen: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1802 // Import more NPCs into Shadow of Amn: Eldoth: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1803 // Import more NPCs into Shadow of Amn: Kagain: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1805 // Import more NPCs into Shadow of Amn: Sharteel: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1806 // Import more NPCs into Shadow of Amn: Skie: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #1808 // Import more NPCs into Shadow of Amn: Yeslick: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #2001 // Protagonist's biography modifications -> Do not set BG1 biography for imported characters: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #2100 // Exotic Weapons For Taerom: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #2300 // Disable hostile reaction after charm: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #2500 // Access Ulgoth's Beard west of Wyrm's Crossing only: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #2600 // Prevent access to Durlag's Tower from adjacent areas: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #2700 // Put Sword of Chaos +2 in Sarevok's inventory: 11 (5 Feb 12) BWP Fix
~SETUP-BGTTWEAK.TP2~ #0 #2800 // Reputation Resets at Beginning of BG2: 11 (5 Feb 12) BWP Fix
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #60 // Weapon Animation Tweaks: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #70 // Icewind Dale Casting Graphics (Andyr): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #110 // Icon Improvements: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #130 // Force All Dialogue to Pause Game: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1010 // More Interjections: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1020 // Alter HP Triggers for NPC Wounded Dialogues: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1040 // Improved Athkatlan City Guard: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1090 // Exotic Item Pack: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1120 // Stores Sell Higher Stacks of Items: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1161 // Multiple Strongholds (Baldurdash) -> Keep Class Restrictions: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1170 // Bonus Merchants (Baldurdash): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1180 // Female Edwina: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2040 // Universal Clubs: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2090 // Change Experience Point Cap -> Remove Experience Cap: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2192 // Limit Ability of Storekeepers to Identify Items -> Hybrid of Both Methods: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2210 // True Grandmastery (Baldurdash): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2240 // Un-Nerfed THAC0 Table: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2250 // Un-Nerfed Sorcerer Spell Progression Table: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2260 // Alter Mage Spell Progression Table -> Un-Nerfed Table (Blucher): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2270 // Alter Bard Spell Progression Table -> Un-Nerfed Table (Blucher): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2280 // Alter Cleric Spell Progression Table -> Un-Nerfed Table (Blucher): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2290 // Alter Druid Spell and Level Progression Tables -> No Level Progression Changes, Un-Nerfed Druid Spell Table Only (Blucher): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2300 // Triple-Class HLA Tables: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2320 // Trap Cap Removal (Ardanis/GeN1e): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2330 // Remove Delay for Magical Traps (Ardanis/GeN1e): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2340 // Remove Summoning Cap for Celestials (Ardanis/GeN1e): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3050 // Remove fatigue from restoration spells: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3060 // Remove "You Must Gather Your Party..." Sound (Weimer): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3121 // Happy Patch (Party NPCs do not complain about reputation) -> NPCs Can Be Angry About Reputation but Never Leave (Salk): v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3125 // Neutral Characters Make Happy Comments at  Mid-Range Reputation: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3183 // Romance Cheats: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4000 // Adjust Evil joinable NPC reaction rolls: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4010 // Improved Fate Spirit Summoning: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4031 // Consistent Stats: Edwin -> Use BG2 Values: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4041 // Consistent Stats: Jaheira -> Use BG2 Values: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4050 // Change Jaheira to Neutral Good: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4061 // Consistent Stats: Minsc -> Use BG2 Values: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4071 // Consistent Stats: Viconia -> Use BG2 Values: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4100 // Change Korgan to Neutral Evil: v14
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4110 // Give Kagain A Legal Constitution Score of 19: v14
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #12 // Inactive creatures fix: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #13 // Gerde's quest and other related fixes: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #15 // Creature fixes: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #17 // Fix Anomen's proficiencies: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #1060 // Other compatibility fixes: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2000 // Give all skeleton warriors the same immunities -> BG2 immunities (suggested!): v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2003 // Fenten buys more ankheg shells (Baldur's Gate) -> Infinite shells: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2005 // Helmet of alignment change: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2007 // Reflection cloak tweaks: -> Original Cloak of Spell Reflection (SoA): v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2010 // Enhanced Nalia's ring: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2020 // Daystar protects from level drain: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2023 // Cespenar can improve the Daystar with the Tyr's Eye: v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2050 // Turambar's slow drow weapon disintegration (a revision of BG2Tweaks code): v1.8.1 BWP Fix
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2052 // Dragons are not immune to backstabbing: v1.8.1 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #14 // Cernd: Totemic Druid-Kit: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #2 // Change Coran's Dexterity to 19: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #3 // Balance thief abilities: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #6 // Match Minsc's Alignment -> Change Minsc's Alignment to Chaotic-Good (BG2 - recommended): 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #10 // Faldorn: Avenger-Kit: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #11 // Safana: Swashbuckler-Kit: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #12 // Kivan: Archer-Kit: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #20 // General fixes: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #21 // Set reputation to 9 after leaving Candlekeep: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #22 // Soundpatch part I - Gamesounds: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #24 // Item Addon (IWD-Types): 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #25 // Special NPC Items: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #26 // Improved exotic weapons allocation: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #27 // Change Montaron's Proficiencies: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #28 // Xan's improved spellbook: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #29 // Change Kagain's proficiencies : 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #31 // restore unique BG1-Items: 1.73 BWP Fix
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #32 // Minsc's bald head: 1.73 BWP Fix
~SETUP-D0TWEAK.TP2~ #0 #4 // Tweaked Weapon Enchantments: v20 BWP Fix
~SETUP-D0TWEAK.TP2~ #0 #5 // Additional Racial Enemies: v20 BWP Fix
~SETUP-D0TWEAK.TP2~ #0 #6 // Summonning Cap Removal: v20 BWP Fix
~SETUP-D0TWEAK.TP2~ #0 #11 // Visual Ioun Stones: v20 BWP Fix
~SETUP-D0TWEAK.TP2~ #0 #18 // Improved Backstabbing: v20 BWP Fix
~GMINION/SETUP-GMINION.TP2~ #0 #0 // gMinion: v2 BGT-Expansion
~SETUP-REFINEMENTS.TP2~ #0 #30 // Shapeshifting fix -> Heal on shifting back to human (Default): Refinements v 3.31 BWP Fix
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #120 // Restore innate disease immunity to Paladins: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #100 // Restore innate infravision to Half-Orc characters: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #101 // Prevent skeletal and incorporeal undead from being affected by Illithids' Devour Brain attack: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #104 // PnP Color Spray: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #110 // Magical arrows and bolts deal bonus damage equal to their enchantment level: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #115 // Allow Mages to scribe memorized spells onto scrolls -> Scrolls can be scribed everywhere: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #130 // Additional racial traits for Dwarves: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #140 // Additional racial traits for Gnomes: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #152 // PnP Fiends -> Mod-added fiends are also affected: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #160 // PnP Undead: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #180 // PnP Mephits: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #185 // PnP Fey creatures: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #186 // Revised Call Woodland Beings spell: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #190 // PnP Elementals: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #191 // Increase the Hit Dice of Elemental Princes: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #200 // Allow Breach to take down Stoneskin effects applied by items: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #201 // Instant casting for warrior innates: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #202 // Revised Bhaalpowers -> Enhance the Bhaalpowers and standardize their casting time: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #218 // Regain Bhaalpowers in ToB: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #203 // Make druidic shapeshifting uninterruptable: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #210 // Restore the Dispel Magic vulnerability to Nishruu and Hakeashars: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #212 // Make alignment detection spells more accurate: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #213 // Expanded saving throw bonus tables for Dwarves, Gnomes and Halflings: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #216 // Bard songs break invisibility -> Only the Jester song breaks invisibility: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #261 // Altered XP rewards from locks, traps and scrolls -> Improved (lowered) XP rewards from locks, traps and scrolls: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #270 // Unbiased quest rewards: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #220 // Simple Thief script: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #230 // Simple Bard script: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #239 // Simple Cleric/Paladin script: v4.23
~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.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #301 // Change the appearance of Valygar's armor: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #302 // Change the appearance of the Robe of Vecna: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #310 // Distinctive creature coloring: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #315 // Distinctive creature soundsets: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #500 // Slightly expanded storage capacity for containers -> Use the recommended storage capacity value (999): v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #510 // Expanded temple services: v4.23
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #999 // BG2-style icons for aTweaks content: v4.23
~RR/SETUP-RR.TP2~ #0 #2 // Thief High Level Ability revisions: v4.62
~RR/SETUP-RR.TP2~ #0 #5 // Bard High Level Ability revisions: v4.62
~RR/SETUP-RR.TP2~ #0 #12 // Shadow Thief Improvements: v4.62
~RR/SETUP-RR.TP2~ #0 #999 // BG2-style icons for RR content: v4.62
~FULLPLATE/SETUP-FULLPLATE.TP2~ #0 #1 // Full Plate And Packing Steel: Between You And Harm (alternate armour system): v2
~FULLPLATE/SETUP-FULLPLATE.TP2~ #0 #102 // Full Plate And Packing Steel: Field Improvisation (convenience tweak, remove restrictions on combining protective items): v2
~FULLPLATE/SETUP-FULLPLATE.TP2~ #0 #204 // Full Plate And Packing Steel: Little He Knows Where a Foe May Lurk (everyone can backstab at x2, thieves/assassins do better): v2
~P5TWEAKS/SETUP-P5TWEAKS.TP2~ #0 #30 // Drop Items on Imprisonment: v5.1
~P5TWEAKS/SETUP-P5TWEAKS.TP2~ #0 #50 // Restore SoA Background Music for Promenade Cutscene: v5.1
~P5TWEAKS/SETUP-P5TWEAKS.TP2~ #0 #60 // Increase Spear Range and Damage: v5.1
~CONTAIN/SETUP-CONTAIN.TP2~ #0 #10 // Unique Containers -> Unique icons and names: v3
~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
~SETUP-CELESTIALES.TP2~ #0 #1 // Sustitucion de los graficos de devas y planotareos rojos (Substitution of the creature graphics of the red devas and planetars) (Ersatz der Grafiken der roten Devas und Planetare): v1.2
~SETUP-CELESTIALES.TP2~ #0 #2 // Sustitucion de los graficos de devas y planotareos azules y de Solar (Substitution of the creature graphics of the blue devas and planetars and the solars) (Ersatz der Grafiken der blauen Devas, Planetare und Solarier): v1.2
~AURORA/SETUP-AURORA.TP2~ #0 #0 // Aurora's Shoes and Boots: v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #10 // Small portraits for NPCs -> Merchants and minor NPCs: v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #115 // Change store buying prices -> Reduce to 75%: v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #170 // Change store selling prices -> Increase by 125%: v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #215 // Change gem and jewelry prices -> Reduce to 67% (recommended): v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #247 // Change quest gold rewards -> Reduce to 50%: v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #420 // Realistic random treasures -> Both 1 and 2 (no treasures lost): v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #470 // Change creature gold carried -> Reduce to 50% (recommended): v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #500 // PnP Helmed and Battle Horrors: v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #520 // Realistic Kobold Commandos: v5a BWP Fix
~AURORA/SETUP-AURORA.TP2~ #0 #9000 // Fix area creature references: v5a BWP Fix
~SETUP-AURPATCH.TP2~ #0 #0 // Aurora Patch: v5.1
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #0 // Nythrun's Level 1 NPCs: List party-joinable NPCs (required to install any NPC components): v1.9 BWP Fix
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #1 // Tweak weapon proficiencies for some classes (a la Ashes of Embers and aVENGER's Rogue Rebalancing): v1.9 BWP Fix
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #3 // Joinable NPCs more closely match the player character's experience -> On initial joining only: v1.9 BWP Fix
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #51 // Balanced BG1 NPC attributes -> mos_anted's revision: v1.9 BWP Fix
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #55 // Dudleyfix for BG1 NPCs: v1.9 BWP Fix
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #60 // Fix BG1 NPC spells and innate abilities: v1.9 BWP Fix
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #100 // Update game references to NPC classes/kits: v1.9 BWP Fix
~SETUP-BP-BGT-WORLDMAP.TP2~ #0 #0 // Worldmap for Baldur's Gate - including colored Baldur's Gate map icons: v9.0.2
~SETUP-BP-BGT-WORLDMAP.TP2~ #0 #1 // Worldmap for Throne of Bhaal -> Use new Worldmap for Throne of Bhaal as well: v9.0.2
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3220 // Sensible Entrance Points: v14
~SETUP-GUI.TP2~ #0 #2 // Game Graphical User Interface (GUI) -> "Baldur's Gate Trilogy" (Elminster wielding staff)
~WIDESCREEN/WIDESCREEN.TP2~ #0 #0 // Widescreen Mod -> for the original Infinity Engine (CHOOSE THIS!): Widescreen Mod v3.02
~SETUP-CREFIXER.TP2~ #0 #0 // Creature Slot Fixer: v2
~SETUP-INNATE_FIX.TP2~ #0 #0 // Innates Set to Level One
~SETUP-POISON_EFFECT_SUPPLEMENT.TP2~ #0 #0 // Poison Effect Supplement for ToBEx (has no effect if ToBEx is not present)
~SETUP-LOLFIXER.TP2~ #0 #0 // Area Stuff - MAJESTIC Area Fixer: 29122013
~SETUP-LOLFIXER.TP2~ #0 #1 // Creature Stuff - Creature Resource Fixer (res_fixer for ALL CREATURES): 29122013
~SETUP-LOLFIXER.TP2~ #0 #2 // Creature Stuff - Inventory Unborker (removes spurious references to the item table): 29122013
~SETUP-LOLFIXER.TP2~ #0 #3 // Creature Stuff - Inventory Cleaner (removes items that don't exist and converts them into already present items where applicable): 29122013
~SETUP-LOLFIXER.TP2~ #0 #4 // Creature Stuff - Inventory Overhauler (moves invalid but equippable items to inventory and equips anything in the inventory to a free slot): 29122013
~SETUP-LOLFIXER.TP2~ #0 #5 // Creature Stuff - MAJESTIC Creature Fixer: 29122013
~SETUP-LOLFIXER.TP2~ #0 #6 // Creature Stuff - Duplicate Creature Effect Remover: 29122013
~SETUP-LOLFIXER.TP2~ #0 #7 // Item Stuff - Item Resource Fixer (res_fixer for ALL ITEMS): 29122013
~SETUP-LOLFIXER.TP2~ #0 #8 // Item Stuff - MAJESTIC Item Fixer: 29122013
~SETUP-LOLFIXER.TP2~ #0 #9 // Item Stuff - Portrait Icon Assigner: 29122013
~SETUP-LOLFIXER.TP2~ #0 #10 // Item Stuff - Proper Immunity Assigner: 29122013
~SETUP-LOLFIXER.TP2~ #0 #11 // Item Stuff - Duplicate Item Effect Remover: 29122013
~SETUP-LOLFIXER.TP2~ #0 #12 // Item Stuff - MAJESTIC Item Checker: 29122013
~SETUP-LOLFIXER.TP2~ #0 #13 // Spell Stuff - Spell Resource Fixer (res_fixer for ALL THE SPELLS): 29122013
~SETUP-LOLFIXER.TP2~ #0 #14 // Spell Stuff - MAJESTIC Spell Fixer: 29122013
~SETUP-LOLFIXER.TP2~ #0 #15 // Store Stuff - MAJESTIC Store Fixer: 29122013
~GENERALIZED_BIFFING/GENERALIZED_BIFFING.TP2~ #0 #0 // Generalized Biffing: v2.2
 
 


#39 -mast3r-

-mast3r-
  • Guest

Posted 20 March 2014 - 10:39 AM

Sorry about the double post  :crying:



#40 The Imp

The Imp

    Not good, see EVIL is better. You'll LIVE.

  • Member
  • 5155 posts

Posted 20 March 2014 - 03:17 PM

I tried almost every bag of holding, but it triggers a crash to desktop during the game and I'm also getting this error msg:

 

ASSERTION FAILED!
File: CStore.cpp
Line: 241

Ahh, well the .sto files are probably corrupted. Download the file from here, extract the file to the override folder, and then create the bag04 item. I can't attach files to the forum itself for whatever reason so it's a non direct download mediafire link... I apologize for the ads etc.

PS, know that you need to create the bag as if there's one in the game already, it won't do...

 

If this won't help, post on here again, and we'll make another wild guess ... yes, the above is one of mine. Yeah, this is a quick reply, so if it's not one that fixes the problem, then you have got to re-ask a better one, and we'll try... I am exhausted for the day, so this is the best I can come up fast&dirty.


Edited by The Imp, 20 March 2014 - 03:43 PM.

Yep, Jarno Mikkola. my Mega Mod FAQ. Use of the BWS, and how to use it(scroll down that post a bit). 
OK, desert dweller, welcome to the sanity, you are free to search for the limit, it's out there, we drew it in the sand. Ouh, actually it was still snow then.. but anyways.