<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Weasel Mods - Athkatlan Grounds]]></title>
		<link>https://www.weaselmods.net/</link>
		<description><![CDATA[Weasel Mods - https://www.weaselmods.net]]></description>
		<pubDate>Wed, 17 Jun 2026 00:22:10 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[The Ink Gallery updates]]></title>
			<link>https://www.weaselmods.net/showthread.php?tid=5117</link>
			<pubDate>Thu, 21 May 2026 05:35:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.weaselmods.net/member.php?action=profile&uid=1">Lava</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.weaselmods.net/showthread.php?tid=5117</guid>
			<description><![CDATA[The new version (v1.1) is up! It includes a Spanish translation by <DVZ_ME#0> (thank you!)<br />
<br />
Cheers! Enjoy!]]></description>
			<content:encoded><![CDATA[The new version (v1.1) is up! It includes a Spanish translation by <DVZ_ME#0> (thank you!)<br />
<br />
Cheers! Enjoy!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The Ink Gallery - basic information and download]]></title>
			<link>https://www.weaselmods.net/showthread.php?tid=5112</link>
			<pubDate>Sat, 16 May 2026 18:49:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.weaselmods.net/member.php?action=profile&uid=1">Lava</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.weaselmods.net/showthread.php?tid=5112</guid>
			<description><![CDATA[<img src="https://downloads.weaselmods.net/wp-content/uploads/2026/05/inkg.png" loading="lazy"  alt="[Image: inkg.png]" class="mycode_img" /><br />
<br />
Welcome to The Ink Gallery: a new Athkatlan establishment, and a place of many wonderful books. Read them, and let the tomes present you with epic battles and deadly struggles. Become the main hero/heroine of these books, even if only for a short moment, and face powerful enemies. Test your mettle and learn how to become even stronger than you already are. Remember, however, that there is a fee to be paid.<br />
You may find The Ink Gallery behind the Council of Six building -- it may be reached either through its halls, or from outside, through the covered pathway right below the newly opened section of the area.<br />
The mod is one of the Athkatlan Grounds mods, which is a series of smaller fan expansions created to make the main city of Baldur's Gate II even more interesting.<br />
<br />
<a href="https://downloads.weaselmods.net/download/the-ink-gallery/" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD</a>]]></description>
			<content:encoded><![CDATA[<img src="https://downloads.weaselmods.net/wp-content/uploads/2026/05/inkg.png" loading="lazy"  alt="[Image: inkg.png]" class="mycode_img" /><br />
<br />
Welcome to The Ink Gallery: a new Athkatlan establishment, and a place of many wonderful books. Read them, and let the tomes present you with epic battles and deadly struggles. Become the main hero/heroine of these books, even if only for a short moment, and face powerful enemies. Test your mettle and learn how to become even stronger than you already are. Remember, however, that there is a fee to be paid.<br />
You may find The Ink Gallery behind the Council of Six building -- it may be reached either through its halls, or from outside, through the covered pathway right below the newly opened section of the area.<br />
The mod is one of the Athkatlan Grounds mods, which is a series of smaller fan expansions created to make the main city of Baldur's Gate II even more interesting.<br />
<br />
<a href="https://downloads.weaselmods.net/download/the-ink-gallery/" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Ooze's Lounge] COPY_EXISTING AR0400.wed fails on BG2:EE / EET — WED files don't exis]]></title>
			<link>https://www.weaselmods.net/showthread.php?tid=3121</link>
			<pubDate>Wed, 25 Mar 2026 17:36:47 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.weaselmods.net/member.php?action=profile&uid=15594">Anprionsa</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.weaselmods.net/showthread.php?tid=3121</guid>
			<description><![CDATA[Hi Lava,<br />
<br />
I'm running into an installation failure with Athkatlan Grounds: The Ooze's Lounge v3.0 on EET (BG2:EE with Enhanced Edition Trilogy). The error occurs during component 0:<br />
<br />
```<br />
ERROR locating resource for 'COPY'<br />
Resource [AR0400.wed] not found in KEY file:<br />
      [./chitin.key]<br />
ERROR: Failure("resource [AR0400.wed] not found for 'COPY'")<br />
```<br />
<br />
**Investigation results:**<br />
<br />
After digging into this, I found that this is not an EET-specific issue — it would affect vanilla BG2:EE as well. The BG2:EE engine does not store area WED files as standalone indexed resources in chitin.key or BIF files.<br />
<br />
Specifically:<br />
- Vanilla BG2:EE's chitin.key contains **zero** AR-prefixed WED entries<br />
- The AREA0400.bif file contains height maps, light maps, search maps, and ambient sounds — but no WED or ARE resources<br />
- The ARE file (AR0400.ARE) references "AR0400" as its WED, but this WED resource simply doesn't exist as a BIF-indexed resource on the EE engine<br />
- The 1,648 resources using the WED type code (0x3ee) in chitin.key are all spell effects, items, and other non-area resources — none are actual area layout files<br />
<br />
The EE engine appears to handle area layout/rendering through a different mechanism than classic BG2, where WED files were stored in the BIF/KEY structure and accessible via COPY_EXISTING.<br />
<br />
**Environment:**<br />
- BG2:EE v2.6<br />
- EET (Enhanced Edition Trilogy)<br />
- WeiDU v25100<br />
- Ooze's Lounge v3.0<br />
- Windows 11 Pro<br />
<br />
**Suggested fix:**<br />
The COPY_EXISTING on AR0400.wed would need to be replaced with an alternative approach that doesn't rely on WED files being present as indexed resources. Other mods that modify area layouts on EE typically use ADD_AREA_TRIGGER, EXTEND_TOP/BOTTOM on area scripts, or patch the ARE file directly rather than copying the WED.<br />
<br />
Happy to provide more details or test a fix if needed. Thanks for the great mods!<br />
<br />
— Anprionsa]]></description>
			<content:encoded><![CDATA[Hi Lava,<br />
<br />
I'm running into an installation failure with Athkatlan Grounds: The Ooze's Lounge v3.0 on EET (BG2:EE with Enhanced Edition Trilogy). The error occurs during component 0:<br />
<br />
```<br />
ERROR locating resource for 'COPY'<br />
Resource [AR0400.wed] not found in KEY file:<br />
      [./chitin.key]<br />
ERROR: Failure("resource [AR0400.wed] not found for 'COPY'")<br />
```<br />
<br />
**Investigation results:**<br />
<br />
After digging into this, I found that this is not an EET-specific issue — it would affect vanilla BG2:EE as well. The BG2:EE engine does not store area WED files as standalone indexed resources in chitin.key or BIF files.<br />
<br />
Specifically:<br />
- Vanilla BG2:EE's chitin.key contains **zero** AR-prefixed WED entries<br />
- The AREA0400.bif file contains height maps, light maps, search maps, and ambient sounds — but no WED or ARE resources<br />
- The ARE file (AR0400.ARE) references "AR0400" as its WED, but this WED resource simply doesn't exist as a BIF-indexed resource on the EE engine<br />
- The 1,648 resources using the WED type code (0x3ee) in chitin.key are all spell effects, items, and other non-area resources — none are actual area layout files<br />
<br />
The EE engine appears to handle area layout/rendering through a different mechanism than classic BG2, where WED files were stored in the BIF/KEY structure and accessible via COPY_EXISTING.<br />
<br />
**Environment:**<br />
- BG2:EE v2.6<br />
- EET (Enhanced Edition Trilogy)<br />
- WeiDU v25100<br />
- Ooze's Lounge v3.0<br />
- Windows 11 Pro<br />
<br />
**Suggested fix:**<br />
The COPY_EXISTING on AR0400.wed would need to be replaced with an alternative approach that doesn't rely on WED files being present as indexed resources. Other mods that modify area layouts on EE typically use ADD_AREA_TRIGGER, EXTEND_TOP/BOTTOM on area scripts, or patch the ARE file directly rather than copying the WED.<br />
<br />
Happy to provide more details or test a fix if needed. Thanks for the great mods!<br />
<br />
— Anprionsa]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Alabaster Sands] Journal issue]]></title>
			<link>https://www.weaselmods.net/showthread.php?tid=3111</link>
			<pubDate>Fri, 06 Mar 2026 19:10:47 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.weaselmods.net/member.php?action=profile&uid=100">maus</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.weaselmods.net/showthread.php?tid=3111</guid>
			<description><![CDATA[Version 1.2, EET-Installation. There are two quests which are not marked as "finished" after they are finished:<br />
<br />
- Looking under<br />
- Hounting of Alabaster Sands (is that a typo? Haunting?)<br />
<br />
Source of the report: <a href="https://www.baldurs-gate.de/index.php?threads/weasel-mods.45279/page-2#post-1115046" target="_blank" rel="noopener" class="mycode_url">https://www.baldurs-gate.de/index.php?th...st-1115046</a> (different forum, different language)<br />
<br />
For Lava: I suggest, you verify this when dealing with the next update?]]></description>
			<content:encoded><![CDATA[Version 1.2, EET-Installation. There are two quests which are not marked as "finished" after they are finished:<br />
<br />
- Looking under<br />
- Hounting of Alabaster Sands (is that a typo? Haunting?)<br />
<br />
Source of the report: <a href="https://www.baldurs-gate.de/index.php?threads/weasel-mods.45279/page-2#post-1115046" target="_blank" rel="noopener" class="mycode_url">https://www.baldurs-gate.de/index.php?th...st-1115046</a> (different forum, different language)<br />
<br />
For Lava: I suggest, you verify this when dealing with the next update?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Installation errors]]></title>
			<link>https://www.weaselmods.net/showthread.php?tid=3078</link>
			<pubDate>Mon, 02 Feb 2026 14:38:12 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.weaselmods.net/member.php?action=profile&uid=15071">p6kocka</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.weaselmods.net/showthread.php?tid=3078</guid>
			<description><![CDATA[Hello. I get these installation errors when installing your great mods:<br />
1. Copying 1 file ...<br />
Copying 1 file ...<br />
Copying 1 file ...<br />
Copying 1 file ...<br />
Adding L#XZEPL Kit ...<br />
Stopping installation because of error.<br />
Stopping installation because of error.<br />
Stopping installation because of error.<br />
<br />
ERROR Installing [The Dreadful Tales: In Love, Undeath - a new quest and companion for BG2EE -> Yes, but don't patch existing save games], rolling back to previous state<br />
Will uninstall 170 files for [InLoveUndeath\InLoveUndeath.tp2] component 0.<br />
Uninstalled    170 files for [InLoveUndeath\InLoveUndeath.tp2] component 0.<br />
ERROR: Not_found<br />
Please make a backup of the file: SETUP-INLOVEUNDEATH.DEBUG and look for support at: Lava Del'Vortel - www.weaselmods.net<br />
<br />
<br />
and <br />
2. Installing [Athkatlan Grounds: The Ooze's Lounge - a new area under Athkatlan Slums] [v2.98]<br />
Appending to files ...<br />
Copying 1 file ...<br />
Copying 1 file ...<br />
Copying and patching 1 file ...<br />
Copying and patching 1 file ...<br />
Copying and patching 2 files ...<br />
ERROR: [AR0400.wed] -> [override/AR0400.wed] Patching Failed (COPY) (Invalid_argument("Bytes.create"))<br />
Stopping installation because of error.<br />
Stopping installation because of error.<br />
<br />
ERROR Installing [Athkatlan Grounds: The Ooze's Lounge - a new area under Athkatlan Slums], rolling back to previous state<br />
Will uninstall  50 files for [Ooze\ooze.TP2] component 0.<br />
Uninstalled    50 files for [Ooze\ooze.TP2] component 0.<br />
ERROR: Invalid_argument("Bytes.create")<br />
Please make a backup of the file: SETUP-OOZE.DEBUG and look for support at: Lava Del'Vortel<br />
Using Language [English]<br />
<hr class="mycode_hr" />
What's wrong with it please? I didn't have any errors with your mods before now they don't wan to install.<br />
<hr class="mycode_hr" />
It's fixed. I have just tried another installation and it worked. Thanks for the mod]]></description>
			<content:encoded><![CDATA[Hello. I get these installation errors when installing your great mods:<br />
1. Copying 1 file ...<br />
Copying 1 file ...<br />
Copying 1 file ...<br />
Copying 1 file ...<br />
Adding L#XZEPL Kit ...<br />
Stopping installation because of error.<br />
Stopping installation because of error.<br />
Stopping installation because of error.<br />
<br />
ERROR Installing [The Dreadful Tales: In Love, Undeath - a new quest and companion for BG2EE -> Yes, but don't patch existing save games], rolling back to previous state<br />
Will uninstall 170 files for [InLoveUndeath\InLoveUndeath.tp2] component 0.<br />
Uninstalled    170 files for [InLoveUndeath\InLoveUndeath.tp2] component 0.<br />
ERROR: Not_found<br />
Please make a backup of the file: SETUP-INLOVEUNDEATH.DEBUG and look for support at: Lava Del'Vortel - www.weaselmods.net<br />
<br />
<br />
and <br />
2. Installing [Athkatlan Grounds: The Ooze's Lounge - a new area under Athkatlan Slums] [v2.98]<br />
Appending to files ...<br />
Copying 1 file ...<br />
Copying 1 file ...<br />
Copying and patching 1 file ...<br />
Copying and patching 1 file ...<br />
Copying and patching 2 files ...<br />
ERROR: [AR0400.wed] -> [override/AR0400.wed] Patching Failed (COPY) (Invalid_argument("Bytes.create"))<br />
Stopping installation because of error.<br />
Stopping installation because of error.<br />
<br />
ERROR Installing [Athkatlan Grounds: The Ooze's Lounge - a new area under Athkatlan Slums], rolling back to previous state<br />
Will uninstall  50 files for [Ooze\ooze.TP2] component 0.<br />
Uninstalled    50 files for [Ooze\ooze.TP2] component 0.<br />
ERROR: Invalid_argument("Bytes.create")<br />
Please make a backup of the file: SETUP-OOZE.DEBUG and look for support at: Lava Del'Vortel<br />
Using Language [English]<br />
<hr class="mycode_hr" />
What's wrong with it please? I didn't have any errors with your mods before now they don't wan to install.<br />
<hr class="mycode_hr" />
It's fixed. I have just tried another installation and it worked. Thanks for the mod]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Athkatlan Grounds - typos]]></title>
			<link>https://www.weaselmods.net/showthread.php?tid=2997</link>
			<pubDate>Sat, 27 Dec 2025 23:37:59 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.weaselmods.net/member.php?action=profile&uid=14681">Pufuc</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.weaselmods.net/showthread.php?tid=2997</guid>
			<description><![CDATA[<a href="https://freeimage.host/i/fVVzt1V" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVzt1V.md.png" loading="lazy"  alt="[Image: fVVzt1V.md.png]" class="mycode_img" /></a><br />
<a href="https://freeimage.host/i/fVVzZqQ" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVzZqQ.md.png" loading="lazy"  alt="[Image: fVVzZqQ.md.png]" class="mycode_img" /></a><br />
<a href="https://freeimage.host/i/fVVzLLx" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVzLLx.md.png" loading="lazy"  alt="[Image: fVVzLLx.md.png]" class="mycode_img" /></a><br />
<a href="https://freeimage.host/i/fVVzDrB" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVzDrB.md.png" loading="lazy"  alt="[Image: fVVzDrB.md.png]" class="mycode_img" /></a><br />
<a href="https://freeimage.host/i/fVVzmdP" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVzmdP.md.png" loading="lazy"  alt="[Image: fVVzmdP.md.png]" class="mycode_img" /></a><br />
<a href="https://freeimage.host/i/fVVzp71" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVzp71.md.png" loading="lazy"  alt="[Image: fVVzp71.md.png]" class="mycode_img" /></a><br />
<a href="https://freeimage.host/i/fVVzykF" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVzykF.md.png" loading="lazy"  alt="[Image: fVVzykF.md.png]" class="mycode_img" /></a><br />
<a href="https://freeimage.host/i/fVVI9mg" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVI9mg.md.png" loading="lazy"  alt="[Image: fVVI9mg.md.png]" class="mycode_img" /></a>]]></description>
			<content:encoded><![CDATA[<a href="https://freeimage.host/i/fVVzt1V" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVzt1V.md.png" loading="lazy"  alt="[Image: fVVzt1V.md.png]" class="mycode_img" /></a><br />
<a href="https://freeimage.host/i/fVVzZqQ" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVzZqQ.md.png" loading="lazy"  alt="[Image: fVVzZqQ.md.png]" class="mycode_img" /></a><br />
<a href="https://freeimage.host/i/fVVzLLx" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVzLLx.md.png" loading="lazy"  alt="[Image: fVVzLLx.md.png]" class="mycode_img" /></a><br />
<a href="https://freeimage.host/i/fVVzDrB" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVzDrB.md.png" loading="lazy"  alt="[Image: fVVzDrB.md.png]" class="mycode_img" /></a><br />
<a href="https://freeimage.host/i/fVVzmdP" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVzmdP.md.png" loading="lazy"  alt="[Image: fVVzmdP.md.png]" class="mycode_img" /></a><br />
<a href="https://freeimage.host/i/fVVzp71" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVzp71.md.png" loading="lazy"  alt="[Image: fVVzp71.md.png]" class="mycode_img" /></a><br />
<a href="https://freeimage.host/i/fVVzykF" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVzykF.md.png" loading="lazy"  alt="[Image: fVVzykF.md.png]" class="mycode_img" /></a><br />
<a href="https://freeimage.host/i/fVVI9mg" target="_blank" rel="noopener" class="mycode_url"><img src="https://iili.io/fVVI9mg.md.png" loading="lazy"  alt="[Image: fVVI9mg.md.png]" class="mycode_img" /></a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Tangled Oak Installation Issue]]></title>
			<link>https://www.weaselmods.net/showthread.php?tid=2827</link>
			<pubDate>Fri, 12 Sep 2025 03:46:47 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.weaselmods.net/member.php?action=profile&uid=13721">Paladina</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.weaselmods.net/showthread.php?tid=2827</guid>
			<description><![CDATA[I've been having a problem installing Tangled Oak Isle.  I've got a couple different error messages, and I'm beginning to suspect the issue is that I am still, believe it or not, using my original CDs for Shadows of Amn/Throne of Bhaal.  <br />
<br />
I was able to install the other Athkatlan Grounds mods, but I had to have CD 2 in for Ooze's Lounge to install.  With CD 2 trying to install Tangled Oak Isle I get an error that AR1606 is missing from chitin.key.  When I put any other (or no) CD in I get an error that AR0713.tis is not found to copy.<br />
<br />
I can't switch CDs during the mod installation, so assuming I'm correct about the problem (maybe I'm completely wrong!) I need to know how to get AR1606 or AR0713 (or both) and where to put them so the installation can find them.]]></description>
			<content:encoded><![CDATA[I've been having a problem installing Tangled Oak Isle.  I've got a couple different error messages, and I'm beginning to suspect the issue is that I am still, believe it or not, using my original CDs for Shadows of Amn/Throne of Bhaal.  <br />
<br />
I was able to install the other Athkatlan Grounds mods, but I had to have CD 2 in for Ooze's Lounge to install.  With CD 2 trying to install Tangled Oak Isle I get an error that AR1606 is missing from chitin.key.  When I put any other (or no) CD in I get an error that AR0713.tis is not found to copy.<br />
<br />
I can't switch CDs during the mod installation, so assuming I'm correct about the problem (maybe I'm completely wrong!) I need to know how to get AR1606 or AR0713 (or both) and where to put them so the installation can find them.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Tangled Oak] Book Club - Nikt does appear, but he doesn't work]]></title>
			<link>https://www.weaselmods.net/showthread.php?tid=2710</link>
			<pubDate>Mon, 02 Jun 2025 15:12:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.weaselmods.net/member.php?action=profile&uid=12444">RangersForever</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.weaselmods.net/showthread.php?tid=2710</guid>
			<description><![CDATA[I went through the book club storyline, I met Nikt who appeared just fine, did his stuff, and we arranged to meet the next day. It actually took a bit longer, but we spoke just fine outside the inn and he wanted to follow me to "a place in between spheres" or however he put it. In any case, I told him I know a place (chose the second dialogue option, if it matters - without getting into details) and we went off to the "cave near here."<br />
<br />
So he follows me like a dude with no boundaries into the cave, then into the dragon crypt place, then through the portal, and all the time he does nothing but walk. At no point he reacts to attempts at conversation, nor does he initiate any on his own. I left them standing around in the dreamscape (or however we call it) for a while, but nothing happens.<br />
<br />
What do I do?]]></description>
			<content:encoded><![CDATA[I went through the book club storyline, I met Nikt who appeared just fine, did his stuff, and we arranged to meet the next day. It actually took a bit longer, but we spoke just fine outside the inn and he wanted to follow me to "a place in between spheres" or however he put it. In any case, I told him I know a place (chose the second dialogue option, if it matters - without getting into details) and we went off to the "cave near here."<br />
<br />
So he follows me like a dude with no boundaries into the cave, then into the dragon crypt place, then through the portal, and all the time he does nothing but walk. At no point he reacts to attempts at conversation, nor does he initiate any on his own. I left them standing around in the dreamscape (or however we call it) for a while, but nothing happens.<br />
<br />
What do I do?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Bridge Block] glyphs locations?]]></title>
			<link>https://www.weaselmods.net/showthread.php?tid=2709</link>
			<pubDate>Mon, 02 Jun 2025 15:04:38 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.weaselmods.net/member.php?action=profile&uid=12444">RangersForever</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.weaselmods.net/showthread.php?tid=2709</guid>
			<description><![CDATA[I give up. I've searched every place I can think of in Athkatla, which is quite a lot, but I can't for the life of me find the third glyph for the mage in the Bridge Block. I found the guy who drops one in the Slaver Ship, and the guy who drops another one in the Guarded Compound Second Floor. But I have no idea where to look for the third one. Is it even dropped by a named guy, like the other two, or is it in a container somewhere?<br />
<br />
To add insult to injury, I've seen a post on the Beamdog Forums where someone says they, too, can't find the third glyph, only in their case it was the Slaver Ship one, and no one listed the others! <img src="https://www.weaselmods.net/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" />]]></description>
			<content:encoded><![CDATA[I give up. I've searched every place I can think of in Athkatla, which is quite a lot, but I can't for the life of me find the third glyph for the mage in the Bridge Block. I found the guy who drops one in the Slaver Ship, and the guy who drops another one in the Guarded Compound Second Floor. But I have no idea where to look for the third one. Is it even dropped by a named guy, like the other two, or is it in a container somewhere?<br />
<br />
To add insult to injury, I've seen a post on the Beamdog Forums where someone says they, too, can't find the third glyph, only in their case it was the Slaver Ship one, and no one listed the others! <img src="https://www.weaselmods.net/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Haunting of Alabaster Sands] quest entry stays in the current quests journal part]]></title>
			<link>https://www.weaselmods.net/showthread.php?tid=2654</link>
			<pubDate>Thu, 10 Apr 2025 06:07:37 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.weaselmods.net/member.php?action=profile&uid=86">Trouveur</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.weaselmods.net/showthread.php?tid=2654</guid>
			<description><![CDATA[Hi, when finishing this quest, the final quest entry stays int the current quests journal part instead of moving to the done quests part.]]></description>
			<content:encoded><![CDATA[Hi, when finishing this quest, the final quest entry stays int the current quests journal part instead of moving to the done quests part.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The future of this series]]></title>
			<link>https://www.weaselmods.net/showthread.php?tid=2642</link>
			<pubDate>Tue, 01 Apr 2025 00:25:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.weaselmods.net/member.php?action=profile&uid=9183">Hawkseeker_04</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.weaselmods.net/showthread.php?tid=2642</guid>
			<description><![CDATA[Hello Lava, first off. I just wanna say that I'm impressed of the selection of mods you've created, and that they all look genuine to the feel of the game. I still have to complete BG1EE to transfer my character to BG2EE, so there is still some time for me to wait for other updates. And also, i was wondering if you will continue the Athkatlan Grounds series? If you do, then do you have plans to fill these sad, lonely and empty spaces?<br />
<br />
<img src="https://i.imgur.com/KXhloBX.jpeg" loading="lazy"  alt="[Image: KXhloBX.jpeg]" class="mycode_img" /><br />
<br />
The upper one (Gem District) has a lot of potential for content, there is the Dome of the Rose temple, the surprisingly cheap but trusty Adamantine Mug inn, the merchant houses, and it's sewers that are supposedly guarded by the "Ghost Patrol" (Not making it up, that's how they're called). And it can serve as a good place to sell the treasures you encounter on your adventures. And the area of the south (A part of the Central District) which i know that there's already the Waukeen's Promenade and there's not a lot of content i'm the Central District apart from the promenade, there's still can be a little addition with the Silverale Hall, with it's owner being a priest of the lesser deity of Milil and disgraced bard Hansil Ynnilross. And one of the employees was a spymaster from the Shadow Thieves called Oryal Forestal, which she could give some quests to some morally flexible adventurers. I know that you sometimes don't rely on the general lore when making these mods, and no one would blame you if you choosed not to go with this. I mean, Tangled Oak Isle was a relatively big mod for this series, and it must've taken you a <span style="font-style: italic;" class="mycode_i">lot </span>of work. But no one can deny that it sounds interesting. <img src="https://www.weaselmods.net/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" />]]></description>
			<content:encoded><![CDATA[Hello Lava, first off. I just wanna say that I'm impressed of the selection of mods you've created, and that they all look genuine to the feel of the game. I still have to complete BG1EE to transfer my character to BG2EE, so there is still some time for me to wait for other updates. And also, i was wondering if you will continue the Athkatlan Grounds series? If you do, then do you have plans to fill these sad, lonely and empty spaces?<br />
<br />
<img src="https://i.imgur.com/KXhloBX.jpeg" loading="lazy"  alt="[Image: KXhloBX.jpeg]" class="mycode_img" /><br />
<br />
The upper one (Gem District) has a lot of potential for content, there is the Dome of the Rose temple, the surprisingly cheap but trusty Adamantine Mug inn, the merchant houses, and it's sewers that are supposedly guarded by the "Ghost Patrol" (Not making it up, that's how they're called). And it can serve as a good place to sell the treasures you encounter on your adventures. And the area of the south (A part of the Central District) which i know that there's already the Waukeen's Promenade and there's not a lot of content i'm the Central District apart from the promenade, there's still can be a little addition with the Silverale Hall, with it's owner being a priest of the lesser deity of Milil and disgraced bard Hansil Ynnilross. And one of the employees was a spymaster from the Shadow Thieves called Oryal Forestal, which she could give some quests to some morally flexible adventurers. I know that you sometimes don't rely on the general lore when making these mods, and no one would blame you if you choosed not to go with this. I mean, Tangled Oak Isle was a relatively big mod for this series, and it must've taken you a <span style="font-style: italic;" class="mycode_i">lot </span>of work. But no one can deny that it sounds interesting. <img src="https://www.weaselmods.net/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Thoughts and praises - Athkatlan Grounds]]></title>
			<link>https://www.weaselmods.net/showthread.php?tid=2507</link>
			<pubDate>Tue, 24 Dec 2024 11:23:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.weaselmods.net/member.php?action=profile&uid=251">Nanawatzin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.weaselmods.net/showthread.php?tid=2507</guid>
			<description><![CDATA[I managed to play all the modifications from Athkatlan Grounds. They definitely enriched my experience with the capital of Amn, especially after playing through the game for the umpteenth time. It was refreshing to breathe new life into the ossified walls of Athkatla, into places you had already visited far and wide. Each of the new locations allowed us to look at how the city functions from a different angle. Why is it the way we see it? What makes residents behave this way and not another. With each new district of Athkatla, new locations appeared in those that were already well known to me - such as the Temple of Sune in the Waukeen Promenade. New intrigues, new stories, new NPCs to get to know and new items, which, even if only expanded the world around them, were a nice addition. I immersed myself in each new intrigue with joy and curiosity, wanting to know its ending. Each new location had several side missions to complete, along with at least one larger task assigned to the district being visited. Many of the quests went beyond the boundaries of a given district, spreading throughout the entire game (sometimes even into the expansion itself!).<br />
<br />
Below, I will rate each element in terms of the availability of quests, the complexity of each mission, level of intrigue and integrity with the entire game and the world itself.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Alabaster Sands</span> - A small location adding the seaside district of Athkatla. We have several tasks to complete along with a plot that runs throughout a large part of the game. It's worth visiting at night, especially between specific hours, so that you don't miss an additional task. A friendly and visually pleasant place, worth recommending. <span style="font-style: italic;" class="mycode_i">~ Rating 8/10 (easily missable content)</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Bridge's Block</span> - An interesting intrigue that keeps you in suspense until the very end. We are thrown into a seemingly stalemate situation, and our task is to find out what it is all about. Nothing is as black and white as we think. Each new person we meet adds a new layer to our investigation. Even the owner of the tabernacle is not entirely convinced that what we are doing will bring any results. We will meet interesting NPCs from different corners and even different lands of the multiverse. The ending of the intrigue may be surprising. <span style="font-style: italic;" class="mycode_i">~ Rating 8.4/10 (small mod, just for a one quick session)</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Ooze's Lounge</span> - A location you would least expect to see in Athkatla. What lurks in the city's sewers? Why is this whole place covered in slime? What does helping the residents and visitors of this lounge involve? And why is that eye looking at us like that? These and other questions will be answered soon after you take on the missions assigned by the local residents. The mod gives access to new locations, as well as shopkeepers with access to interesting items. ~ <span style="font-style: italic;" class="mycode_i">Rating 8.6/10 (I've missed the entrance to this area for the largest portion of the game xD)</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Southern Edge</span> - A lot of short side quests, mainly focusing on bringing something to someone. We will meet some new people and even meet people we know well from the first part of the game. Be careful with the books! Not only the knowledge contained in them can be dangerous. <span style="font-style: italic;" class="mycode_i">~ Rating 7/10 (not a lot of content, but still very enjoyable)</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Tangled Oak Isle</span> - Probably the biggest location added by these mods. There are many new tasks and NPCs in it. We will face another intrigue that threatens this place. We will be dealing with a subliminally insinuated discourse of social identity related to the local community. Social issues interestingly intertwine with a typical sword and sorcery adventure. Our task is to support the residents of this newly incorporated district of Athkatla. Do you remember what I wrote earlier about books? Here it will be taken to an even higher level of (gripping) absurdity. <span style="font-style: italic;" class="mycode_i">~ Rating 9/10 (the bookclub quest feels like it could have been made even bigger, with more plot and twists)</span>]]></description>
			<content:encoded><![CDATA[I managed to play all the modifications from Athkatlan Grounds. They definitely enriched my experience with the capital of Amn, especially after playing through the game for the umpteenth time. It was refreshing to breathe new life into the ossified walls of Athkatla, into places you had already visited far and wide. Each of the new locations allowed us to look at how the city functions from a different angle. Why is it the way we see it? What makes residents behave this way and not another. With each new district of Athkatla, new locations appeared in those that were already well known to me - such as the Temple of Sune in the Waukeen Promenade. New intrigues, new stories, new NPCs to get to know and new items, which, even if only expanded the world around them, were a nice addition. I immersed myself in each new intrigue with joy and curiosity, wanting to know its ending. Each new location had several side missions to complete, along with at least one larger task assigned to the district being visited. Many of the quests went beyond the boundaries of a given district, spreading throughout the entire game (sometimes even into the expansion itself!).<br />
<br />
Below, I will rate each element in terms of the availability of quests, the complexity of each mission, level of intrigue and integrity with the entire game and the world itself.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Alabaster Sands</span> - A small location adding the seaside district of Athkatla. We have several tasks to complete along with a plot that runs throughout a large part of the game. It's worth visiting at night, especially between specific hours, so that you don't miss an additional task. A friendly and visually pleasant place, worth recommending. <span style="font-style: italic;" class="mycode_i">~ Rating 8/10 (easily missable content)</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Bridge's Block</span> - An interesting intrigue that keeps you in suspense until the very end. We are thrown into a seemingly stalemate situation, and our task is to find out what it is all about. Nothing is as black and white as we think. Each new person we meet adds a new layer to our investigation. Even the owner of the tabernacle is not entirely convinced that what we are doing will bring any results. We will meet interesting NPCs from different corners and even different lands of the multiverse. The ending of the intrigue may be surprising. <span style="font-style: italic;" class="mycode_i">~ Rating 8.4/10 (small mod, just for a one quick session)</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Ooze's Lounge</span> - A location you would least expect to see in Athkatla. What lurks in the city's sewers? Why is this whole place covered in slime? What does helping the residents and visitors of this lounge involve? And why is that eye looking at us like that? These and other questions will be answered soon after you take on the missions assigned by the local residents. The mod gives access to new locations, as well as shopkeepers with access to interesting items. ~ <span style="font-style: italic;" class="mycode_i">Rating 8.6/10 (I've missed the entrance to this area for the largest portion of the game xD)</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Southern Edge</span> - A lot of short side quests, mainly focusing on bringing something to someone. We will meet some new people and even meet people we know well from the first part of the game. Be careful with the books! Not only the knowledge contained in them can be dangerous. <span style="font-style: italic;" class="mycode_i">~ Rating 7/10 (not a lot of content, but still very enjoyable)</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Tangled Oak Isle</span> - Probably the biggest location added by these mods. There are many new tasks and NPCs in it. We will face another intrigue that threatens this place. We will be dealing with a subliminally insinuated discourse of social identity related to the local community. Social issues interestingly intertwine with a typical sword and sorcery adventure. Our task is to support the residents of this newly incorporated district of Athkatla. Do you remember what I wrote earlier about books? Here it will be taken to an even higher level of (gripping) absurdity. <span style="font-style: italic;" class="mycode_i">~ Rating 9/10 (the bookclub quest feels like it could have been made even bigger, with more plot and twists)</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Acidic Axe +3 in THE OOZE'S LOUNGE]]></title>
			<link>https://www.weaselmods.net/showthread.php?tid=2462</link>
			<pubDate>Thu, 28 Nov 2024 05:09:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.weaselmods.net/member.php?action=profile&uid=7043">gigaveter</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.weaselmods.net/showthread.php?tid=2462</guid>
			<description><![CDATA[Greetings Lava!<br />
<br />
On the second floor of the dungeon in Athkatla Slums (L#NS02.ARE), from your wonderful mod "THE OOZE'S LOUNGE", the merchant beholder Eyeblinker sells the axe "Acidic Axe +3". In old Baldur's Gate 2: SoA/ToB v26498, if you equip this axe, the game will crash. In an attempt to fix this, I found out that the reason for the game crash is in this line:<br />
<br />
<a href="https://postimg.cc/kBVNMwfd" target="_blank" rel="noopener" class="mycode_url"><img src="https://i.postimg.cc/kBVNMwfd/1a.jpg" loading="lazy"  alt="[Image: 1a.jpg]" class="mycode_img" /></a><br />
<br />
In old Baldur's Gate 2: SoA/ToB there is no such property in the list of properties, but in Baldur's Gate 2: Enhanced Edition there is.<br />
I am a simple player and do not understand the intricacies of the game values, but it seems that this property gives something to the druid while he is equipped with this axe, although I have not figured out exactly.<br />
<br />
<a href="https://postimg.cc/TpzdLqvb" target="_blank" rel="noopener" class="mycode_url"><img src="https://i.postimg.cc/TpzdLqvb/2a.jpg" loading="lazy"  alt="[Image: 2a.jpg]" class="mycode_img" /></a><br />
<br />
If this property is removed from the axe's stats in the NearInfinity program, the game will not crash when trying to put this axe in the character's hand in old Baldur's Gate 2: SoA/ToB.<br />
<br />
Is it possible to replace this property from the Enhanced Edition with another one compatible with old Baldur's Gate 2: SoA/ToB?<br />
I tried to look through the list of effects for this line in oBG 2, but I can't seem to find one that fits, maybe I wasn't looking hard enough.]]></description>
			<content:encoded><![CDATA[Greetings Lava!<br />
<br />
On the second floor of the dungeon in Athkatla Slums (L#NS02.ARE), from your wonderful mod "THE OOZE'S LOUNGE", the merchant beholder Eyeblinker sells the axe "Acidic Axe +3". In old Baldur's Gate 2: SoA/ToB v26498, if you equip this axe, the game will crash. In an attempt to fix this, I found out that the reason for the game crash is in this line:<br />
<br />
<a href="https://postimg.cc/kBVNMwfd" target="_blank" rel="noopener" class="mycode_url"><img src="https://i.postimg.cc/kBVNMwfd/1a.jpg" loading="lazy"  alt="[Image: 1a.jpg]" class="mycode_img" /></a><br />
<br />
In old Baldur's Gate 2: SoA/ToB there is no such property in the list of properties, but in Baldur's Gate 2: Enhanced Edition there is.<br />
I am a simple player and do not understand the intricacies of the game values, but it seems that this property gives something to the druid while he is equipped with this axe, although I have not figured out exactly.<br />
<br />
<a href="https://postimg.cc/TpzdLqvb" target="_blank" rel="noopener" class="mycode_url"><img src="https://i.postimg.cc/TpzdLqvb/2a.jpg" loading="lazy"  alt="[Image: 2a.jpg]" class="mycode_img" /></a><br />
<br />
If this property is removed from the axe's stats in the NearInfinity program, the game will not crash when trying to put this axe in the character's hand in old Baldur's Gate 2: SoA/ToB.<br />
<br />
Is it possible to replace this property from the Enhanced Edition with another one compatible with old Baldur's Gate 2: SoA/ToB?<br />
I tried to look through the list of effects for this line in oBG 2, but I can't seem to find one that fits, maybe I wasn't looking hard enough.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Southern Edge - What books does Neil need?]]></title>
			<link>https://www.weaselmods.net/showthread.php?tid=2461</link>
			<pubDate>Wed, 27 Nov 2024 16:57:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.weaselmods.net/member.php?action=profile&uid=7043">gigaveter</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.weaselmods.net/showthread.php?tid=2461</guid>
			<description><![CDATA[After solving the book parasite problem in Southern Edge, my squad greeted Neil and offered to give him any books for a reward, but when I try to talk to him I have no way to give him anything, only a question like "What will you do with the books?" and the statement "I have no books for you". But there were books, I even put extra ones from the bottomless bag into the inventory.<br />
<br />
Game version: old Baldur's Gate 2: SoA/ToB v26498<br />
<br />
LIST OF INSTALLED MODS<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font"><div style="margin:20px; margin-top:5px"><div class="quotetitle"><input class="button2 btnlite" type="button" value="View Spoiler" style="text-align:center;width:115px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';      this.innerText = ''; this.value = 'Hide Spoiler'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'View Spoiler'; }" /></div><div class="quotecontent"><div style="display: none;"> SOME MODS ARE PARTIALLY INSTALLED</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">TobEx mod v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">BG2 Fixpack v13</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">TobEx AfterLife</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">BG2 Improved GUI</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Charli</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Grimuars</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Darron</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Bag Bonus</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">A Mod for the Orderly (Cliffkey)</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">igi's KeyNames</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Zalnoya and the Shadow Thieves</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Game Over Only on Party Dead</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Konalan's Tweaks (only Rod of Refuge)</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">The Heart of the Wood</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Stuff of the Magi</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Shed's Mods</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Teleport</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Sir Renal</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Red Dragon Summoning Spell</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Mersetek le Joaillier</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Rolles</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Ruad Ro'fhessa Item Upgrade</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Weimer's Item Upgrade</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Unfinished Business (BG2)</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Back to Brynnlaw</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Hidden Adventures</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Tower of Deception</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Dungeon Crawl</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">The Sellswords</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Shards of Ice</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Eilistraee's Song</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Almateria's Restoration Project</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Tales of the Deep Gardens</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">I Shall Never Forget</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">The White Queen</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Athkatlan Grounds Alabaster Sands</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Restored Rhynn Lanthorn Quest</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Innershade</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Athkatlan Grounds Tangled Oak Isle</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Athkatlan Grounds Southern Edge</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Athkatlan Grounds Ooze's Lounge</span></span><br />
<br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">De'Arnise Romance</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">IEP Extended Banters</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Infinity Sounds</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Romantic Encounters (BG2)</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Imoen Romance (SoA+ToB)</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Magic Store of Vergadain</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">PnP Free Action</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Konalan's Tweaks (install kit 'Wizard Slayer')</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">BG2 Character Portrait Mod</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">My set of portraits </span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">The Tweaks Anthology (cdtweaks)</div></div></div></span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font"><a href="https://imgur.com/a/eZPCj0m" target="_blank" rel="noopener" class="mycode_url">https://imgur.com/a/eZPCj0m</a></span></span>]]></description>
			<content:encoded><![CDATA[After solving the book parasite problem in Southern Edge, my squad greeted Neil and offered to give him any books for a reward, but when I try to talk to him I have no way to give him anything, only a question like "What will you do with the books?" and the statement "I have no books for you". But there were books, I even put extra ones from the bottomless bag into the inventory.<br />
<br />
Game version: old Baldur's Gate 2: SoA/ToB v26498<br />
<br />
LIST OF INSTALLED MODS<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font"><div style="margin:20px; margin-top:5px"><div class="quotetitle"><input class="button2 btnlite" type="button" value="View Spoiler" style="text-align:center;width:115px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';      this.innerText = ''; this.value = 'Hide Spoiler'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'View Spoiler'; }" /></div><div class="quotecontent"><div style="display: none;"> SOME MODS ARE PARTIALLY INSTALLED</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">TobEx mod v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">BG2 Fixpack v13</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">TobEx AfterLife</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">BG2 Improved GUI</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Charli</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Grimuars</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Darron</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Bag Bonus</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">A Mod for the Orderly (Cliffkey)</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">igi's KeyNames</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Zalnoya and the Shadow Thieves</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Game Over Only on Party Dead</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Konalan's Tweaks (only Rod of Refuge)</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">The Heart of the Wood</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Stuff of the Magi</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Shed's Mods</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Teleport</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Sir Renal</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Red Dragon Summoning Spell</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Mersetek le Joaillier</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Rolles</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Ruad Ro'fhessa Item Upgrade</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Weimer's Item Upgrade</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Unfinished Business (BG2)</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Back to Brynnlaw</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Hidden Adventures</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Tower of Deception</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Dungeon Crawl</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">The Sellswords</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Shards of Ice</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Eilistraee's Song</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Almateria's Restoration Project</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Tales of the Deep Gardens</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">I Shall Never Forget</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">The White Queen</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Athkatlan Grounds Alabaster Sands</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Restored Rhynn Lanthorn Quest</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Innershade</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Athkatlan Grounds Tangled Oak Isle</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Athkatlan Grounds Southern Edge</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Athkatlan Grounds Ooze's Lounge</span></span><br />
<br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">De'Arnise Romance</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">IEP Extended Banters</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Infinity Sounds</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Romantic Encounters (BG2)</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Imoen Romance (SoA+ToB)</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Magic Store of Vergadain</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">PnP Free Action</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">Konalan's Tweaks (install kit 'Wizard Slayer')</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">BG2 Character Portrait Mod</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">My set of portraits </span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">The Tweaks Anthology (cdtweaks)</div></div></div></span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font"><a href="https://imgur.com/a/eZPCj0m" target="_blank" rel="noopener" class="mycode_url">https://imgur.com/a/eZPCj0m</a></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Game crash in Alabaster Sands]]></title>
			<link>https://www.weaselmods.net/showthread.php?tid=2426</link>
			<pubDate>Sun, 10 Nov 2024 08:19:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.weaselmods.net/member.php?action=profile&uid=7043">gigaveter</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.weaselmods.net/showthread.php?tid=2426</guid>
			<description><![CDATA[Game crash in Alabaster Sands<br />
<br />
Greetings Lava!<br />
<br />
A question about the "Alabaster Sands" mod (Athkatlan Grounds) - after I bring a picture frame from the Temple of Waukeen priest in the government quarter (where the artist's rival Fauxar was) to the artist Tym Barwiarz standing on the beach, the screen goes dark, setting the stage for the artist's rival to appear on the beach, if I understand correctly.<br />
During the screen darkening for the artist's rival to appear, the game crashes with the message (in TobEx.log):<br />
<br />
-----TobEx: Throne of Bhaal Extender build 0.29.0.0 (Sun 10 Nov 2024 12:39:16)<br />
[Sun 10 Nov 2024 12:42:07] ASSERTION FAILED! Return Address: 0x9FFB75 File: ChVidImage3d.cpp Line: 899 Expression: FALSE Message: CVidCell::FXRender3dSetPalette: LoadFrame() failed<br />
<br />
I suspect that the issue is in the mods:<br />
TobEx v28 <br />
  shsforums.net/topic/60882-a-release/<br />
  github.com/BGforgeNet/TobEx<br />
<br />
and<br />
<br />
TobEx AfterLife<br />
  shsforums.net/topic/61072-tobex-afterlife/<br />
  github.com/Spellhold-Studios/TobEx-AfterLife<br />
<br />
Is there any way to fix the crash in the current game? Change the way the artist's rival appears on the beach when the artist is given a frame for a painting? Console command?<br />
<br />
Original (classic) game Baldur's Gate 2: SoA/ToB<br />
<br />
WeiDU.log:<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font"><div style="margin:20px; margin-top:5px"><div class="quotetitle"><input class="button2 btnlite" type="button" value="View Spoiler" style="text-align:center;width:115px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';      this.innerText = ''; this.value = 'Hide Spoiler'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'View Spoiler'; }" /></div><div class="quotecontent"><div style="display: none;">// Log of Currently Installed WeiDU Mods</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">// The top of the file is the 'oldest' mod</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">// ~TP2_File~ #language_number #component_number // [Subcomponent Name -> ] Component Name [ : Version]</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #7 #0 // BG2 Fixpack - Core Fixes: v10</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~DDRAWFIX/DDRAWFIX.TP2~ #0 #0 // DDrawFix -> Force DirectDraw Emulation: v1.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOBEX/TOBEX.TP2~ #4 #100 // TobEx - Core: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOBEX/TOBEX.TP2~ #4 #113 // Remain Hidden On Pickpocket Success [C]: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOBEX/TOBEX.TP2~ #4 #118 // Subtitles For Standard Soundsets: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOBEX/TOBEX.TP2~ #4 #120 // Drop Inventory on Disintegrate: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOBEX/TOBEX.TP2~ #4 #121 // Drop Inventory on Frozen Death: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOBEX/TOBEX.TP2~ #4 #122 // Drop Inventory on Stone Death: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOBEX_AFTERLIFE/TOBEX_AFTERLIFE.TP2~ #0 #200 // TobEx AfterLife: v29.13</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TYRISFLARE/SETUP-TYRISFLARE.TP2~ #1 #0 // Tyris Flare NPC: v11</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TYRISFLARE/SETUP-TYRISFLARE.TP2~ #1 #101 // Alternative portraits  Tyris -> Alternative portrait 1: v11</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~DEARNISE/DEARNISE.TP2~ #1 #0 // de'Arnise Romance for Baldur's Gate II: v7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IMOENROMANCE/SETUP-IMOENROMANCE.TP2~ #1 #0 // Imoen NPC Romance Mod for BG2:SoA TOB (4.1.2 Version!): 4.1.2</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IMOENROMANCE/SETUP-IMOENROMANCE.TP2~ #1 #1 // Romance Option -> Allow Multiple Romance's: 4.1.2</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #0 // Aerie, Anomen, Jaheira and Viconia React to Romantic Encounters: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #1 // Storms and Lightning, by berelinde (Weathermistress Ada, adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #2 // Aimi's Magic, by berelinde (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #3 // Anishai's Deft Hands, by cmorgan: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #4 // An Evening with Aran, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #5 // Bjornin's Desire, by jastey (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #6 // Bodhi's Allure, by Kulyok (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #7 // Trademeet with Guildmistress Busya, by magrat: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #8 // The Gambling Cambion, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #9 // Chanelle's Gifts, by cmorgan (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #10 // A Night with Coran, by magrat: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #11 // Cyric's Test, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #12 // A Tryst with a Pirate Lord, by Kulyok (Desharik, adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #13 // A Lonely Dryad, by Kulyok (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #14 // Edwin's Softer Side, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #15 // Eldoth' Exploits, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #16 // Elhan's Expansion, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #17 // Firkraag's Unsheathed Sword: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #18 // Gaelan's Contract, by Evaine Dian: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #19 // A Walk with Garren Windspear, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #20 // Enter Haer'Dalis, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #21 // Hendak's Heart, by jastey: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #22 // Ilona, a Merchant's Daughter, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #23 // Jarlaxle's Fascinations, by Catseye: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #24 // A Night with Lais in Imnesvale, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #25 // Laran's Promise, by berelinde (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #26 // The Love Song of Logan, Lord Coprith, by Ajnos: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #27 // Mekrath and Nymphology, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #28 // Mira's Special Stock, by berelinde: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #29 // Noober Returns, by cmorgan: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #30 // Rebecca the Gypsy, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #31 // Renal Bloodscalp: A Dangerous Affair, by cmorgan (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #32 // Old Ribald's Speciality, by Evaine Dian: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #33 // Sir Ryan Trawl, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #34 // Saemon, a Pirate, by Kulyok (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #35 // Dreaming of Sendai, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #36 // Sheri the Bardess, by cmorgan (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #37 // Solaufein in the Lust Chambers, by jastey: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #38 // Phaere's Reward, by berelinde (Talak, pleasure slave, adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #39 // Spell Research with Teos, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #40 // A fling with Yoshimo, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #41 // Isabelle's Fears, by gertjanvh (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #42 // Anne's Rescue, by gertjanvh (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #43 // The Queen, by Domi: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #44 // Valygar Romance, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #45 // Rehearsal with Chandra, by Western Paladin: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #46 // Goldander Blackenrock: After a Party, by magrat: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #47 // A Chat with Viekang, by magrat: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #48 // Bravery or Folly? by Aeryn (Sarevok, adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #49 // Blame the Moon, by Aeryn (Cernd): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #50 // Cernick's Confession, by Cal Jones: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #51 // Valygar Romance ToB, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #52 // Minsc. Takes. A Bath, by Thimblerig: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #53 // Nizidramanii'yt's Vanity, by Thimblerig: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #54 // Date Night, by SisterVigilante: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IEPBANTERS/IEPBANTERS.TP2~ #2 #0 // ђ биЁаҐ­­лҐ ¤Ё «®ЈЁ NPC-NPC ў SoA: v5.9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IEPBANTERS/IEPBANTERS.TP2~ #2 #1 // ђ биЁаҐ­­лҐ ¤Ё «®ЈЁ ЊЁ­бЄ  Ё ЂҐаЁ ў ToB: v5.9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IEPBANTERS/IEPBANTERS.TP2~ #2 #2 // "ђҐва®бЇҐЄвЁў­л©" ¤Ё «®Ј б €¬®Ґ­ ў BGII: ToB: v5.9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IEPBANTERS/IEPBANTERS.TP2~ #2 #4 // ЏҐаҐа Ў®в ­­лҐ Є®­д«ЁЄвл NPC: v5.9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IEPBANTERS/IEPBANTERS.TP2~ #2 #5 // ‚®ббв ­®ў«Ґ­­лҐ ¤Ё «®ЈЁ ЂҐаЁ/„¦ еҐ©ал/Ђ­®¬Ґ­   ў Ђ­¤Ґа¤ аЄҐ: v5.9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IEPBANTERS/IEPBANTERS.TP2~ #2 #8 // “бв ­®ўЁвм гбЄ®аЁвҐ«м ¤Ё «®Ј®ў?  (гЄ ¦ЁвҐ ўаҐ¬п Ї®пў«Ґ­Ёп ¤Ё «®Ј®ў) -> 20 ¬Ё­гв: v5.9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IEPBANTERS/IEPBANTERS.TP2~ #2 #3 // €бЇа ў«Ґ­­л© ¤Ё «®Ј ў а®¬ ­Ґ б Ђ­®¬Ґ­®¬  ( ўв®а David Gaider б ¤®Ў ў«Ґ­Ёп¬Ё Kulyok): v5.9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~NPCFLIRT/SETUP-NPCFLIRT.TP2~ #4 #0 // Aerie Flirt Pack For SOA: v1.07</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~NPCFLIRT/SETUP-NPCFLIRT.TP2~ #4 #2 // Aerie Flirt Pack For TOB: v1.07</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~NPCFLIRT/SETUP-NPCFLIRT.TP2~ #4 #4 // Jaheira Flirt Pack for SOA: v1.07</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~NPCFLIRT/SETUP-NPCFLIRT.TP2~ #4 #6 // Jaheira Flirt Pack for TOB: v1.07</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~NPCFLIRT/SETUP-NPCFLIRT.TP2~ #4 #8 // Viconia Flirt Pack for SOA: v1.07</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~NPCFLIRT/SETUP-NPCFLIRT.TP2~ #4 #10 // Viconia Flirt Pack for TOB: v1.07</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ITEMUPGRADE/ITEMUPGRADE.TP2~ #5 #0 // Shadows Of Amn Item Upgrades -> Original Version (new upgrades in a list): v52</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ITEMUPGRADE/ITEMUPGRADE.TP2~ #5 #1 // Throne Of Bhaal Item Upgrades -> Original Version (new upgrades in a list): v52</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HEARTWOOD/HEARTWOOD.TP2~ #1 #0 // Heart of the Wood (WeiDU version): 7.0.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TELEPORT/TELEPORT.TP2~ #2 #0 // "’Ґ«ҐЇ®ав" ¤«п BG2:SoA</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TELEPORT/TELEPORT.TP2~ #2 #1 // "’Ґ«ҐЇ®ав" ¤«п BG2:ToB</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~STUFFOFTHEMAGI/STUFFOFTHEMAGI.TP2~ #2 #0 // Stuff of the Magi -> Use new, less cheesy items AND Add them to creatures' equipment (recommended): 6.0.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RENAL/SETUP-RENAL.TP2~ #3 #0 // Sir Renal: 2.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SDMODS/SDMODS.TP2~ #1 #0 // Shed's Mods</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RUAD/RUAD.TP2~ #4 #0 // Ruad Ro'fhessa (SoA): v29.4.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RUAD/RUAD.TP2~ #4 #10 // Ruad Ro'fhessa (ToB): v29.4.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ROLLES/ROLLES.TP2~ #0 #0 // Rolles Safyer: v5.0.5</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ROLLES/ROLLES.TP2~ #0 #10 // Bag of Holding in Irenicus Dungeon: v5.0.5</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~DRAGONSUMMON/DRAGONSUMMON.TP2~ #2 #0 // Red Dragon Summoning Spell: v2.1.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~MERSKSTORE/SETUP-MERSKSTORE.TP2~ #4 #0 // Mersetek: V1.3.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~KONTWK/SETUP-KONTWK.TP2~ #2 #0 // Wizard Slayer Enhancements</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~KONTWK/SETUP-KONTWK.TP2~ #2 #1 // Immunity HLA -> Abjuration</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~KONTWK/SETUP-KONTWK.TP2~ #2 #10 // Alignment Tweaks</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~KONTWK/SETUP-KONTWK.TP2~ #2 #11 // Rod of Refuge</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~KONTWK/SETUP-KONTWK.TP2~ #2 #13 // Butter Knife of Balduran</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-GRIMUARS_V4.1.TP2~ #1 #0 // Grimuars for BG2</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-GRIMUARS_V4.1.TP2~ #1 #1 // Additional Grimuars Store</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~DARRON/DARRON.TP2~ #5 #0 // Darron: v2.0.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BAGBONUS/BAGBONUS.TP2~ #1 #0 // Bonus Potioncase and Ammobelt to Deidre's store: v1.0.4</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CLIFFKEY/SETUP-CLIFFKEY.TP2~ #4 #1 // A Mod for the Orderly - Add a Keyring to Faerun! See readme for more details about the choices below. -> Consistency Plus version: v7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #0 // The Kidnapping of Boo by Cliffette: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #1 // The Suna Seni/Valygar Relationship: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #2 // Kalah and What He Was Promised: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #3 // "Cat and Mouse" (Bodhi hunts you in Spellhold) by Ghreyfain: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #4 // Gorje Hilldark and the Extended Illithium Quest: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #5 // The Pai'Na/Spider's Bane Quest: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #6 // Restored Crooked Crane Inn: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #7 // Restored Encounters: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #8 // Artemis Entreri in Bodhi's Lair: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #9 // Corrected "Xzar's Creations": v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #10 // Restored Hell Minions, by SimDing0: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #12 // Item Restorations: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #17 // Corrected Character Names and Biographies: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #18 // Restored Minor Dialogs: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #20 // Extended ToB Item Descriptions: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #21 // Throne of Bhaal Minor Restorations: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #22 // Justifier Kit: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #24 // Sarevok's Remorse: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #25 // Убийство Эктона Балтиса.: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ALABASTERSANDS/ALABASTERSANDS.TP2~ #2 #0 // Alabaster Sands: the new area of Athkatla -> Yes, but don't patch existing save games: v1.7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOD/TOD.TP2~ #3 #0 // Tower of Deception: v4.0.8</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOD/TOD.TP2~ #3 #2 // Encounter with Ustrain: v4.0.8</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~WHITEQUEEN/WHITEQUEEN.TP2~ #2 #0 // Colours of Infinity - The White Queen -> Да, но не применять патч к существующим сохраненным играм.: 7.3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SELLSWORDS/SELLSWORDS.TP2~ #1 #0 // The Sellswords mod for Baldur's Gate II: v9.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SHARDSOFICE/SETUP-SHARDSOFICE.TP2~ #1 #0 // „аг¦Ў  ЇаҐўлиҐ ўбҐЈ®.: v7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SHARDSOFICE/SETUP-SHARDSOFICE.TP2~ #1 #1 // ‹оЎЁ¬ п бв вгнвЄ  ЉЁ®Ў®.: v7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOTDG/TOTDG.TP2~ #6 #0 // –ўҐв  ЃҐбЄ®­Ґз­®бвЁ: ‘Є § ­Ёп ® ѓ«гЎЁ­­ле ‘ ¤ е -> Да, но не применять патч к существующим сохраненным играм.: 12.93</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~DW_LANTHORN/DW_LANTHORN.TP2~ #1 #10 // Restored Rhynn Lanthorn lens quest -> Classic Version (faithful restoration of cut content from the original game): Beta 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~JZ/JZ.TP2~ #2 #0 // The Jerry Zinger Show: v5.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INNERSHADE/SETUP-INNERSHADE.TP2~ #4 #0 // Colours of Infinity: Innershade -> Yes, but don't patch the existing save games: 11.12</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ISNF/ISNF.TP2~ #6 #0 // Colours of Infinity: I Shall Never Forget: 6.3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #0 // Lady Elgea's extended plot: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #1 // Anomen's extended plot: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #2 // Jerlia's Ore Shop: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #3 // Elven holy water in the Temple of Lathander: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #4 // Wave Blade in Treasury: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #6 // Bards can spend the night at the festival (Five Flagons): Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #7 // A bard for the bard stronghold: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #8 // Silver Sword: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #9 // A Tunnel for Saradush: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~EILISTRAEE/SETUP-EILISTRAEE.TP2~ #2 #0 // Eilistraee's Song -> Yes, but don't patch the existing save games: 7.5</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~DC/DC.TP2~ #1 #0 // Dungeon Crawl: v13.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BACKBRYNNLAW/BACKBRYNNLAW.TP2~ #1 #0 // Back to Brynnlaw mod for Baldur's Gate II: v9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TANGLEDISLE/TANGLEDISLE.TP2~ #1 #0 // The Tangled Oak Isle: the new area of Athkatla -> Yes, but don't patch existing save games: v4.5.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SOUTHERNEDGE/SOUTHERNEDGE.TP2~ #3 #0 // Southern Edge: the new district of Athkatla -> Yes, but don't patch the existing save games: 5.2</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~OOZE/OOZE.TP2~ #3 #0 // Ooze's Lounge: a new area under Athkatlan Slums: 2.94</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #0 // Restored Locations: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #1 // Restored Characters and Dialogs: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #2 // Restored Sounds: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #3 // Restored Items: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #5 // Restored XP for Minor Things: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #6 // Lich Deril: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #7 // Restored Random Encounters: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #8 // Minor Restorations: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #10 // Better Item Import: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #11 // Restored Final Slayer Dream: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #13 // Restored Waukeen's Promenade Cutscene: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2ALTFONTS/SETUP-BG2ALTFONTS.TP2~ #0 #4 // BG2AltFonts -> 120% Italic Font</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #100 // Restore BG1 Spellcasting Voices: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #110 // Restore BG1 Spellcasting Sounds: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #130 // Restore BG1 Armor Sounds: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #160 // Restore Gulp Sound: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #170 // Restore Chunked Death Sound: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #189 // Enable Footsteps During Combat: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #230 // Restore & Tweak Soundsets: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #240 // More Existence Sounds: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #250 // Tweak Existence Sound Delay: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CHARLI/SETUP-CHARLI.TP2~ #3 #0 // Charli, the Middleman: v2.3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~A7-MAGICSTORE/A7-MAGICSTORE.TP2~ #2 #2 // Magic store of Vergadain -> Free of charge: 4.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~A7-MAGICSTORE/A7-MAGICSTORE.TP2~ #2 #10 // Alternate portrait for Ghostly Merchant: 4.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~A7-MAGICSTORE/A7-MAGICSTORE.TP2~ #2 #36 // Tweak item charges of the Magic Store (default: 3x/day) -> Unlimited charges: 4.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ESERIES/SETUP-ESERIES.TP2~ #4 #0 // eSeries: v3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~GMINION/SETUP-GMINION.TP2~ #0 #0 // gMinion: v3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~NOGAMEOVER/SETUP-NOGAMEOVER.TP2~ #1 #100 // Љ®­Ґж ЁЈал в®«мЄ® Ї®б«Ґ б¬ҐавЁ ўбҐ© Ї авЁЁ: 1.7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IIKEYNAMES/SETUP-IIKEYNAMES.TP2~ #3 #2001 // Key Names</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ZALNOYA/SETUP-ZALNOYA.TP2~ #1 #0 // ‡ «­®©п Ё ’Ґ­ҐўлҐ ў®ал</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ZALNOYA/SETUP-ZALNOYA.TP2~ #1 #1 // €бЇа ў«Ґ­ЁҐ ®Ўлз­ле ўбваҐз б ў ¬ЇЁа ¬Ё</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~FREEACT/SETUP-FREEACT.TP2~ #4 #10 // PnP ‘ў®Ў®¤  „Ґ©бвўЁ©: v2</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~FREEACT/SETUP-FREEACT.TP2~ #4 #50 // ЋЎ­®ўЁвм ®ЇЁб ­Ёп ЇаҐ¤¬Ґв®ў Ё § Є«Ё­ ­Ё©: v2</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1 // Portraits for BG2 and ToB: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1300 // Portraits for Tower of Deception: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1320 // Portraits for Dungeon Crawl: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1330 // Portraits for BG2 Romantic Encounters: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1360 // Portraits for Tales of the Deep Gardens: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1410 // Portraits for Innershade: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1430 // Portraits for Eilistraees Song: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1470 // Portraits for Return to Brynnlaw: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1480 // Portraits for Sellswords: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1510 // Portraits for Zalnoya: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1530 // Portraits for Slandor (The Minotaur and Lilacor): v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1590 // Portraits for ISNF (I Shall Never Forget): v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #5000 // Alternate Female Character-Creation Portraits: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #5010 // Alternate Male Character-Creation Potraits: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #10 // Remove Helmet Animations: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #20 // Change Imoen's Avatar to Mage: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #50 // Avatar Morphing Script: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #60 // Weapon Animation Tweaks: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #90 // Disable Portrait Icons Added by Equipped Items: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #100 // Commoners Use Drab Colors: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #110 // Icon Improvements: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #130 // Force All Dialogue to Pause Game: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #140 // Fix Boo's Squeak: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #160 // Make Magic Shields Glow [plainab/grogerson]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #170 // Unique Icons [Lava] -> Only replace icons that aren't already unique: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #182 // Unique Containers [Miloch] -> Unique icons and names: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #190 // Use Character Colors Instead of Item Colors -> For all shields and helmets: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3151 // Remove Annoying Visual Effects from Equipped Items -> Remove all of the above: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1010 // More Interjections: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1020 // Alter HP Triggers for NPC Wounded Dialogues: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1040 // Improved Athkatlan City Guard: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1070 // Improved Multi-Player Kick-Out Dialogues: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1080 // Add Bags of Holding: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1120 // Stores Sell Higher Stacks of Items: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1160 // Multiple Strongholds [Sabre, Baldurdash, Weimer] -> No restrictions: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1170 // Bonus Merchants [Baldurdash]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1220 // Allow Cromwell to Upgrade Watcher's Keep Items: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1227 // Adjust Cromwell's Forging Time -> Full 24 hours (BG2EE default, includes sleep): v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1230 // Allow Cespenar to Use Cromwell Recipes: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2040 // Universal Clubs: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2520 // Allow Mages to Use Bucklers and Thieves to Use Small Shields [Angel]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2060 // Weapon Styles for All: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2090 // Change Experience Point Cap -> Remove experience cap: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2100 // Allow Thieving and Stealth in Heavy Armor per PnP: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2120 // Allow Arcane Spellcasting in Heavy Armor: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2140 // Expanded Dual-Class Options: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2152 // Wear Multiple Protection Items -> Allow armor plus one protection item [Angel]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2161 // Alter Weapon Proficiency System -> BG-style weapon proficiencies, with weapon styles [the bigg]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2200 // Multi-Class Grandmastery [Weimer]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2210 // Change Grandmastery Bonuses -> True grandmastery [Baldurdash]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2220 // Change Magically Created Weapons to Zero Weight: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2240 // Un-Nerfed THAC0 Table: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2250 // Un-Nerfed Sorcerer Spell Progression Table: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2261 // Alter Mage Spell Progression Table -> PnP table: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2271 // Alter Bard Spell Progression Table -> PnP table: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2281 // Alter Cleric Spell Progression Table -> PnP table: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2294 // Alter Druid Spell and Level Progression Tables -> Use cleric level progression changes with pnp druid/cleric spell table: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2580 // Alter Wisdom-Based Divine Bonus Spell Table -> Use PnP/PsT Table: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2300 // Triple-Class HLA Tables: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2320 // Trap Cap Removal [Ardanis/GeN1e]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2330 // Remove Delay for Magical Traps [Ardanis/GeN1e]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2550 // Alter Gnome Mage Kit/Multi-Class Options -> Keep gnome illusionist multi-class, enable all kits for single-class: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2391 // Alter Paladin Spell Progression Table -> BG2-Style Progression (Up To Level Six Spells) [TotoR]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2401 // Alter Ranger Spell Progression Table -> BG2-Style Progression (Up To Level Five Spells) [TotoR]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2410 // Druids Use 3E Alignment Restrictions: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2420 // Loosen Equipment Restrictions for Cleric Multi- and Dual-Classes: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2430 // Change Equipment Restrictions for Druid Multi- and Dual-Classes -> Loosen equipment restrictions for druid multi- and dual-classes: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2500 // Exceptional Strength Weight Limit Changes [sarevok57]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2530 // Lightning Bolts Don't Bounce [Angel]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2540 // Speed Up de'Arnise Keep Stronghold Quests: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2560 // Allow Monks to Wear Helmets: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2620 // Make Certain Creatures Immune to Backstab/Sneak Attack [Luke]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2999 // Max HP at Level One: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3000 // Higher HP on Level Up -> Maximum: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3008 // Allow HP Rolls Through Level 20 [Angel]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3010 // Maximum HP Creatures [the bigg] -> For all creatures in game: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3031 // Easy Spell Learning -> 100% learn spells and no maximum cap: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3040 // Make Bags of Holding Bottomless: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3083 // Increase Ammo Stack Size -> Stacks of 120: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3092 // Increase Jewelry, Gem, and Miscellaneous Item Stacks -> Stacks of 80: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3102 // Increase Potion Stacking -> Stacks of 80: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3112 // Increase Scroll Stacking -> Stacks of 80: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3121 // Happy Patch - Alter How Party NPCs Complain About Reputation -> NPCs can be angry about reputation but never leave [Salk]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3123 // NPCs Don't Fight: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3125 // Neutral Characters Make Happy Comments at Mid-Range Reputation [Luiz]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3160 // Keep Drizzt's Loot, Disable Malchor Harpell [Weimer]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3170 // No Drow Avatars On Party In Underdark [Weimer]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3176 // Accelerate/Decelerate Romances: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3183 // Romance Cheats [Sabre, Richardson, Weimer]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3190 // Rest Anywhere [japheth]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3191 // Disable Non-Hostile Rest Spawns: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3197 // Alter Hostile Rest Spawns -> Double frequency: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3200 // Sellable Items [icelus]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3205 // Stores Purchase All Item Types: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3210 // Minimum Stats Cheat: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3220 // Sensible Entrance Points: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3260 // Recoverable Ammunition [argent77] -> 25% chance to recover after a successful hit: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3270 // Recoverable Throwing Weapons [argent77] -> 25% chance to recover after a successful hit: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3320 // No Depreciation in Stores: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3330 // Make Party Members Less Likely to Die Irreversibly: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3343 // Increase Party Movement Speed and/or Casting Speed Outside of Combat [argent77] -> Movement speed by 50 percent and casting speed: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #4010 // Improved Fate Spirit Summoning: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #4020 // ToB-Style NPCs: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #4041 // Consistent Stats: Jaheira -> Use BG2 values: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #4050 // Change Jaheira to Neutral Good Alignment: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #4061 // Consistent Stats: Minsc -> Use BG2 values: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #4150 // Move Boo Into Minsc's Pack: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #4180 // Removable NPC Items: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #120 // Џ ­Ґ«м Ї®¤Ў®а  ЇаҐ¤¬Ґв®ў -> Џ®¤Ў®а б® ўбҐе Ў«Ё¦ ©йЁе вагЇ®ў ®¤­®© ®ЇҐа жЁҐ©: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #200 // Џ®¤бўҐзЁў ­ЁҐ ЁЄ®­ЄЁ ҐйҐ ­Ґ Ё§гзҐ­­®Ј® бўЁвЄ : 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #300 // ‘Єалў вм Є­®ЇЄг '‡ ЇЁб вм ¬ ЈЁо' ¤«п г¦Ґ Ё§гзҐ­­ле § Є«Ё­ ­Ё© Ё ¤«п § Є«Ё­ ­Ё© Їа®вЁў®бв®пйЁе иЄ®« ¬ ЈЁЁ: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #490 // Џ®Є § ЋзЄ®ў ‡¤®а®ўмп ­  NPC/ѓагЇЇҐ ЁЈа®Є  -> ‚бҐ NPC + ѓагЇЇ  ЁЈа®Є : 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #520 // Џ®Є § THAC0 Ё Љ®«ЁзҐбвў® ­ ­®бЁ¬ле Ї®ўаҐ¦¤Ґ­Ё© ­  нЄа ­Ґ ‘­ ап¦Ґ­Ёп -> ‡ ¤­Ё© д®­ ®в Sir-Kill: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #530 // Џ®Є § Љ®«ЁзҐбвў  ­ ­®бЁ¬ле Ї®ўаҐ¦¤Ґ­Ё© ­  нЄа ­Ґ ЏҐаб®­ ¦ : 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #600 // ‡ вҐ¬­Ґ­ЁҐ Ї®аваҐв®ў ЈагЇЇл ЇаЁ ЇҐаҐбв бЄЁў ­ЁЁ ЇаҐ¤¬Ґв®ў б ®Ја ­ЁзҐ­Ёп¬Ё + †Ґ«в п а ¬Є  Ґб«Ё ЏҐаб®­ ¦ б«ЁиЄ®¬ ¤ «ҐЄ® ¤«п ЇҐаҐ¤ зЁ ЇаҐ¤¬Ґв : 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #700 // Џ®Є §лў вм ®ЎйҐҐ §­ зҐ­ЁҐ Ўа®бЄ®ў ЄгЎЁЄ®ў е а ЄвҐаЁбвЁЄ ЇаЁ б®§¤ ­ЁЁ ЇҐаб®­ ¦ : 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #810 // †га­ « б® бў®а зЁў Ґ¬л¬Ё § ¤ ­Ёп¬Ё -> “ўҐ«ЁзҐ­­л© а §¬Ґа ®Є­  § ¤ ­Ёп: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #920 // ‘Ґал© д®­ ЁЈа®ў®Ј® нЄа ­  ЇаЁ ўЄ«озҐ­­®© Џ г§Ґ -> „®Ї®«­ЁвҐ«м­ п Ї®бв®п­­ п ЁЄ®­Є  + ЇҐаҐЄ«озҐ­ЁҐ Ј®апзҐ© Є« ўЁиҐ©: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #1000 // Ђўв®®вЄ«оз Ґ¬ п пзҐ©Є  ўв®а®© агЄЁ: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #1140 // Џ®Є §лў вм  ЄвЁў­лҐ нддҐЄвл ЇҐаб®­ ¦Ґ© ЇаЁ ­ ¦ вЁЁ Їа ў®© Є­®ЇЄЁ ¬лиЁ -> ќддҐЄвл б § Є«Ё­ ­Ё© Ё ЇаҐ¤¬Ґв®ў + ўлў®¤ ўаҐ¬Ґ­Ё ¤® ®Є®­з ­Ёп ¤Ґ©бвўЁп: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #1200 // ђ биЁаҐ­­лҐ б®®ЎйҐ­Ёп ® ЇаҐ¤¬Ґв е/§ ¤ ­Ёпе/§ Є«Ё­ ­Ёпе: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #1310 // „®Ї®«­ЁвҐ«м­л© вҐЄбв ® THAC0/‘Ї бЎа®бЄҐ/“а®­Ґ -> ’ЁЇ га®­  (аҐЄ®¬Ґ­¤гҐ¬л© ўлЎ®а): 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #1400 // ЌҐ ®зЁй вм пзҐ©ЄЁ § Є«Ё­ ­Ё© Ї®б«Ґ ®вЄ зЁў ­Ёп га®ў­Ґ©: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #1580 // Џ®Є § ЋзЄ®ў ‡¤®а®ўмп/’ҐЄгйҐЈ® „Ґ©бвўЁп ­  Ї®аваҐв е ЈагЇЇл -> ЋзЄЁ ‡¤®а®ўмп (ЇаЁ ­ ¦ вЁЁ 'tab') + ’ҐЄгйҐҐ „Ґ©бвўЁҐ (ўбҐЈ¤ ) (аҐЄ®¬Ґ­¤гҐ¬л© ўлЎ®а): 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #1740 // ‚а ЈЁ ¬®Јгв а бв «ЄЁў вм ЈагЇЇг ЁЈа®Є  ¤«п ®зЁбвЄЁ Їа®е®¤  (­ бва®©Є  б«®¦­®бвЁ) -> ‚а ЈЁ ­Ґ ¬®Јгв б¤ўЁ­гвм ЇҐаб®­ ¦  б® ‘”Ґа®© Otiluke Ё«Ё ¤агЈЁ¬ нддҐЄв®¬ г¤Ґа¦ ­Ёп: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #2040 // Џ®¤бўҐзЁў вм Ё­вҐа ЄвЁў­лҐ в®зЄЁ нЄа ­  -> ‚л§лў ойЁҐ нддҐЄвл + Џ®«Ґ§­ п Ё­д®а¬ жЁп + ЏҐаҐе®¤л ў ¤агЈЁҐ ®Ў« бвЁ + Џа®е®¤л зҐаҐ§ ¤ўҐам: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #2600 // “«гзиҐ­­л© Ё­вҐадҐ©б Њ Ј §Ё­®ў/Љ­ЁЈ/ЊҐиЄ®ў/Џ®пб®ў: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #2700 // Џ®¬Ґ­пвм ¬Ґбв ¬Ё Є­®ЇЄЁ '€§Ј­ вм ЌҐ¦Ёвм' Ё 'Љ а¬ ­­ п Єа ¦ ' ¤«п Є« бб  ‘ўпйҐ­­ЁЄ/‚®а: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #2900 // Џ ­Ґ«м аҐ¤ ЄвЁа®ў ­Ёп Џ®б«Ґ¤®ў вҐ«м­®бвҐ© ‡ Є«Ё­ ­Ё©: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3000 // ќЄа ­ ®ЇЁб ­Ёп ‡ Є«Ё­ ­Ё©/‚а®¦¤Ґ­­ле ‘Ї®б®Ў­®бвҐ© ЇаЁ ­ ¦ вЁЁ Їа ў®© Є­®ЇЄЁ ¬лиЁ (ўЄ«оз Ґв ЁбЇа ў«Ґ­Ёп ЁЄ®­®Є/cЇ®б®Ў­®бвҐ© ЇаҐ¤¬Ґв®ў/Ї®¤бЄ §®Є Ё вҐЄбвл ®ЇЁб ­Ё© (б)Prozh ): 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3100 // ЌҐ Ї®Є §лў вм ЁЄ®­ЄЁ ®б®ЎҐ­­®бвҐ© Є« бб /ЇаҐ¤¬Ґв®ў ­  Ї®аваҐв е ЈагЇЇл: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3320 // Њ аЄҐал ўлЎ®а  з«Ґ­®ў ЈагЇЇл а §­ле жўҐв®ў -> €бЄ«озЁвм § аҐ§ҐаўЁа®ў ­лҐ жўҐв  (Єа б­л©/Ј®«гЎ®©/¦Ґ«вл©/...): 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3400 // Ќ®ў®Ґ ЊҐ­о ўлЎ®а  § Є«Ё­ ­Ё©: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3500 // Љ ав  ¬Ёа  ­  Ї®«­го иЁаЁ­г нЄа ­ : 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3600 // Џ®Є §лў вм Ї« ў ойЁҐ Ё¬Ґ­  NPC (Є« ўЁи  'Alt'): 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3700 // Ђўв®ЇҐаҐЄ«озҐ­ЁҐ Є­ЁЈЁ § Є«Ё­ ­Ё© ¬Ґ¦¤г Њ Ј ¬Ё Ё ‘ўпйҐ­­ЁЄ ¬Ё: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3810 // ‚лў®¤ ¤®Ї®«­ЁвҐ«м­ле Ї а ¬Ґва®ў ­  нЄа ­Ґ ЏҐаб®­ ¦  (®Їмп­Ґ­ЁҐ, гбв «®бвм, г¤ з , ўаҐ¬п звҐ­Ёп § Є«Ё­ ­Ё©, thac0 Ў®­гбл ­ ўлЄ®ў) -> Џ®Є §лў вм ўбҐЈ¤ : 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3910 // ‚ла ў­Ёў ­ЁҐ Ја®¬Є®бвЁ §ўгЄ®ў -> ‚бҐ §ўгЄЁ, ўЄ«оз п нддҐЄвл: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #4000 // „®Ў ў«пвм б®бв®п­ЁҐ Џ г§л ў б®еа ­Ґ­­лҐ ЁЈал: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #4280 // ‡ўгЄЁ BG2(ЎҐ§ д®­®ў®Ј® нддҐЄв /иг¬ ) ¤«п ўл§®ў  ‚а®¦¤Ґ­­ле ‘Ї®б®Ў­®бвҐ©: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #4400 // EAX/DirectSound3D н¬г«пв®а ­  Ў §Ґ DSOAL: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #4500 // ЏаҐаў вм/Џа®¤®«¦Ёвм §ўгз ­ЁҐ вҐЄгйЁе §ўгЄ®ў Є®Ј¤  ЁЈа  ЇҐаҐе®¤Ёв ў аҐ¦Ё¬ Ї г§л: 5.6 </div></div></div></span></span>]]></description>
			<content:encoded><![CDATA[Game crash in Alabaster Sands<br />
<br />
Greetings Lava!<br />
<br />
A question about the "Alabaster Sands" mod (Athkatlan Grounds) - after I bring a picture frame from the Temple of Waukeen priest in the government quarter (where the artist's rival Fauxar was) to the artist Tym Barwiarz standing on the beach, the screen goes dark, setting the stage for the artist's rival to appear on the beach, if I understand correctly.<br />
During the screen darkening for the artist's rival to appear, the game crashes with the message (in TobEx.log):<br />
<br />
-----TobEx: Throne of Bhaal Extender build 0.29.0.0 (Sun 10 Nov 2024 12:39:16)<br />
[Sun 10 Nov 2024 12:42:07] ASSERTION FAILED! Return Address: 0x9FFB75 File: ChVidImage3d.cpp Line: 899 Expression: FALSE Message: CVidCell::FXRender3dSetPalette: LoadFrame() failed<br />
<br />
I suspect that the issue is in the mods:<br />
TobEx v28 <br />
  shsforums.net/topic/60882-a-release/<br />
  github.com/BGforgeNet/TobEx<br />
<br />
and<br />
<br />
TobEx AfterLife<br />
  shsforums.net/topic/61072-tobex-afterlife/<br />
  github.com/Spellhold-Studios/TobEx-AfterLife<br />
<br />
Is there any way to fix the crash in the current game? Change the way the artist's rival appears on the beach when the artist is given a frame for a painting? Console command?<br />
<br />
Original (classic) game Baldur's Gate 2: SoA/ToB<br />
<br />
WeiDU.log:<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font"><div style="margin:20px; margin-top:5px"><div class="quotetitle"><input class="button2 btnlite" type="button" value="View Spoiler" style="text-align:center;width:115px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';      this.innerText = ''; this.value = 'Hide Spoiler'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'View Spoiler'; }" /></div><div class="quotecontent"><div style="display: none;">// Log of Currently Installed WeiDU Mods</span></span><br />
<br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">// The top of the file is the 'oldest' mod</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">// ~TP2_File~ #language_number #component_number // [Subcomponent Name -> ] Component Name [ : Version]</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #7 #0 // BG2 Fixpack - Core Fixes: v10</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~DDRAWFIX/DDRAWFIX.TP2~ #0 #0 // DDrawFix -> Force DirectDraw Emulation: v1.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOBEX/TOBEX.TP2~ #4 #100 // TobEx - Core: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOBEX/TOBEX.TP2~ #4 #113 // Remain Hidden On Pickpocket Success [C]: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOBEX/TOBEX.TP2~ #4 #118 // Subtitles For Standard Soundsets: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOBEX/TOBEX.TP2~ #4 #120 // Drop Inventory on Disintegrate: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOBEX/TOBEX.TP2~ #4 #121 // Drop Inventory on Frozen Death: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOBEX/TOBEX.TP2~ #4 #122 // Drop Inventory on Stone Death: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOBEX_AFTERLIFE/TOBEX_AFTERLIFE.TP2~ #0 #200 // TobEx AfterLife: v29.13</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TYRISFLARE/SETUP-TYRISFLARE.TP2~ #1 #0 // Tyris Flare NPC: v11</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TYRISFLARE/SETUP-TYRISFLARE.TP2~ #1 #101 // Alternative portraits  Tyris -> Alternative portrait 1: v11</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~DEARNISE/DEARNISE.TP2~ #1 #0 // de'Arnise Romance for Baldur's Gate II: v7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IMOENROMANCE/SETUP-IMOENROMANCE.TP2~ #1 #0 // Imoen NPC Romance Mod for BG2:SoA TOB (4.1.2 Version!): 4.1.2</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IMOENROMANCE/SETUP-IMOENROMANCE.TP2~ #1 #1 // Romance Option -> Allow Multiple Romance's: 4.1.2</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #0 // Aerie, Anomen, Jaheira and Viconia React to Romantic Encounters: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #1 // Storms and Lightning, by berelinde (Weathermistress Ada, adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #2 // Aimi's Magic, by berelinde (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #3 // Anishai's Deft Hands, by cmorgan: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #4 // An Evening with Aran, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #5 // Bjornin's Desire, by jastey (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #6 // Bodhi's Allure, by Kulyok (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #7 // Trademeet with Guildmistress Busya, by magrat: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #8 // The Gambling Cambion, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #9 // Chanelle's Gifts, by cmorgan (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #10 // A Night with Coran, by magrat: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #11 // Cyric's Test, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #12 // A Tryst with a Pirate Lord, by Kulyok (Desharik, adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #13 // A Lonely Dryad, by Kulyok (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #14 // Edwin's Softer Side, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #15 // Eldoth' Exploits, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #16 // Elhan's Expansion, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #17 // Firkraag's Unsheathed Sword: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #18 // Gaelan's Contract, by Evaine Dian: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #19 // A Walk with Garren Windspear, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #20 // Enter Haer'Dalis, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #21 // Hendak's Heart, by jastey: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #22 // Ilona, a Merchant's Daughter, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #23 // Jarlaxle's Fascinations, by Catseye: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #24 // A Night with Lais in Imnesvale, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #25 // Laran's Promise, by berelinde (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #26 // The Love Song of Logan, Lord Coprith, by Ajnos: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #27 // Mekrath and Nymphology, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #28 // Mira's Special Stock, by berelinde: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #29 // Noober Returns, by cmorgan: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #30 // Rebecca the Gypsy, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #31 // Renal Bloodscalp: A Dangerous Affair, by cmorgan (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #32 // Old Ribald's Speciality, by Evaine Dian: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #33 // Sir Ryan Trawl, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #34 // Saemon, a Pirate, by Kulyok (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #35 // Dreaming of Sendai, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #36 // Sheri the Bardess, by cmorgan (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #37 // Solaufein in the Lust Chambers, by jastey: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #38 // Phaere's Reward, by berelinde (Talak, pleasure slave, adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #39 // Spell Research with Teos, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #40 // A fling with Yoshimo, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #41 // Isabelle's Fears, by gertjanvh (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #42 // Anne's Rescue, by gertjanvh (adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #43 // The Queen, by Domi: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #44 // Valygar Romance, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #45 // Rehearsal with Chandra, by Western Paladin: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #46 // Goldander Blackenrock: After a Party, by magrat: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #47 // A Chat with Viekang, by magrat: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #48 // Bravery or Folly? by Aeryn (Sarevok, adult content): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #49 // Blame the Moon, by Aeryn (Cernd): v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #50 // Cernick's Confession, by Cal Jones: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #51 // Valygar Romance ToB, by Kulyok: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #52 // Minsc. Takes. A Bath, by Thimblerig: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #53 // Nizidramanii'yt's Vanity, by Thimblerig: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RE/SETUP-RE.TP2~ #1 #54 // Date Night, by SisterVigilante: v15</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IEPBANTERS/IEPBANTERS.TP2~ #2 #0 // ђ биЁаҐ­­лҐ ¤Ё «®ЈЁ NPC-NPC ў SoA: v5.9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IEPBANTERS/IEPBANTERS.TP2~ #2 #1 // ђ биЁаҐ­­лҐ ¤Ё «®ЈЁ ЊЁ­бЄ  Ё ЂҐаЁ ў ToB: v5.9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IEPBANTERS/IEPBANTERS.TP2~ #2 #2 // "ђҐва®бЇҐЄвЁў­л©" ¤Ё «®Ј б €¬®Ґ­ ў BGII: ToB: v5.9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IEPBANTERS/IEPBANTERS.TP2~ #2 #4 // ЏҐаҐа Ў®в ­­лҐ Є®­д«ЁЄвл NPC: v5.9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IEPBANTERS/IEPBANTERS.TP2~ #2 #5 // ‚®ббв ­®ў«Ґ­­лҐ ¤Ё «®ЈЁ ЂҐаЁ/„¦ еҐ©ал/Ђ­®¬Ґ­   ў Ђ­¤Ґа¤ аЄҐ: v5.9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IEPBANTERS/IEPBANTERS.TP2~ #2 #8 // “бв ­®ўЁвм гбЄ®аЁвҐ«м ¤Ё «®Ј®ў?  (гЄ ¦ЁвҐ ўаҐ¬п Ї®пў«Ґ­Ёп ¤Ё «®Ј®ў) -> 20 ¬Ё­гв: v5.9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IEPBANTERS/IEPBANTERS.TP2~ #2 #3 // €бЇа ў«Ґ­­л© ¤Ё «®Ј ў а®¬ ­Ґ б Ђ­®¬Ґ­®¬  ( ўв®а David Gaider б ¤®Ў ў«Ґ­Ёп¬Ё Kulyok): v5.9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~NPCFLIRT/SETUP-NPCFLIRT.TP2~ #4 #0 // Aerie Flirt Pack For SOA: v1.07</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~NPCFLIRT/SETUP-NPCFLIRT.TP2~ #4 #2 // Aerie Flirt Pack For TOB: v1.07</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~NPCFLIRT/SETUP-NPCFLIRT.TP2~ #4 #4 // Jaheira Flirt Pack for SOA: v1.07</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~NPCFLIRT/SETUP-NPCFLIRT.TP2~ #4 #6 // Jaheira Flirt Pack for TOB: v1.07</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~NPCFLIRT/SETUP-NPCFLIRT.TP2~ #4 #8 // Viconia Flirt Pack for SOA: v1.07</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~NPCFLIRT/SETUP-NPCFLIRT.TP2~ #4 #10 // Viconia Flirt Pack for TOB: v1.07</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ITEMUPGRADE/ITEMUPGRADE.TP2~ #5 #0 // Shadows Of Amn Item Upgrades -> Original Version (new upgrades in a list): v52</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ITEMUPGRADE/ITEMUPGRADE.TP2~ #5 #1 // Throne Of Bhaal Item Upgrades -> Original Version (new upgrades in a list): v52</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HEARTWOOD/HEARTWOOD.TP2~ #1 #0 // Heart of the Wood (WeiDU version): 7.0.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TELEPORT/TELEPORT.TP2~ #2 #0 // "’Ґ«ҐЇ®ав" ¤«п BG2:SoA</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TELEPORT/TELEPORT.TP2~ #2 #1 // "’Ґ«ҐЇ®ав" ¤«п BG2:ToB</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~STUFFOFTHEMAGI/STUFFOFTHEMAGI.TP2~ #2 #0 // Stuff of the Magi -> Use new, less cheesy items AND Add them to creatures' equipment (recommended): 6.0.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RENAL/SETUP-RENAL.TP2~ #3 #0 // Sir Renal: 2.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SDMODS/SDMODS.TP2~ #1 #0 // Shed's Mods</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RUAD/RUAD.TP2~ #4 #0 // Ruad Ro'fhessa (SoA): v29.4.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~RUAD/RUAD.TP2~ #4 #10 // Ruad Ro'fhessa (ToB): v29.4.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ROLLES/ROLLES.TP2~ #0 #0 // Rolles Safyer: v5.0.5</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ROLLES/ROLLES.TP2~ #0 #10 // Bag of Holding in Irenicus Dungeon: v5.0.5</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~DRAGONSUMMON/DRAGONSUMMON.TP2~ #2 #0 // Red Dragon Summoning Spell: v2.1.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~MERSKSTORE/SETUP-MERSKSTORE.TP2~ #4 #0 // Mersetek: V1.3.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~KONTWK/SETUP-KONTWK.TP2~ #2 #0 // Wizard Slayer Enhancements</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~KONTWK/SETUP-KONTWK.TP2~ #2 #1 // Immunity HLA -> Abjuration</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~KONTWK/SETUP-KONTWK.TP2~ #2 #10 // Alignment Tweaks</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~KONTWK/SETUP-KONTWK.TP2~ #2 #11 // Rod of Refuge</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~KONTWK/SETUP-KONTWK.TP2~ #2 #13 // Butter Knife of Balduran</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-GRIMUARS_V4.1.TP2~ #1 #0 // Grimuars for BG2</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-GRIMUARS_V4.1.TP2~ #1 #1 // Additional Grimuars Store</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~DARRON/DARRON.TP2~ #5 #0 // Darron: v2.0.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BAGBONUS/BAGBONUS.TP2~ #1 #0 // Bonus Potioncase and Ammobelt to Deidre's store: v1.0.4</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CLIFFKEY/SETUP-CLIFFKEY.TP2~ #4 #1 // A Mod for the Orderly - Add a Keyring to Faerun! See readme for more details about the choices below. -> Consistency Plus version: v7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #0 // The Kidnapping of Boo by Cliffette: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #1 // The Suna Seni/Valygar Relationship: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #2 // Kalah and What He Was Promised: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #3 // "Cat and Mouse" (Bodhi hunts you in Spellhold) by Ghreyfain: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #4 // Gorje Hilldark and the Extended Illithium Quest: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #5 // The Pai'Na/Spider's Bane Quest: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #6 // Restored Crooked Crane Inn: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #7 // Restored Encounters: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #8 // Artemis Entreri in Bodhi's Lair: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #9 // Corrected "Xzar's Creations": v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #10 // Restored Hell Minions, by SimDing0: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #12 // Item Restorations: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #17 // Corrected Character Names and Biographies: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #18 // Restored Minor Dialogs: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #20 // Extended ToB Item Descriptions: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #21 // Throne of Bhaal Minor Restorations: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #22 // Justifier Kit: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #24 // Sarevok's Remorse: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~UB/SETUP-UB.TP2~ #6 #25 // Убийство Эктона Балтиса.: v28</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ALABASTERSANDS/ALABASTERSANDS.TP2~ #2 #0 // Alabaster Sands: the new area of Athkatla -> Yes, but don't patch existing save games: v1.7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOD/TOD.TP2~ #3 #0 // Tower of Deception: v4.0.8</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOD/TOD.TP2~ #3 #2 // Encounter with Ustrain: v4.0.8</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~WHITEQUEEN/WHITEQUEEN.TP2~ #2 #0 // Colours of Infinity - The White Queen -> Да, но не применять патч к существующим сохраненным играм.: 7.3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SELLSWORDS/SELLSWORDS.TP2~ #1 #0 // The Sellswords mod for Baldur's Gate II: v9.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SHARDSOFICE/SETUP-SHARDSOFICE.TP2~ #1 #0 // „аг¦Ў  ЇаҐўлиҐ ўбҐЈ®.: v7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SHARDSOFICE/SETUP-SHARDSOFICE.TP2~ #1 #1 // ‹оЎЁ¬ п бв вгнвЄ  ЉЁ®Ў®.: v7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TOTDG/TOTDG.TP2~ #6 #0 // –ўҐв  ЃҐбЄ®­Ґз­®бвЁ: ‘Є § ­Ёп ® ѓ«гЎЁ­­ле ‘ ¤ е -> Да, но не применять патч к существующим сохраненным играм.: 12.93</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~DW_LANTHORN/DW_LANTHORN.TP2~ #1 #10 // Restored Rhynn Lanthorn lens quest -> Classic Version (faithful restoration of cut content from the original game): Beta 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~JZ/JZ.TP2~ #2 #0 // The Jerry Zinger Show: v5.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INNERSHADE/SETUP-INNERSHADE.TP2~ #4 #0 // Colours of Infinity: Innershade -> Yes, but don't patch the existing save games: 11.12</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ISNF/ISNF.TP2~ #6 #0 // Colours of Infinity: I Shall Never Forget: 6.3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #0 // Lady Elgea's extended plot: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #1 // Anomen's extended plot: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #2 // Jerlia's Ore Shop: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #3 // Elven holy water in the Temple of Lathander: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #4 // Wave Blade in Treasury: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #6 // Bards can spend the night at the festival (Five Flagons): Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #7 // A bard for the bard stronghold: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #8 // Silver Sword: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~HIDDENADVENTURE/HIDDENADVENTURE.TP2~ #2 #9 // A Tunnel for Saradush: Beta_7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~EILISTRAEE/SETUP-EILISTRAEE.TP2~ #2 #0 // Eilistraee's Song -> Yes, but don't patch the existing save games: 7.5</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~DC/DC.TP2~ #1 #0 // Dungeon Crawl: v13.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BACKBRYNNLAW/BACKBRYNNLAW.TP2~ #1 #0 // Back to Brynnlaw mod for Baldur's Gate II: v9</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~TANGLEDISLE/TANGLEDISLE.TP2~ #1 #0 // The Tangled Oak Isle: the new area of Athkatla -> Yes, but don't patch existing save games: v4.5.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SOUTHERNEDGE/SOUTHERNEDGE.TP2~ #3 #0 // Southern Edge: the new district of Athkatla -> Yes, but don't patch the existing save games: 5.2</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~OOZE/OOZE.TP2~ #3 #0 // Ooze's Lounge: a new area under Athkatlan Slums: 2.94</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #0 // Restored Locations: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #1 // Restored Characters and Dialogs: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #2 // Restored Sounds: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #3 // Restored Items: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #5 // Restored XP for Minor Things: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #6 // Lich Deril: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #7 // Restored Random Encounters: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #8 // Minor Restorations: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #10 // Better Item Import: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #11 // Restored Final Slayer Dream: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ARESTORATIONP/ARESTORATIONP.TP2~ #10 #13 // Restored Waukeen's Promenade Cutscene: v10.0</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2ALTFONTS/SETUP-BG2ALTFONTS.TP2~ #0 #4 // BG2AltFonts -> 120% Italic Font</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #100 // Restore BG1 Spellcasting Voices: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #110 // Restore BG1 Spellcasting Sounds: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #130 // Restore BG1 Armor Sounds: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #160 // Restore Gulp Sound: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #170 // Restore Chunked Death Sound: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #189 // Enable Footsteps During Combat: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #230 // Restore & Tweak Soundsets: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #240 // More Existence Sounds: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~INFINITYSOUNDS/INFINITYSOUNDS.TP2~ #0 #250 // Tweak Existence Sound Delay: v2.0.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CHARLI/SETUP-CHARLI.TP2~ #3 #0 // Charli, the Middleman: v2.3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~A7-MAGICSTORE/A7-MAGICSTORE.TP2~ #2 #2 // Magic store of Vergadain -> Free of charge: 4.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~A7-MAGICSTORE/A7-MAGICSTORE.TP2~ #2 #10 // Alternate portrait for Ghostly Merchant: 4.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~A7-MAGICSTORE/A7-MAGICSTORE.TP2~ #2 #36 // Tweak item charges of the Magic Store (default: 3x/day) -> Unlimited charges: 4.1</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ESERIES/SETUP-ESERIES.TP2~ #4 #0 // eSeries: v3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~GMINION/SETUP-GMINION.TP2~ #0 #0 // gMinion: v3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~NOGAMEOVER/SETUP-NOGAMEOVER.TP2~ #1 #100 // Љ®­Ґж ЁЈал в®«мЄ® Ї®б«Ґ б¬ҐавЁ ўбҐ© Ї авЁЁ: 1.7</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~IIKEYNAMES/SETUP-IIKEYNAMES.TP2~ #3 #2001 // Key Names</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ZALNOYA/SETUP-ZALNOYA.TP2~ #1 #0 // ‡ «­®©п Ё ’Ґ­ҐўлҐ ў®ал</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~ZALNOYA/SETUP-ZALNOYA.TP2~ #1 #1 // €бЇа ў«Ґ­ЁҐ ®Ўлз­ле ўбваҐз б ў ¬ЇЁа ¬Ё</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~FREEACT/SETUP-FREEACT.TP2~ #4 #10 // PnP ‘ў®Ў®¤  „Ґ©бвўЁ©: v2</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~FREEACT/SETUP-FREEACT.TP2~ #4 #50 // ЋЎ­®ўЁвм ®ЇЁб ­Ёп ЇаҐ¤¬Ґв®ў Ё § Є«Ё­ ­Ё©: v2</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1 // Portraits for BG2 and ToB: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1300 // Portraits for Tower of Deception: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1320 // Portraits for Dungeon Crawl: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1330 // Portraits for BG2 Romantic Encounters: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1360 // Portraits for Tales of the Deep Gardens: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1410 // Portraits for Innershade: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1430 // Portraits for Eilistraees Song: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1470 // Portraits for Return to Brynnlaw: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1480 // Portraits for Sellswords: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1510 // Portraits for Zalnoya: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1530 // Portraits for Slandor (The Minotaur and Lilacor): v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #1590 // Portraits for ISNF (I Shall Never Forget): v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #5000 // Alternate Female Character-Creation Portraits: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~SETUP-NSCPORTRAITS.TP2~ #0 #5010 // Alternate Male Character-Creation Potraits: v3.0 BWP Fix 3</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #10 // Remove Helmet Animations: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #20 // Change Imoen's Avatar to Mage: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #50 // Avatar Morphing Script: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #60 // Weapon Animation Tweaks: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #90 // Disable Portrait Icons Added by Equipped Items: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #100 // Commoners Use Drab Colors: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #110 // Icon Improvements: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #130 // Force All Dialogue to Pause Game: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #140 // Fix Boo's Squeak: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #160 // Make Magic Shields Glow [plainab/grogerson]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #170 // Unique Icons [Lava] -> Only replace icons that aren't already unique: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #182 // Unique Containers [Miloch] -> Unique icons and names: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #190 // Use Character Colors Instead of Item Colors -> For all shields and helmets: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3151 // Remove Annoying Visual Effects from Equipped Items -> Remove all of the above: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1010 // More Interjections: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1020 // Alter HP Triggers for NPC Wounded Dialogues: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1040 // Improved Athkatlan City Guard: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1070 // Improved Multi-Player Kick-Out Dialogues: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1080 // Add Bags of Holding: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1120 // Stores Sell Higher Stacks of Items: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1160 // Multiple Strongholds [Sabre, Baldurdash, Weimer] -> No restrictions: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1170 // Bonus Merchants [Baldurdash]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1220 // Allow Cromwell to Upgrade Watcher's Keep Items: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1227 // Adjust Cromwell's Forging Time -> Full 24 hours (BG2EE default, includes sleep): v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #1230 // Allow Cespenar to Use Cromwell Recipes: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2040 // Universal Clubs: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2520 // Allow Mages to Use Bucklers and Thieves to Use Small Shields [Angel]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2060 // Weapon Styles for All: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2090 // Change Experience Point Cap -> Remove experience cap: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2100 // Allow Thieving and Stealth in Heavy Armor per PnP: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2120 // Allow Arcane Spellcasting in Heavy Armor: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2140 // Expanded Dual-Class Options: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2152 // Wear Multiple Protection Items -> Allow armor plus one protection item [Angel]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2161 // Alter Weapon Proficiency System -> BG-style weapon proficiencies, with weapon styles [the bigg]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2200 // Multi-Class Grandmastery [Weimer]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2210 // Change Grandmastery Bonuses -> True grandmastery [Baldurdash]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2220 // Change Magically Created Weapons to Zero Weight: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2240 // Un-Nerfed THAC0 Table: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2250 // Un-Nerfed Sorcerer Spell Progression Table: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2261 // Alter Mage Spell Progression Table -> PnP table: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2271 // Alter Bard Spell Progression Table -> PnP table: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2281 // Alter Cleric Spell Progression Table -> PnP table: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2294 // Alter Druid Spell and Level Progression Tables -> Use cleric level progression changes with pnp druid/cleric spell table: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2580 // Alter Wisdom-Based Divine Bonus Spell Table -> Use PnP/PsT Table: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2300 // Triple-Class HLA Tables: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2320 // Trap Cap Removal [Ardanis/GeN1e]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2330 // Remove Delay for Magical Traps [Ardanis/GeN1e]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2550 // Alter Gnome Mage Kit/Multi-Class Options -> Keep gnome illusionist multi-class, enable all kits for single-class: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2391 // Alter Paladin Spell Progression Table -> BG2-Style Progression (Up To Level Six Spells) [TotoR]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2401 // Alter Ranger Spell Progression Table -> BG2-Style Progression (Up To Level Five Spells) [TotoR]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2410 // Druids Use 3E Alignment Restrictions: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2420 // Loosen Equipment Restrictions for Cleric Multi- and Dual-Classes: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2430 // Change Equipment Restrictions for Druid Multi- and Dual-Classes -> Loosen equipment restrictions for druid multi- and dual-classes: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2500 // Exceptional Strength Weight Limit Changes [sarevok57]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2530 // Lightning Bolts Don't Bounce [Angel]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2540 // Speed Up de'Arnise Keep Stronghold Quests: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2560 // Allow Monks to Wear Helmets: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2620 // Make Certain Creatures Immune to Backstab/Sneak Attack [Luke]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #2999 // Max HP at Level One: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3000 // Higher HP on Level Up -> Maximum: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3008 // Allow HP Rolls Through Level 20 [Angel]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3010 // Maximum HP Creatures [the bigg] -> For all creatures in game: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3031 // Easy Spell Learning -> 100% learn spells and no maximum cap: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3040 // Make Bags of Holding Bottomless: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3083 // Increase Ammo Stack Size -> Stacks of 120: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3092 // Increase Jewelry, Gem, and Miscellaneous Item Stacks -> Stacks of 80: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3102 // Increase Potion Stacking -> Stacks of 80: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3112 // Increase Scroll Stacking -> Stacks of 80: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3121 // Happy Patch - Alter How Party NPCs Complain About Reputation -> NPCs can be angry about reputation but never leave [Salk]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3123 // NPCs Don't Fight: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3125 // Neutral Characters Make Happy Comments at Mid-Range Reputation [Luiz]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3160 // Keep Drizzt's Loot, Disable Malchor Harpell [Weimer]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3170 // No Drow Avatars On Party In Underdark [Weimer]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3176 // Accelerate/Decelerate Romances: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3183 // Romance Cheats [Sabre, Richardson, Weimer]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3190 // Rest Anywhere [japheth]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3191 // Disable Non-Hostile Rest Spawns: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3197 // Alter Hostile Rest Spawns -> Double frequency: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3200 // Sellable Items [icelus]: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3205 // Stores Purchase All Item Types: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3210 // Minimum Stats Cheat: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3220 // Sensible Entrance Points: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3260 // Recoverable Ammunition [argent77] -> 25% chance to recover after a successful hit: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3270 // Recoverable Throwing Weapons [argent77] -> 25% chance to recover after a successful hit: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3320 // No Depreciation in Stores: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3330 // Make Party Members Less Likely to Die Irreversibly: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #3343 // Increase Party Movement Speed and/or Casting Speed Outside of Combat [argent77] -> Movement speed by 50 percent and casting speed: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #4010 // Improved Fate Spirit Summoning: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #4020 // ToB-Style NPCs: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #4041 // Consistent Stats: Jaheira -> Use BG2 values: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #4050 // Change Jaheira to Neutral Good Alignment: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #4061 // Consistent Stats: Minsc -> Use BG2 values: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #4150 // Move Boo Into Minsc's Pack: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #7 #4180 // Removable NPC Items: v16</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #120 // Џ ­Ґ«м Ї®¤Ў®а  ЇаҐ¤¬Ґв®ў -> Џ®¤Ў®а б® ўбҐе Ў«Ё¦ ©йЁе вагЇ®ў ®¤­®© ®ЇҐа жЁҐ©: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #200 // Џ®¤бўҐзЁў ­ЁҐ ЁЄ®­ЄЁ ҐйҐ ­Ґ Ё§гзҐ­­®Ј® бўЁвЄ : 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #300 // ‘Єалў вм Є­®ЇЄг '‡ ЇЁб вм ¬ ЈЁо' ¤«п г¦Ґ Ё§гзҐ­­ле § Є«Ё­ ­Ё© Ё ¤«п § Є«Ё­ ­Ё© Їа®вЁў®бв®пйЁе иЄ®« ¬ ЈЁЁ: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #490 // Џ®Є § ЋзЄ®ў ‡¤®а®ўмп ­  NPC/ѓагЇЇҐ ЁЈа®Є  -> ‚бҐ NPC + ѓагЇЇ  ЁЈа®Є : 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #520 // Џ®Є § THAC0 Ё Љ®«ЁзҐбвў® ­ ­®бЁ¬ле Ї®ўаҐ¦¤Ґ­Ё© ­  нЄа ­Ґ ‘­ ап¦Ґ­Ёп -> ‡ ¤­Ё© д®­ ®в Sir-Kill: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #530 // Џ®Є § Љ®«ЁзҐбвў  ­ ­®бЁ¬ле Ї®ўаҐ¦¤Ґ­Ё© ­  нЄа ­Ґ ЏҐаб®­ ¦ : 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #600 // ‡ вҐ¬­Ґ­ЁҐ Ї®аваҐв®ў ЈагЇЇл ЇаЁ ЇҐаҐбв бЄЁў ­ЁЁ ЇаҐ¤¬Ґв®ў б ®Ја ­ЁзҐ­Ёп¬Ё + †Ґ«в п а ¬Є  Ґб«Ё ЏҐаб®­ ¦ б«ЁиЄ®¬ ¤ «ҐЄ® ¤«п ЇҐаҐ¤ зЁ ЇаҐ¤¬Ґв : 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #700 // Џ®Є §лў вм ®ЎйҐҐ §­ зҐ­ЁҐ Ўа®бЄ®ў ЄгЎЁЄ®ў е а ЄвҐаЁбвЁЄ ЇаЁ б®§¤ ­ЁЁ ЇҐаб®­ ¦ : 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #810 // †га­ « б® бў®а зЁў Ґ¬л¬Ё § ¤ ­Ёп¬Ё -> “ўҐ«ЁзҐ­­л© а §¬Ґа ®Є­  § ¤ ­Ёп: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #920 // ‘Ґал© д®­ ЁЈа®ў®Ј® нЄа ­  ЇаЁ ўЄ«озҐ­­®© Џ г§Ґ -> „®Ї®«­ЁвҐ«м­ п Ї®бв®п­­ п ЁЄ®­Є  + ЇҐаҐЄ«озҐ­ЁҐ Ј®апзҐ© Є« ўЁиҐ©: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #1000 // Ђўв®®вЄ«оз Ґ¬ п пзҐ©Є  ўв®а®© агЄЁ: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #1140 // Џ®Є §лў вм  ЄвЁў­лҐ нддҐЄвл ЇҐаб®­ ¦Ґ© ЇаЁ ­ ¦ вЁЁ Їа ў®© Є­®ЇЄЁ ¬лиЁ -> ќддҐЄвл б § Є«Ё­ ­Ё© Ё ЇаҐ¤¬Ґв®ў + ўлў®¤ ўаҐ¬Ґ­Ё ¤® ®Є®­з ­Ёп ¤Ґ©бвўЁп: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #1200 // ђ биЁаҐ­­лҐ б®®ЎйҐ­Ёп ® ЇаҐ¤¬Ґв е/§ ¤ ­Ёпе/§ Є«Ё­ ­Ёпе: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #1310 // „®Ї®«­ЁвҐ«м­л© вҐЄбв ® THAC0/‘Ї бЎа®бЄҐ/“а®­Ґ -> ’ЁЇ га®­  (аҐЄ®¬Ґ­¤гҐ¬л© ўлЎ®а): 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #1400 // ЌҐ ®зЁй вм пзҐ©ЄЁ § Є«Ё­ ­Ё© Ї®б«Ґ ®вЄ зЁў ­Ёп га®ў­Ґ©: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #1580 // Џ®Є § ЋзЄ®ў ‡¤®а®ўмп/’ҐЄгйҐЈ® „Ґ©бвўЁп ­  Ї®аваҐв е ЈагЇЇл -> ЋзЄЁ ‡¤®а®ўмп (ЇаЁ ­ ¦ вЁЁ 'tab') + ’ҐЄгйҐҐ „Ґ©бвўЁҐ (ўбҐЈ¤ ) (аҐЄ®¬Ґ­¤гҐ¬л© ўлЎ®а): 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #1740 // ‚а ЈЁ ¬®Јгв а бв «ЄЁў вм ЈагЇЇг ЁЈа®Є  ¤«п ®зЁбвЄЁ Їа®е®¤  (­ бва®©Є  б«®¦­®бвЁ) -> ‚а ЈЁ ­Ґ ¬®Јгв б¤ўЁ­гвм ЇҐаб®­ ¦  б® ‘”Ґа®© Otiluke Ё«Ё ¤агЈЁ¬ нддҐЄв®¬ г¤Ґа¦ ­Ёп: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #2040 // Џ®¤бўҐзЁў вм Ё­вҐа ЄвЁў­лҐ в®зЄЁ нЄа ­  -> ‚л§лў ойЁҐ нддҐЄвл + Џ®«Ґ§­ п Ё­д®а¬ жЁп + ЏҐаҐе®¤л ў ¤агЈЁҐ ®Ў« бвЁ + Џа®е®¤л зҐаҐ§ ¤ўҐам: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #2600 // “«гзиҐ­­л© Ё­вҐадҐ©б Њ Ј §Ё­®ў/Љ­ЁЈ/ЊҐиЄ®ў/Џ®пб®ў: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #2700 // Џ®¬Ґ­пвм ¬Ґбв ¬Ё Є­®ЇЄЁ '€§Ј­ вм ЌҐ¦Ёвм' Ё 'Љ а¬ ­­ п Єа ¦ ' ¤«п Є« бб  ‘ўпйҐ­­ЁЄ/‚®а: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #2900 // Џ ­Ґ«м аҐ¤ ЄвЁа®ў ­Ёп Џ®б«Ґ¤®ў вҐ«м­®бвҐ© ‡ Є«Ё­ ­Ё©: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3000 // ќЄа ­ ®ЇЁб ­Ёп ‡ Є«Ё­ ­Ё©/‚а®¦¤Ґ­­ле ‘Ї®б®Ў­®бвҐ© ЇаЁ ­ ¦ вЁЁ Їа ў®© Є­®ЇЄЁ ¬лиЁ (ўЄ«оз Ґв ЁбЇа ў«Ґ­Ёп ЁЄ®­®Є/cЇ®б®Ў­®бвҐ© ЇаҐ¤¬Ґв®ў/Ї®¤бЄ §®Є Ё вҐЄбвл ®ЇЁб ­Ё© (б)Prozh ): 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3100 // ЌҐ Ї®Є §лў вм ЁЄ®­ЄЁ ®б®ЎҐ­­®бвҐ© Є« бб /ЇаҐ¤¬Ґв®ў ­  Ї®аваҐв е ЈагЇЇл: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3320 // Њ аЄҐал ўлЎ®а  з«Ґ­®ў ЈагЇЇл а §­ле жўҐв®ў -> €бЄ«озЁвм § аҐ§ҐаўЁа®ў ­лҐ жўҐв  (Єа б­л©/Ј®«гЎ®©/¦Ґ«вл©/...): 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3400 // Ќ®ў®Ґ ЊҐ­о ўлЎ®а  § Є«Ё­ ­Ё©: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3500 // Љ ав  ¬Ёа  ­  Ї®«­го иЁаЁ­г нЄа ­ : 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3600 // Џ®Є §лў вм Ї« ў ойЁҐ Ё¬Ґ­  NPC (Є« ўЁи  'Alt'): 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3700 // Ђўв®ЇҐаҐЄ«озҐ­ЁҐ Є­ЁЈЁ § Є«Ё­ ­Ё© ¬Ґ¦¤г Њ Ј ¬Ё Ё ‘ўпйҐ­­ЁЄ ¬Ё: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3810 // ‚лў®¤ ¤®Ї®«­ЁвҐ«м­ле Ї а ¬Ґва®ў ­  нЄа ­Ґ ЏҐаб®­ ¦  (®Їмп­Ґ­ЁҐ, гбв «®бвм, г¤ з , ўаҐ¬п звҐ­Ёп § Є«Ё­ ­Ё©, thac0 Ў®­гбл ­ ўлЄ®ў) -> Џ®Є §лў вм ўбҐЈ¤ : 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #3910 // ‚ла ў­Ёў ­ЁҐ Ја®¬Є®бвЁ §ўгЄ®ў -> ‚бҐ §ўгЄЁ, ўЄ«оз п нддҐЄвл: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #4000 // „®Ў ў«пвм б®бв®п­ЁҐ Џ г§л ў б®еа ­Ґ­­лҐ ЁЈал: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #4280 // ‡ўгЄЁ BG2(ЎҐ§ д®­®ў®Ј® нддҐЄв /иг¬ ) ¤«п ўл§®ў  ‚а®¦¤Ґ­­ле ‘Ї®б®Ў­®бвҐ©: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #4400 // EAX/DirectSound3D н¬г«пв®а ­  Ў §Ґ DSOAL: 5.6</span></span><br />
<span style="color: #303f50;" class="mycode_color"><span style="font-family: 'Open Sans', sans-serif;" class="mycode_font">~BG2IMPROVEDGUI/BG2IMPROVEDGUI.TP2~ #1 #4500 // ЏаҐаў вм/Џа®¤®«¦Ёвм §ўгз ­ЁҐ вҐЄгйЁе §ўгЄ®ў Є®Ј¤  ЁЈа  ЇҐаҐе®¤Ёв ў аҐ¦Ё¬ Ї г§л: 5.6 </div></div></div></span></span>]]></content:encoded>
		</item>
	</channel>
</rss>