[Bug] Crash bei Zufallsbegegnungen

Wilhelm

Member
Registriert
30.11.2009
Beiträge
83
sollte jetzt ganz normal klappen, sie wird dann halt nur nichts anhaben ;) (also einfach normal warten bis sie als zufallsbegegnung auftaucht)
Wenn du willst kannst du ihr auch wieder ihr Inventar Schritt für Schritt wieder geben, bis du den Fehler gefunden hast.
(ich vermute mal die Schuhe sind das Problem
00004: ~AURORA/SETUP-AURORA.TP2~ 2 0 // Auroras ausgesuchte Abeteurergaloschen: v5
)
 
Zuletzt bearbeitet:

Fabolir

Junior Member
Registriert
23.04.2013
Beiträge
14
Solche Schuhe hatte sie bei mir gar nicht.
Es war das Kurzschwert +2!
Mist, hätte ich gebrauchen können, aber bin ja noch am Anfang, da findet sich noch einiges. :)
 

Nalfein

Der Finstere
Registriert
10.10.2003
Beiträge
5.107
Schau mal ob das Schwert ( genaue Bezeichner findest du im IE) im override vorhanden ist, und falls- es zu loeschen. Einfach umbenennen reicht auch zB schwert.itm zu schwert.itm.bak

Dann entweder die Zufallsbegegnung nochmal spielen, im Originalzustand.
Falls das Schwert gemodded wurde hat sie nun beim Ableben die urspruengliche Version des Schwertes dabei :)

Wenn du kein save mehr hast, kannst du es dir auch einfach direkt ins Inventar cheaten.
 

Fabolir

Junior Member
Registriert
23.04.2013
Beiträge
14
Im override finde ich es nicht, werder unter seinem Namen "Arbane's Sword +2", noch unter der bezeichnung SW1H27.ITM
 

Wedge

Wedgetarian
Registriert
04.07.2007
Beiträge
9.373
Das ist nicht verwunderlich, weil du ~GENERALIZED_BIFFING/GENERALIZED_BIFFING.TP2~ #0 #0 // Generalized Biffing: v2.2 installiert hast.
 

Nalfein

Der Finstere
Registriert
10.10.2003
Beiträge
5.107
Eine weitere Moeglichkeit waere das dir jemand eine ungemoddete Version des Schwertes mit dem NI extrahiert und dir zukommen laesst.
Wenn du die in den Override packst, sollte sie vorraengig geladen werden?
Oder aendert das BIFing daran etwas?
 

Sir Darian

Ritter des Helm
Registriert
01.04.2000
Beiträge
33.906
Hmmm... *grübel*

Nein, Nalfein, Du hast schon recht. Der Override Ordner ist immer vorrangig, also sollte Dein Vorschlag schon funktionieren.
 

Fabolir

Junior Member
Registriert
23.04.2013
Beiträge
14
Also, ich denke ich komme auch ohne das Schwert klar, da muss sich jetzt nicht extra jemand die mühe machen.
Falls doch Probiere ich es mal aus. Bin zwar jetzt schon weiter, aber kann sie mir dann ja nochmal hercheaten.
 

Calahan

Senior Member
Registriert
22.06.2013
Beiträge
268
Hallo,

ich weiß nicht, wie das hier gehandhabt wird, ob ich lieber einen neuen Thread hätte aufmachen sollen, ich versuche es erst mal hier.

Und zwar habe ich auch einen Absturz in der Reise bei "Feinde haben Euch überrascht". Gespeichert und geladen wird voll, aber wenn dann das Bild erscheinen soll, stürzt es ab. Und zwar sowohl innerhalb der Stadt, als auch wenn ich sie verlassen will. Ohne "Feinde" kein Problem.

http://abload.de/img/consolepijvz.png

Habe mit NI schon wie oben beschrieben folgendes angeschaut:

AR0041 Random Encounter City
AR0042 Random Encounter Outdoor
AR0045 Random Encounter City
AR0046 Random Encounter City (bridge)

weiß jetzt aber nicht weiter. Die oben genannten Charaktere finde ich bei mir nicht.

(Wollte bsw den Inhalt von AR0041.bcs zeigen, aber dort geht kein kopieren?)
 
Zuletzt bearbeitet von einem Moderator:

Calahan

Senior Member
Registriert
22.06.2013
Beiträge
268
Wie bitte?

Was müsste ich denn finden?

EDIT: Sonst gib mir doch bitte einen Tipp, wen oder was ich finden muss.

Ich habe das Problem, das ich in und außerhalb Athkathla nicht reisen kann. Wenn Du nur einen Funken Interesse hast, dann gib mir bitte eine Hilfe.

Ansonsten ... weiß ich nicht.
 
Zuletzt bearbeitet:

Lich

Senior Member
Registriert
14.09.2007
Beiträge
1.560
@kein kopieren aus bcs-Dateien
Türlich geht das. Man sollte sich nie auf eventuell vorhanden Kontextmenüoptionen verlassen, sondern einfach immer mit Strg+C (kopieren) und Strg+V (einfügen) arbeiten.
Dann klappts auch mit der bcs-Datei.

@was du nicht findest
in den BG2 random encounter Gebieten wirst du nie irgendwelche actors in NI finden. Es läuft alles über die jeweiligen bcs-Dateien.
Dort sind auch die ganzen entsprechenden NPCs aufgelistet.

Lich
 

Calahan

Senior Member
Registriert
22.06.2013
Beiträge
268
Code:
IF
	GlobalTimerExpired("D0HarperCrierRevenge","GLOBAL")
	!Global("D0HarperCrierRevenge2","GLOBAL",1)
	GlobalGT("RandomEncounters","GLOBAL",2)
	!InParty("Jaheira")
THEN
	RESPONSE #100
		SetGlobal("D0HarperCrierRevenge2","GLOBAL",1)
		CreateCreature("D0QPHAR1",[222.664],8)
		CreateCreature("JAHEI4",[261.619],6) // Harfner
		CreateCreature("JAHEI4",[268.567],4) // Harfner
		CreateCreature("JAHEI3",[301.613],14) // Harfner
END

IF
	OnCreation()
	GlobalGT("RandomEncounters","GLOBAL",1)
	Global("DMWWRandomTravelers","GLOBAL",0)
	GlobalGT("chapter","GLOBAL",5)
THEN
	RESPONSE #100
		SetGlobal("DMWWRandomTravelers","GLOBAL",1)
		CreateCreature("RERAK01",[488.558],10) // Reisender
		CreateCreature("RERAK02",[500.454],10) // Reisender
		CreateCreature("RERAK03",[552.476],10) // Reisender
		CreateCreature("RERAK04",[427.548],10) // Reisender
		CreateCreature("RERAK05",[525.591],10) // Reisender
		CreateCreature("RERAK06",[585.542],10) // Reisender
END

So sieht es bei allen, die ich oben genannte Areas aus.

Wie ich das verstanden habe, nennen sich NPCs ohne "Re". Aber wer ist "Rak"? Und es scheinen ja mehrere zu sein?
 
Zuletzt bearbeitet:

Lich

Senior Member
Registriert
14.09.2007
Beiträge
1.560
Ich glaube ich habe den Fehler gefunden:
Aus der documentation von infinity animations:

- Uses the original Baldur's Gate character animations as specified
- The last option is "most" instead of "all" because certain creatures are excluded
- These include creatures with scimitars, katanas or anything other than a shield in the offhand slot (or related proficiencies) since BG1 did not have these animations
- Use with caution in the case of joinable NPCs: it will avoid any characters with the two weapon proficiency or a second weapon equipped, but do not try to dual wield

Relevanter Teil von mir hervorgehoben. Ich gehe mal stark davon aus, dass sowohl du Calahan, als auch Fabolir, neben Infinity Animations auch Item Revisions installiert hat.

Item Revisions und/oder 1pp fügt neue Animationen für Waffen hinzu - Flammenschwert und eine Kurzschwertversion derselben - SW1H27, Arbanes Schwert, bekommt hierbei die Kurzschwertversion der Flammenschwertanimation verpasst.
BG1 Animationen dafür gibt es jedoch nicht -> Crash wegen der Animation


Ein temporärer Fix den man selbst vornehmen kann:
In NI die Animation von RESUNA.CRE (Suna Seni )von L_FIGHTER_FEMALE_ELF auf FIGHTER_FEMALE_ELF ändern, dann sollte es auch keine Abstürze mehr geben.

Langfristig gibt's ein paar Lösungen:
- Infinity Animations patcht keine Kreaturen die eine entsprechende Waffe führen, funktioniert ja offensichtlich auch für Katanas, Krummsäbel und 2Waffenkämpfer.
- Erephine erbarmt sich und erschafft den heiligen Moddinggral: BG1 Animationen für alle neuen Waffenanimationen und 2Waffenkampf
- Im BWP wird die BG1 Animationskomponente automatisch nicht installiert wenn die entsprechende 1pp Komponente installiert ist.

Ich werds entsprechend weiterleiten.

Lich
 

Calahan

Senior Member
Registriert
22.06.2013
Beiträge
268
Boh klasse.

Hat tatsächlich geholfen. Vielen Dank :)
 
Zuletzt bearbeitet:

Nakor

Member
Registriert
24.06.2013
Beiträge
37
Hallo, erstes Posting!^^

Da ihm ja erfolgreich geholfen wurde möchte ich diesen Thread nutzen, da mein Problem sehr verwandt erscheint.

RE CTD in Athkatla. Ladebildschirm fertig, beim Wechsel zur Karte ASsertion failure.

Ich habe NI geladen, versucht zu benutzen ABER: der findet die creature.bif nicht. Genausowenig wie die meisten anderen. Im Gesamten kann ich vielleicht 1% aller aufgelisteten Dateien ansehen. Der Rest scheitert an der Suche nach data/xxxx.bif. Könnte daran liegen, dass in meinem [riesen installation, black isle ordner in c] bg ordner kein data ordner vorhanden ist. Seltsam oder was?

Ich habe mehrere POrobleme beim Spielen von BG. das ist aber der bisher einschneidenste. Ich hasse die Random Encounters eh, aber da Jaheira da ne Quest bekommt, möchte ich doch eher ungern darauf verzicvhten. Anyways, ist das irgendwie möglich?

Falls irgendwer noch einen Kniff kennt: ich glaube unendliche Schleifen sind daran schuld das ich immer wieder 'Abstürze' oder zumindest sehr sehr sehr lange Lags habe. Das glaube ich deshalb weil zB SAves vs Spell etc oft in 10 facher ausfertigung im Chat auftauchen. Ausserdem steht da auch immer: contingency spell cant be used multiple times on xxxx, sinngemäß. Nicht so wild. Beim ewigen durchsuchen des Internets hab ich jedenfalls für keine dieser Probleme eine Lösung gefunden.

Installiert habe ich mit BWP, und habe versucht möglichst nur ungefährliche Mods zu installieren. Sind aber trotzdem viele geworden. U.A. TDD. BG1 konnte ich trotz Problemen durchzocken, jetzt bin ich eben anfang athkatla.

Wenn mir geholfen werden könnte (RE CTD wichtig!) wäre ich sehr sehr dankbar!

Schönen Tag euch!
 

Lich

Senior Member
Registriert
14.09.2007
Beiträge
1.560
Dann bräuchten wir mal deine WeiDU.log (liegt im Hauptverzeichnis von BG2).

Die andere Sache bezüglich fehlender bif-Dateien:
Du hast nicht in Programme installiert?
Die Pfadangaben in deiner Baldur.ini stimmen?
Die bifs lassen sich auch nirgendwo sonst auffinden?

Lich
 

Nakor

Member
Registriert
24.06.2013
Beiträge
37
Du hast nicht in Programme installiert?
-Wie schon geschrieben,ja.
Die Pfadangaben in deiner Baldur.ini stimmen?
-Keine Ahnung, müssten doch aber, sonst würde ich doch sonst auch nichts spielen können?
Die bifs lassen sich auch nirgendwo sonst auffinden?
- Soweit ich weiss, hab ich den gesamten PC durchforstet.

WeiDu.log kommt bald.


P.S. NOchwas was mir eben beim Spielen aufgefallen ist: Die Retizitationen der Zauberer beim Zaubern hören oft (immer?) nach wenigen 'Worten' auf. Der restliche Zaubersound passt. Nicht wichtig, stört nur manchmal die Atmo.

Weidu.log 1
// Log of Currently Installed WeiDU Mods
// The top of the file is the 'oldest' mod
// ~TP2_File~ #language_number #component_number // [Subcomponent Name -> ] Component Name [ : Version]
~SETUP-WEIDU.TP2~ #0 #0 // 23100
~SETUP-BWS.TP2~ #0 #0 // 20130430
~SETUP-BWS-URL.TP2~ #0 #0 // 20130508005847
~SETUP-BWFIXPACK.TP2~ #0 #0 // BiG World Fixpack-11.3.7.7z
~SETUP-BWTRIMPACK.TP2~ #0 #0 // BiG World Borkpack-v11.3.4.7z
~SETUP-BWINSTALLPACK.TP2~ #0 #0 // BiG World Installpack-11.3.9.7z
~TOBEX/TOBEX.TP2~ #0 #100 // TobEx - Core: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #101 // Apply Concentration Check On Damage [WIP]: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #102 // Awaken On Damage: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #103 // Blindness As Spell Description: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #105 // No Spell Interruption On Zero Damage: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #107 // Allow All Races to Dual Class: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #108 // Allow Equipping Armor in Combat: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #109 // Disable Experience Boost: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #110 // Disable Force Inventory Pause: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #111 // Disable Silence On Charm: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #112 // Level One Proficiency Restrictions: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #113 // Remain Hidden On Pickpocket Success [C]: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #114 // Rest Spawns Advance Time: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #115 // Dialogue Greeting Subtitles: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #116 // Enable Animation Attack Sounds: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #117 // Universal Four Inventory Weapon Slots: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #118 // Subtitles For Standard Soundsets: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #120 // Drop Inventory on Disintegrate: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #121 // Drop Inventory on Frozen Death: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #122 // Drop Inventory on Stone Death: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #123 // Enable Auto-Pause On All Screens: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #124 // Make All Attack Animations Genuine Attacks: Beta 0025
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #0 // BG2 Fixpack - Core Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #1000 // BG2 Fixpack - Game Text Update -> GTU Light (by Wisp): v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #3 // BETA Core Fixes (please check the readme!): v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #100 // Party Gets XP for Sending Keldorn to Reconcile With Maria: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #101 // Improved Spell Animations: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #102 // Cromwell's Forging Actually Takes a Day: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #103 // Mixed-Use Dagger Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #104 // Ghreyfain's Holy Symbol Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #106 // Giants Receive Penalties When Attacking Halflings, Dwarves, and Gnomes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #107 // Remove Dual-Classing Restriction from Archers and Stalkers: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #108 // Remove Second Attribute Bonus for Evil Path in Wrath Hell Trial: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #109 // Corrected Summoned Demon Behavior: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #110 // Additional Script Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #111 // Bard Song Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #112 // Wizard Slayers Cause Miscast Magic on Ranged Attacks: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #113 // Additional Alignment Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #114 // Change Free Action to Protect Against Stun: v10
~1PP.TP2~ #0 #0 // One Pixel Productions: v2 Everything but Potions (1): v2.7 BWP Fix
~1PP.TP2~ #0 #2 // One Pixel Productions: v3 Flaming Swords (3): v2.7 BWP Fix
~1PP.TP2~ #0 #7 // One Pixel Productions: v3 Legacy Shields - Bucklers (D1) (8): v2.7 BWP Fix
~1PP.TP2~ #0 #8 // One Pixel Productions: v3 Legacy Shields - Small Shields (D2) (9): v2.7 BWP Fix
~1PP.TP2~ #0 #9 // One Pixel Productions: v3 Legacy Shields - Medium Shields (D3) (10): v2.7 BWP Fix
~SETUP-TDD.TP2~ #0 #0 // The Darkest Day, v1.14: v1.14
~SETUP-TDD.TP2~ #0 #1 // TDD Character Kits: v1.14
~SETUP-BGT.TP2~ #0 #0 // Baldur's Gate Trilogy - Core: 1.18 (28 Apr 13)
~JONDALARFIX/SETUP-JONDALARFIX.TP2~ #0 #0 // Jondalar Fix for BGT
~TXTMUSIC/TXTMUSIC.TP2~ #0 #0 // Restored Textscreen Music for BG1TuTu, EasyTutu, and BGT-WeiDU: 9 (22 Mar 13)
~SETUP-TS.TP2~ #0 #1 // ANIMATIONS. Please don't install this component if you have already installed OR are going to install the NEVER ENDING JOURNEY 2.: v7.04 BWP Fix
~SETUP-TS.TP2~ #0 #2 // GRAPHICAL USER INTERFACE (GUI). This component adds new GUI to your original BG2. Please don't install this component if you have already installed OR are going to install the NEVER ENDING JOURNEY 2.: v7.04 BWP Fix
~DSOTSC/SETUP-DSOTSC.TP2~ #0 #5 // DSotSC for BGT-Weidu: v 2.17
~DSOTSC/SETUP-DSOTSC.TP2~ #0 #100 // Dark Side Interparty Banter: v 2.17
~DSOTSC/SETUP-DSOTSC.TP2~ #0 #200 // Extended NPC Soundsets -> Additions only: v 2.17
~DSOTSC/SETUP-DSOTSC.TP2~ #0 #400 // Alternate Bardo Portrait: v 2.17
~DSOTSC/SETUP-DSOTSC.TP2~ #0 #410 // Alternate Bub Snikt Portrait: v 2.17
~DSOTSC/SETUP-DSOTSC.TP2~ #0 #420 // Alternate Conchobhair Portrait: v 2.17
~DSOTSC/SETUP-DSOTSC.TP2~ #0 #430 // Alternate CuChoinneach Portrait: v 2.17
~DSOTSC/SETUP-DSOTSC.TP2~ #0 #440 // Alternate Ferthgil Portrait: v 2.17
~DSOTSC/SETUP-DSOTSC.TP2~ #0 #450 // Alternate Jet'laya Portrait: v 2.17
~DSOTSC/SETUP-DSOTSC.TP2~ #0 #460 // Alternate Keiria Portrait: v 2.17
~DSOTSC/SETUP-DSOTSC.TP2~ #0 #470 // Alternate Skeezer Portrait: v 2.17
~DSOTSC/SETUP-DSOTSC.TP2~ #0 #480 // Alternate Thorfinn Portrait: v 2.17
~BGQE/SETUP-BGQE.TP2~ #0 #0 // Baldur's Gate Mini-Quests and Encounters Mod: 8.1
~SETUP-TGC1E.TP2~ #0 #0 // The Grey Clan Episode One: In Candlelight, BGT-WeiDU edition v1.8 -> Normal edition
~SETUP-SIRINESCALL.TP2~ #0 #0 // The Lure of the Sirine's Call: v11
~SOA/SETUP-SOA.TP2~ #0 #0 // The Stone of Askavar: 1.8
~SETUP-AC_QUEST.TP2~ #1 #0 // Ascalon's Questpack: Content for BG 1: 1.01
~BG1NPC.TP2~ #0 #0 // The BG1 NPC Project: Required Modifications: v20
~BG1NPC.TP2~ #0 #1 // The BG1 NPC Project: Banters, Quests, and Interjections: v20
~BG1NPC.TP2~ #0 #2 // The BG1 NPC Project: Give Edwin his BG2 portrait: v20
~BG1NPC.TP2~ #0 #3 // The BG1 NPC Project: Give Imoen her BG2 portrait: v20
~BG1NPC.TP2~ #0 #4 // The BG1 NPC Project: Give Jaheira her BG2 portrait: v20
~BG1NPC.TP2~ #0 #5 // The BG1 NPC Project: Give Minsc his BG2 portrait: v20
~BG1NPC.TP2~ #0 #6 // The BG1 NPC Project: Give Viconia her BG2 portrait: v20
~BG1NPC.TP2~ #0 #7 // The BG1 NPC Project: Kivan's "Kivan and Deheriana Companions" portrait: v20
~BG1NPC.TP2~ #0 #8 // The BG1 NPC Project: Add Non-Joinable NPC portraits to quests and dialogues: v20
~BG1NPC.TP2~ #0 #9 // The BG1 NPC Project: Ajantis Romance Core (teen content): v20
~BG1NPC.TP2~ #0 #10 // The BG1 NPC Project: Branwen's Romance Core (teen content): v20
~BG1NPC.TP2~ #0 #11 // The BG1 NPC Project: Coran's Romance Core (adult content): v20
~BG1NPC.TP2~ #0 #12 // The BG1 NPC Project: Dynaheir's Romance Core (teen content): v20
~BG1NPC.TP2~ #0 #13 // The BG1 NPC Project: Shar-Teel Relationship Core (adult content): v20
~BG1NPC.TP2~ #0 #14 // The BG1 NPC Project: Xan's Romance Core (teen content): v20
~BG1NPC.TP2~ #0 #15 // The BG1 NPC Project: Female Romance Challenges, Ajantis vs Xan vs Coran: v20
~BG1NPC.TP2~ #0 #17 // The BG1 NPC Project: Alora's Starting Location -> Alora Starts in the Hall of Wonders: v20
~BG1NPC.TP2~ #0 #25 // Jason Compton's Accelerated Banter Script: v20
~BG1NPC.TP2~ #0 #27 // The BG1 NPC Project: Bardic Reputation Adjustment: v20
~BG1NPC.TP2~ #0 #30 // The BG1 NPC Project: Sarevok's Diary Adjustments -> SixofSpades Extended Sarevok's Diary: v20
~BG1NPC.TP2~ #0 #200 // The BG1 NPC Project: Player-Initiated Dialogues: v20
~BG1NPCMUSIC/BG1NPCMUSIC.TP2~ #0 #0 // The BG1 NPC Project Music Pack -> Install All Audio: v5
~SETUP-INDINPC.TP2~ #0 #0 // Indira NPC for BGT-WeiDU
~XANBG1FRIEND/SETUP-XANBG1FRIEND.TP2~ #0 #0 // Xan's friendship path for BG1, v6
~CORANBGFRIEND/CORANBGFRIEND.TP2~ #0 #0 // Coran's Extended BG Friendship Talks, v1, October 20, 2007: v3
~AJANTISBG1/SETUP-AJANTISBG1.TP2~ #0 #0 // Installs Ajantis BG1 Expansion Modification: 6
~AJANTISBG1/SETUP-AJANTISBG1.TP2~ #0 #1 // Install custom portrait for Ajantis: 6
~SETUP-ACBRE.TP2~ #1 #0 // Breagar: Content: 6.09
~SETUP-FINCHNPCV3.TP2~ #0 #0 // Finch NPC for Tutu v3.0: BGT Conversion v1.1
~BG1UB/SETUP-BG1UB.TP2~ #0 #0 // Ice Island Level Two Restoration: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #1 // The Mysterious Vial: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #2 // Additional Elminster Encounter: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #8 // Safana the Flirt: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #9 // Appropriate Albert and Rufie Reward: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #10 // Place Entar Silvershield in His Home: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #11 // Scar and the Sashenstar's Daughter: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #12 // Quoningar, the Cleric: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #13 // Shilo Chen and the Ogre-Magi: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #14 // Edie, the Merchant League Applicant: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #15 // Flaming Fist Mercenary Reinforcements: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #16 // Creature Corrections: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #17 // Creature Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #18 // Creature Name Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #19 // Minor Dialogue Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #20 // Audio Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #21 // Store, Tavern and Inn Fixes and Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #22 // Item Corrections and Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #23 // Area Corrections and Restorations: v13_120121
~BG1UB/SETUP-BG1UB.TP2~ #0 #24 // Permanent Corpses: v13_120121
~KTWEAKS/SETUP-KTWEAKS.TP2~ #0 #1 // Add BG1 missing normal & magical weapons: v1.06
~KTWEAKS/SETUP-KTWEAKS.TP2~ #0 #2 // Add BG1 missing unique weapons: v1.06
~KTWEAKS/SETUP-KTWEAKS.TP2~ #0 #3 // Randomized assignment of BG1 missing unique weapons: v1.06
~KTWEAKS/SETUP-KTWEAKS.TP2~ #0 #301 // RP fixes: v1.06
~ITEM_REV/ITEM_REV.TP2~ #0 #0 // Item Revisions by Demivrgvs: V3 Beta 1.13
~ITEM_REV/ITEM_REV.TP2~ #0 #1 // Masterwork Weapons: V3 Beta 1.13
~TOA/SETUP-TOA.TP2~ #1 #1 // Tales of Anegh (Weidu): v2.4
~TOA/SETUP-TOA.TP2~ #1 #10 // Creature Balancing: v2.4
~TOA/SETUP-TOA.TP2~ #1 #20 // AREA Balancing: v2.4
~TOA/SETUP-TOA.TP2~ #1 #30 // Dialog & Script Balancing: v2.4
~TOA/SETUP-TOA.TP2~ #1 #40 // Stores Balancing: v2.4
~TOA/SETUP-TOA.TP2~ #1 #50 // Item Balancing: v2.4
~GBTHFKP/GBTHFKP.TP2~ #0 #0 // Expanded Thief Stronghold: v2.20
~AJOCMOD/SETUP-AJOCMOD.TP2~ #0 #0 // AjocMod Weidu: v1.6.5
~SETUP-PLANARSPHEREMOD.TP2~ #0 #0 // PlanarSphereMod v2.6a: v2.6e BWP Fix
~SETUP-PLANARSPHEREMOD.TP2~ #0 #1 // Planar Sphere Store: v2.6e BWP Fix
~SETUP-PLANARSPHEREMOD.TP2~ #0 #2 // Waukeen's Promenade Store: v2.6e BWP Fix
~SETUP-PLANARSPHEREMOD.TP2~ #0 #3 // Planar Sphere Return v2: v2.6e BWP Fix
~TB#QUEST/TB#QUEST.TP2~ #0 #0 // The curse of Mprolla the spammer: 2.04 BWP Fix
~TB#QUEST/TB#QUEST.TP2~ #0 #2 // A large battle: 2.04 BWP Fix
~TB#QUEST/TB#QUEST.TP2~ #0 #3 // Underdark Mage Duel: 2.04 BWP Fix
~C#SB_SILBER/SETUP-C#SB_SILBER.TP2~ #0 #0 // Adalon's Blood - Modification for BGII by Gandalf the white: 10
~SETUP-SPGAUNT.TP2~ #0 #0 // Spellhold Gauntlet
~SETUP-SPGAUNT.TP2~ #0 #1 // Irenicus Waiting in Spellhold
~SETUP-SPGAUNT.TP2~ #0 #3 // Interjections for Spellhold Gauntlet (dialogue by Liam)
~TOD/SETUP-TOD.TP2~ #0 #0 // Tower Of Deception Mod (Requires Throne Of Bhaal): v3.3.1 BWP Fix
~DC/SETUP-DC.TP2~ #0 #0 // Dungeon Crawl, v5
~ASSASSINATIONS/SETUP-ASSASSINATIONS.TP2~ #0 #0 // Assassinations mod for Baldur's Gate II, v9
~TOTDG/SETUP-TOTDG.TP2~ #0 #0 // Colours of Infinity: Tales of the Deep Gardens
~TOTDG/SETUP-TOTDG.TP2~ #0 #1 // NPC Reactions (Aerie, Viconia, Jaheira, Anomen, Haer'Dalis, Keldorn)
~TOTDG/SETUP-TOTDG.TP2~ #0 #2 // Add Deep Gardens to the Worldmap - suggested component. If this component can't be installed due to incompatibilities, skip it.
~INNERSHADE/SETUP-INNERSHADE.TP2~ #0 #0 // Colours of Infinity: Innershade
~INNERSHADE/SETUP-INNERSHADE.TP2~ #0 #2 // Talks for original Bioware NPCs
~INNERSHADE/SETUP-INNERSHADE.TP2~ #0 #6 // Add Innershade to Worldmap (You *must* pick one of these components, otherwise the mod won't run as it should.) -> Add Innershade to BP-BGT-Worldmap.
~WHITEQUEEN/WHITEQUEEN.TP2~ #0 #0 // Colours of Infinity - The White Queen
~ISNF/ISNF.TP2~ #0 #0 // Colours of Infinity: I Shall Never Forget
~SETUP-EBG2.TP2~ #0 #0 // Additional merchant with new items: v1.1
~SETUP-EBG2.TP2~ #0 #1 // Interjections: v1.1
~SETUP-EBG2.TP2~ #0 #2 // Tomes and manuals: v1.1
~SETUP-EBG2.TP2~ #0 #4 // Additional portraits: v1.1
~SETUP-EBG2.TP2~ #0 #5 // Lost item descriptions: v1.1
~SETUP-EBG2.TP2~ #0 #6 // Dragonsuit & Glory of Balduran (ToB): v1.1
~SETUP-EBG2.TP2~ #0 #7 // New racial enemies: v1.1
~SETUP-EBG2.TP2~ #0 #18 // Miscellaneous tweaks: v1.1
~SETUP-AMBER.TP2~ #0 #0 // Amber the NPC MOD for BGII:SoA: v2.6 BWP Fix
~C#AJANTIS_SVA/SETUP-C#AJANTIS_SVA.TP2~ #1 #0 // Sir Ajantis NPC for BGII-SoA: open Beta 0.2.22
~SETUP-KIVAN.TP2~ #0 #0 // Kivan of Shilmista: v13
~SETUP-KIVAN.TP2~ #0 #2 // Select Deheriana's Class -> Wild Mage: v13
~SETUP-KIVAN.TP2~ #0 #6 // Select Kivan's Portrait -> Install Herd's Alternative Portrait for Kivan.: v13
~SETUP-KIVAN.TP2~ #0 #7 // Install ToB Portion of the Mod: v13
~SETUP-KIDO.TP2~ #0 #0 // Kido the Jester (Requires Throne of Bhaal): v7.0 BWP Fix
~SETUP-KIDO.TP2~ #0 #3 // Which of Kido's portraits do you wish to install? -> Kido's old portraits (of version 1.0 till 2.1)?: v7.0 BWP Fix
~SETUP-ARIENA.TP2~ #0 #0 // Ariena the Half-orc (Requires Throne of Bhaal): v2.2 BWP Fix
~SETUP-ARIENA.TP2~ #0 #1 // Which of Ariena's portraits do you wish to install? -> Default portraits?: v2.2 BWP Fix
~XAN/SETUP-XAN.TP2~ #0 #0 // Xan NPC MOD for Baldur's Gate II, v10
~XAN/SETUP-XAN.TP2~ #0 #3 // Install alternate class for Xan? -> Change Xan's class to Sorcerer
~XAN/SETUP-XAN.TP2~ #0 #5 // BG1-style flaming swords
~XANBG2VOICE/SETUP-XANBG2VOICE.TP2~ #0 #0 // Xan's BG2 voice for BG1, v2
~AURENASEPH/SETUP-AURENASEPH.TP2~ #0 #0 // Auren Aseph V7.2 for BG2:ToB
~TIAX/SETUP-TIAX.TP2~ #0 #0 // Tiax NPC MOD for Baldur's Gate II, v1
~SARAHTOB/SETUP-SARAHTOB.TP2~ #0 #0 // Sarah NPC Romance Mod for BG2:ToB: 3.1 BWP Fix
~ANGELO/SETUP-ANGELO.TP2~ #0 #0 // Angelo NPC MOD for Baldur's Gate II, v4
~HALDAMIR/SETUP-HALDAMIR.TP2~ #0 #0 // Haldamir: v2
~SETUP-CWS.TP2~ #0 #0 // Cloakwood Squares -- The Mod: v4
~DEARNISE/SETUP-DEARNISE.TP2~ #0 #0 // de'Arnise Romance for Baldur's Gate II, v2
~SETUP-BANTERPACK.TP2~ #0 #0 // Pocket Plane Banter Pack for BG2: Shadows of Amn: v12 BWP Viconia BGT Fix
~SETUP-BANTERPACK.TP2~ #0 #2 // Pocket Plane Banter Pack for BG2: Throne of Bhaal: v12 BWP Viconia BGT Fix
~SETUP-BANTERPACK.TP2~ #0 #3 // Install TOB Banter Accelerator script? (Increases the frequency of interparty banter): v12 BWP Viconia BGT Fix
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #0 // Extended NPC-NPC Interaction SoA: V4.1
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #1 // Extended Minsc/Aerie Interaction ToB: V4.1
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #2 // Imoen "Retrospection" dialogue for BGII: ToB: V4.1
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #3 // Wake-Up dialogue for Anomen Romance (By David Gaider with additions from Kulyok): V4.1
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #4 // NPC Conflict Revisions: V4.1
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #5 // Restored Aerie/Jaheira/Anomen interjection in Underdark: V4.1
~VICONIA/SETUP-VICONIA.TP2~ #0 #0 // Viconia Friendship: v3.2
~MAZZY/SETUP-MAZZY.TP2~ #0 #0 // Mazzy Friendship: v2.1
~IMOEN.TP2~ #0 #0 // 'Imoen Romance Add-on Mod BG2:SoA(ToB required!)v1.201': v1.202Full BWP Fix
~KORGAN/SETUP-KORGAN.TP2~ #1 #0 // Korgan's Redemption
~QUALLOFIX/SETUP-QUALLOFIX.TP2~ #0 #0 // Let the cadaver crawler live: 1.14
~LUCY/SETUP-LUCY.TP2~ #0 #0 // Lucy the Wyvern: v4
~SETUP-SLANDOR.TP2~ #1 #0 // The Minotaur and Lilacor
~SETUP-UB.TP2~ #0 #0 // The Kidnapping of Boo by Cliffette: v19 BWP Fix
~SETUP-UB.TP2~ #0 #2 // Kalah and What He Was Promised: v19 BWP Fix
~SETUP-UB.TP2~ #0 #4 // Gorje Hilldark and the Extended Illithium Quest: v19 BWP Fix
~SETUP-UB.TP2~ #0 #5 // The Pai'Na/Spider's Bane Quest: v19 BWP Fix
~SETUP-UB.TP2~ #0 #6 // Restored Crooked Crane Inn: v19 BWP Fix
~SETUP-UB.TP2~ #0 #7 // Restored Encounters: v19 BWP Fix
~SETUP-UB.TP2~ #0 #8 // Artemis Entreri in Bodhi's Lair: v19 BWP Fix
~SETUP-UB.TP2~ #0 #9 // Corrected "Xzar's Creations": v19 BWP Fix
~SETUP-UB.TP2~ #0 #10 // Restored Hell Minions, by SimDing0: v19 BWP Fix
~SETUP-UB.TP2~ #0 #12 // Item Restorations: v19 BWP Fix
~SETUP-UB.TP2~ #0 #15 // NPC Portrait Restorations: v19 BWP Fix
~SETUP-UB.TP2~ #0 #16 // Corrected BAMs and Scripts: v19 BWP Fix
~SETUP-UB.TP2~ #0 #17 // Corrected Character Names and Biographies: v19 BWP Fix
~SETUP-UB.TP2~ #0 #18 // Restored Minor Dialogs: v19 BWP Fix
~SETUP-UB.TP2~ #0 #19 // Restored Bhaalspawn Powers, by David Gaider: v19 BWP Fix
~SETUP-UB.TP2~ #0 #21 // Throne of Bhaal Minor Restorations: v19 BWP Fix
~FADINGPROMISES/SETUP-FADINGPROMISES.TP2~ #0 #0 // Fading Promises: v6 BWP Fix
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #0 // Spell Revisions: v3.1 (Hotfix 01)
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #10 // Deva and Planetar Animations: v3.1 (Hotfix 01)
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #20 // Mirror Image Fix: v3.1 (Hotfix 01)
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #30 // Dispel Magic Fix: v3.1 (Hotfix 01)
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #40 // Cure Sleep Fix: v3.1 (Hotfix 01)
~PARTING/SETUP-PARTING.TP2~ #0 #0 // Parting Copmany: 1
~PARTING/SETUP-PARTING.TP2~ #0 #2 // NPCs will leave forever when they are... -> At their Breaking Point.: 1
~SETUP-RES_FIXER.TP2~ #0 #0 // Resource Fixer: v1
~SETUP-SCS.TP2~ #0 #10 // Initialise (required by almost all other mod components): v21
~SETUP-SCS.TP2~ #0 #1001 // Make Protection from Normal Missiles block magical missiles -> Only +1 and better missiles penetrate Protection from Normal Missiles, and +1 missiles are replaced by nonmagical Masterwork versions: v21
~SETUP-SCS.TP2~ #0 #1019 // Antimagic attacks penetrate improved invisibility -> Antimagic spells remain single-target, but affect the target creature whether or not it is invisible (default option): v21
~SETUP-SCS.TP2~ #0 #2000 // Make elemental arrows more like their BG2 counterparts: v21
~SETUP-SCS.TP2~ #0 #2011 // Replace many magic weapons with fine ones -> Fine weapons are immune to the iron crisis: v21
~SETUP-SCS.TP2~ #0 #2020 // Re-introduce potions of extra-healing: v21
~SETUP-SCS.TP2~ #0 #3050 // Better NPC management: v21
~SETUP-SCS.TP2~ #0 #3110 // More realistic wolves and wild dogs: v21
~SETUP-SCS.TP2~ #0 #4000 // Skip Candlekeep: v21
~SETUP-SCS.TP2~ #0 #4020 // Stackable ankheg shells, winterwolf pelts and wyvern heads: v21
~SETUP-SCS.TP2~ #0 #4030 // Move Boo out of quick access and into Minsc's pack: v21
~SETUP-SCS.TP2~ #0 #5000 // Smarter general AI: v21
~SETUP-SCS.TP2~ #0 #5010 // Better calls for help: v21
~SETUP-SCS.TP2~ #0 #5021 // Potions for NPCs -> One third of the potions dropped by slain enemies break and are lost: v21
~SETUP-SCS.TP2~ #0 #5030 // Smarter mages -> Mages use BG1 spells only; mages do not "pre-buff" (i.e., cast some defensive spells quickly at the start of combat): v21
~SETUP-SCS.TP2~ #0 #5040 // Smarter priests -> Priests use BG1 spells only; priests do not "pre-buff" (i.e., cast some defensive spells quickly at the start of combat): v21
~SETUP-SCS.TP2~ #0 #5050 // Smarter deployment: v21
~SETUP-SCS.TP2~ #0 #5070 // Smarter sirines and dryads: v21
~SETUP-SCS.TP2~ #0 #5080 // Slightly harder carrion crawlers: v21
~SETUP-SCS.TP2~ #0 #5090 // Smarter basilisks: v21
~WHEELS/SETUP-WHEELS.TP2~ #0 #0 // The Wheels of Prophecy: v2 BWP Fix
~HOMEWARDBOUND/SETUP-HOMEWARDBOUND.TP2~ #0 #0 // Homeward Bound: v7 - 25 April, 2010
~HOMEWARDBOUND/SETUP-HOMEWARDBOUND.TP2~ #0 #2 // Romances end due to separation -> Original game behavior is unchanged: v7 - 25 April, 2010
~SETUP-SOLAUFEIN.TP2~ #0 #0 // Solaufein Romance for Baldur's Gate II (SoA & ToB)
~KELSEY.TP2~ #0 #0 // Kelsey v2.1: for BG2 - SoA: v2.1 BWP Fix
~KELSEY.TP2~ #0 #1 // Kelsey/Solaufein Content: Banter and Romance Conflict OPTIONAL, RECOMMENDED ONLY for use with Solaufein V60 AND ABOVE: v2.1 BWP Fix
~SETUP-KELSEYTOB.TP2~ #0 #0 // Kelsey: ToB - Version 2
~SETUP-KELSEYTOB.TP2~ #0 #1 // Kelsey/Solaufein Romance Conflict (OPTIONAL, RECOMMENDED ONLY for use with Solaufein V60 AND ABOVE)
~SETUP-KELSEYTOB.TP2~ #0 #3 // Install Default Kelsey portrait set by Wynne Lurty? (set 1 of 3)
~SETUP-GROA.TP2~ #0 #0 // Getting Rid of Anomen - A cutscene for the Kelsey romance.: v1.2
~NATHANIEL/SETUP-NATHANIEL.TP2~ #0 #0 // Nathaniel NPC Mod for BGII: v4.3
~NATHANIEL/SETUP-NATHANIEL.TP2~ #0 #1 // Choose a portrait for Nathaniel -> Default portrait by Feuille: v4.3
~NATHANIEL/SETUP-NATHANIEL.TP2~ #0 #4 // Solaufein Conflict: v4.3
~NATHANIEL/SETUP-NATHANIEL.TP2~ #0 #5 // Kelsey Content: v4.3
~IYLOS/IYLOS.TP2~ #0 #0 // Iylos NPC for BGII:ToB: 2.4
~IYLOS/IYLOS.TP2~ #0 #1 // Install extended content (PID, more interjections, friendship, scenery & plot dialogues)?: 2.4
~IYLOS/IYLOS.TP2~ #0 #6 // How much time would you like in between Iylos' PC dialogues? -> 60 Minutes: 2.4
~SETUP-NPCFLIRT.TP2~ #0 #0 // Aerie Flirt Pack For SOA
~SETUP-NPCFLIRT.TP2~ #0 #1 // Aerie/Solaufein Romance Conflict For SOA (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #2 // Aerie Flirt Pack For TOB
~SETUP-NPCFLIRT.TP2~ #0 #3 // Aerie/Solaufein Romance Conflict For TOB (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #4 // Jaheira Flirt Pack for SOA
~SETUP-NPCFLIRT.TP2~ #0 #5 // Jaheira/Solaufein Romance Conflict For SOA (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #6 // Jaheira Flirt Pack for TOB
~SETUP-NPCFLIRT.TP2~ #0 #7 // Jaheira/Solaufein Romance Conflict For TOB (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #8 // Viconia Flirt Pack for SOA
~SETUP-NPCFLIRT.TP2~ #0 #9 // Viconia/Solaufein Romance Conflict For SOA (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #10 // Viconia Flirt Pack for TOB
~SETUP-NPCFLIRT.TP2~ #0 #11 // Viconia/Solaufein Romance Conflict For TOB (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #12 // Anomen Flirt Pack for SOA
~SETUP-NPCFLIRT.TP2~ #0 #13 // Anomen/Solaufein Romance Conflict For SOA (Solaufein V60 or greater recommended)
~SETUP-NPCFLIRT.TP2~ #0 #14 // Anomen Flirt Pack for TOB
~SETUP-NPCFLIRT.TP2~ #0 #15 // Anomen/Solaufein Romance Conflict For TOB (Solaufein V60 or greater recommended)
~RE/SETUP-RE.TP2~ #0 #0 // Aerie, Anomen, Jaheira and Viconia React to Romantic Encounters
~RE/SETUP-RE.TP2~ #0 #1 // Storms and Lightning, by berelinde (Weathermistress Ada, adult content)
~RE/SETUP-RE.TP2~ #0 #2 // Aimi's Magic, by berelinde (adult content)
~RE/SETUP-RE.TP2~ #0 #3 // Anishai's Deft Hands, by cmorgan
~RE/SETUP-RE.TP2~ #0 #4 // An Evening with Aran, by Kulyok
~RE/SETUP-RE.TP2~ #0 #5 // Bjornin's Desire, by jastey (adult content)
~RE/SETUP-RE.TP2~ #0 #6 // Bodhi's Allure, by Kulyok (adult content)
~RE/SETUP-RE.TP2~ #0 #7 // Trademeet with Guildmistress Busya, by magrat
~RE/SETUP-RE.TP2~ #0 #8 // The Gambling Cambion, by Kulyok
~RE/SETUP-RE.TP2~ #0 #9 // Chanelle's Gifts, by cmorgan (adult content)
~RE/SETUP-RE.TP2~ #0 #10 // A Night with Coran, by magrat
~RE/SETUP-RE.TP2~ #0 #11 // Cyric's Test, by Kulyok
~RE/SETUP-RE.TP2~ #0 #12 // A Tryst with a Pirate Lord, by Kulyok (Desharik, adult content)
~RE/SETUP-RE.TP2~ #0 #13 // A Lonely Dryad, by Kulyok (adult content)
~RE/SETUP-RE.TP2~ #0 #14 // Edwin's Softer Side, by Kulyok
~RE/SETUP-RE.TP2~ #0 #15 // Eldoth' Exploits, by Kulyok
~RE/SETUP-RE.TP2~ #0 #16 // Elhan's Expansion, by Kulyok
~RE/SETUP-RE.TP2~ #0 #17 // Firkraag's Unsheathed Sword
~RE/SETUP-RE.TP2~ #0 #18 // Gaelan's Contract, by Evaine Dian
~RE/SETUP-RE.TP2~ #0 #19 // A Walk with Garren Windspear, by Kulyok
~RE/SETUP-RE.TP2~ #0 #20 // Enter Haer'Dalis, by Kulyok
~RE/SETUP-RE.TP2~ #0 #21 // Hendak's Heart, by jastey
~RE/SETUP-RE.TP2~ #0 #22 // Ilona, a Merchant's Daughter, by Kulyok
~RE/SETUP-RE.TP2~ #0 #23 // Jarlaxle's Fascinations, by Catseye
~RE/SETUP-RE.TP2~ #0 #24 // A Night with Lais in Imnesvale, by Kulyok
~RE/SETUP-RE.TP2~ #0 #25 // Laran's Promise, by berelinde (adult content)
~RE/SETUP-RE.TP2~ #0 #26 // The Love Song of Logan, Lord Coprith, by Ajnos
~RE/SETUP-RE.TP2~ #0 #27 // Mekrath and Nymphology, by Kulyok
~RE/SETUP-RE.TP2~ #0 #28 // Mira's Special Stock, by berelinde
~RE/SETUP-RE.TP2~ #0 #29 // Noober Returns, by cmorgan
~RE/SETUP-RE.TP2~ #0 #30 // Rebecca the Gypsy, by Kulyok
~RE/SETUP-RE.TP2~ #0 #31 // Renal Bloodscalp: A Dangerous Affair, by cmorgan (adult content)
~RE/SETUP-RE.TP2~ #0 #32 // Old Ribald's Speciality, by Evaine Dian
~RE/SETUP-RE.TP2~ #0 #33 // Sir Ryan Trawl, by Kulyok
~RE/SETUP-RE.TP2~ #0 #34 // Saemon, a Pirate, by Kulyok (adult content)
~RE/SETUP-RE.TP2~ #0 #35 // Dreaming of Sendai, by Kulyok
~RE/SETUP-RE.TP2~ #0 #36 // Sheri the Bardess, by cmorgan (adult content)
~RE/SETUP-RE.TP2~ #0 #37 // Solaufein in the Lust Chambers, by jastey
~RE/SETUP-RE.TP2~ #0 #38 // Phaere's Reward, by berelinde (Talak, pleasure slave, adult content)
~RE/SETUP-RE.TP2~ #0 #39 // Spell Research with Teos, by Kulyok
~RE/SETUP-RE.TP2~ #0 #40 // A fling with Yoshimo, by Kulyok
~RE/SETUP-RE.TP2~ #0 #41 // Isabelle's Fears, by gertjanvh (adult content)
~RE/SETUP-RE.TP2~ #0 #42 // Anne's Rescue, by gertjanvh (adult content)
~RE/SETUP-RE.TP2~ #0 #43 // The Queen, by Domi
~RE/SETUP-RE.TP2~ #0 #44 // Valygar Romance, by Kulyok
~RE/SETUP-RE.TP2~ #0 #45 // Rehearsal with Chandra, by Western Paladin
~RE/SETUP-RE.TP2~ #0 #46 // Goldander Blackenrock: After a Party, by magrat
~RE/SETUP-RE.TP2~ #0 #47 // A Chat with Viekang, by magrat
~RE/SETUP-RE.TP2~ #0 #48 // Bravery or Folly? by Aeryn (Sarevok, adult content)
~RE/SETUP-RE.TP2~ #0 #49 // Blame the Moon, by Aeryn (Cernd)
~RE/SETUP-RE.TP2~ #0 #50 // Cernick's Confession, by Cal Jones
~SETUP-REVISEDBATTLES.TP2~ #0 #23 // Arcane Avenger Kit: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #24 // Blademaster Kit: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #25 // Demon Knight Kit: v6.3 BWP Fix
~SETUP-REVISEDBATTLES.TP2~ #0 #26 // Bastard Kit: v6.3 BWP Fix
~ALTERNATIVES/SETUP-ALTERNATIVES.TP2~ #0 #0 // Alternatives: v10
~SAREVOKROMANCE/SAREVOKROMANCE.TP2~ #0 #0 // Aeryn's Sarevok Romance for BGII: Throne of Bhaal: 1.1
~CROSSMODBG2/SETUP-CROSSMODBG2.TP2~ #0 #0 // Crossmod Banter Pack for Shadows of Amn: v14
~CROSSMODBG2/SETUP-CROSSMODBG2.TP2~ #0 #1 // Crossmod Banter Pack for Throne of Bhaal: v14
~CROSSMODBG2/SETUP-CROSSMODBG2.TP2~ #0 #2 // Crossmod Romance Conflicts: v14
~SETUP-ACBRE.TP2~ #1 #2 // Breagar: Crossmods and PID: 6.09
~SPELL_REV/SETUP-SPELL_REV.TP2~ #0 #60 // Update Spellbooks of Joinable NPCs: v3.1 (Hotfix 01)
~RR/SETUP-RR.TP2~ #0 #0 // Proper dual-wielding implementation for Thieves and Bards: v4.61
~RR/SETUP-RR.TP2~ #0 #1 // Thief kit revisions: v4.61
~RR/SETUP-RR.TP2~ #0 #3 // Proper racial adjustments for thieving skills: v4.61
~RR/SETUP-RR.TP2~ #0 #4 // Bard kit revisions: v4.61
~RR/SETUP-RR.TP2~ #0 #6 // Proper spell progression for Bards: v4.61
~RR/SETUP-RR.TP2~ #0 #7 // Additional equipment for Thieves and Bards: v4.61
~RR/SETUP-RR.TP2~ #0 #8 // Upgradeable Equipment: v4.61
~RR/SETUP-RR.TP2~ #0 #9 // Revised Thievery -> Use PnP thievery potions and prevent their effects from stacking: v4.61
~SCSII/SETUP-SCSII.TP2~ #0 #1000 // Initialise mod (all other components require this): v21
~SCSII/SETUP-SCSII.TP2~ #0 #2010 // More consistent Breach spell (always affects liches and rakshasas; doesn't penetrate Spell Turning): v21
~SCSII/SETUP-SCSII.TP2~ #0 #2050 // Make individual versions of Spell Immunity available, so that players can use them in Contingencies etc.: v21
~SCSII/SETUP-SCSII.TP2~ #0 #2110 // Reduce the power of Inquisitors' Dispel Magic -> Inquisitors dispel at 1.5 x their level (not twice their level): v21
~SCSII/SETUP-SCSII.TP2~ #0 #2120 // Slightly weaken insect plague spells, and let fire shields block them: v21
~SCSII/SETUP-SCSII.TP2~ #0 #2130 // Cosmetic change: stop Stoneskins from changing the caster's colour: v21
~SCSII/SETUP-SCSII.TP2~ #0 #2160 // Add an extra copy of some hard-to-find spell scrolls: v21
~SCSII/SETUP-SCSII.TP2~ #0 #2170 // True Sight/True Seeing spells protect from magical blindness: v21
~SCSII/SETUP-SCSII.TP2~ #0 #2180 // Prevent Simulacra and Projected Images from using magical items: v21
~SCSII/SETUP-SCSII.TP2~ #0 #3530 // Faster Bears: v21
~SCSII/SETUP-SCSII.TP2~ #0 #3540 // Grant large, flying, non-solid or similar creatures protection from Web and Entangle: v21
~SCSII/SETUP-SCSII.TP2~ #0 #3990 // Increase the price of a license to practise magic in Athkatla -> License costs 10,000 gp: v21
~SCSII/SETUP-SCSII.TP2~ #0 #4000 // Increase the price asked by Gaelan Bayle -> Gaelan wants 40,000 gold pieces: v21
~SCSII/SETUP-SCSII.TP2~ #0 #4010 // Make Freedom scrolls available earlier: v21
~SCSII/SETUP-SCSII.TP2~ #0 #4050 // Make party members less likely to die irreversibly: v21
~SCSII/SETUP-SCSII.TP2~ #0 #4055 // Randomise the maze in Watcher's Keep: v21
~SCSII/SETUP-SCSII.TP2~ #0 #5000 // Ease-of-use party AI: v21
~SCSII/SETUP-SCSII.TP2~ #0 #5010 // Remove animation from the Cloak of Mirroring (leave it for other spells and effects that use the same graphic): v21
~SCSII/SETUP-SCSII.TP2~ #0 #5030 // Remove the blur graphic effect from the Displacer Cloak: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6000 // Smarter general AI: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6010 // Better calls for help: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6021 // Potions for NPCs -> One third of the potions dropped by slain enemies break and are lost: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6030 // Improved Spiders: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6035 // Improved golems: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6051 // Improved fiends -> Fiends cast spells like normal wizards: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6061 // Smarter genies -> Genies cast spells like normal wizards: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6081 // Smarter celestials -> Celestials cast spells like normal wizards: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6095 // Standardise dragon immunities: dragons in Shadows of Amn get the same immunities to vorpal attacks (etc) as their Throne of Bhaal cousins: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6101 // Smarter dragons -> Dragons cast spells like normal wizards: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6108 // Enemy mages (and Elder Orbs) use Simulacrum and Project Image spells (this component will have no effect unless you install Smarter Mages or Smarter Beholders): v21
~SCSII/SETUP-SCSII.TP2~ #0 #6111 // Smarter beholders -> Don't give beholder rays any chance of burning through spell protections; beholder antimagic blocks all spells, including harmful ones, for a round (simulates D&D rules): v21
~SCSII/SETUP-SCSII.TP2~ #0 #6120 // Smarter mind flayers -> Illithids have only original-game resistances; Illithids cannot see invisible enemies (matches original game): v21
~SCSII/SETUP-SCSII.TP2~ #0 #6130 // Improved Vampires: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6135 // Smarter githyanki: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6136 // Add high-level abilities (HLAs) to ToB mages -> Only selected ToB mages get HLAs: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6138 // Add high-level abilities (HLAs) to SoA mages -> Only selected SoA mages get HLAs: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6152 // Smarter Mages -> Mages never cast short-duration spells instantly at start of combat: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6160 // Add high-level abilities (HLAs) to ToB priests -> Only selected ToB priests get HLAs: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6170 // Add high-level abilities (HLAs) to SoA priests -> Only selected SoA priests get HLAs: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6182 // Smarter Priests -> Priests never cast short-duration spells instantly at start of combat: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6230 // Smarter Abazigal: v21
~SCSII/SETUP-SCSII.TP2~ #0 #6250 // Smarter Melissan: v21
~SCSII/SETUP-SCSII.TP2~ #0 #7032 // Increase difficulty of level-dependent monster groupings -> Almost-maximum difficulty (maximum for everything except liches): v21
~SCSII/SETUP-SCSII.TP2~ #0 #7040 // Improved Random Encounters: v21
~SETUP-BGTTWEAK.TP2~ #0 #100 // Eldoth reminds of Skie's ransom: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #400 // Add Semaj's Cloak and Upgraded Koveras' Ring of Protection: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #800 // Import more items into Shadows of Amn (WARNING: This can be considered a cheat): 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #901 // Random activated traps in the pirate cave -> Install-time randomisation: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #1000 // Bags of the Sword Coast: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #1104 // Altered spawns -> Deactivate BGT-WeiDU spawns: spawns appear once: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #1200 // Arkion reacts to player's reputation: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #1502 // Altered item shattering -> Make armor and shields shatter: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #1800 // Import more NPCs into Shadow of Amn: Alora: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #1801 // Import more NPCs into Shadow of Amn: Branwen: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #1802 // Import more NPCs into Shadow of Amn: Eldoth: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #1806 // Import more NPCs into Shadow of Amn: Skie: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #1808 // Import more NPCs into Shadow of Amn: Yeslick: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #1900 // Restore BG2 XP bonus for traps, locks, and scrolls: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #2001 // Protagonist's biography modifications -> Do not set BG1 biography for imported characters: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #2100 // Exotic Weapons For Taerom: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #2300 // Disable hostile reaction after charm: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #2400 // Enemy items shatter: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #2500 // Access Ulgoth's Beard west of Wyrm's Crossing only: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #2600 // Prevent access to Durlag's Tower from adjacent areas: 11 (5 Feb 12)
~SETUP-BGTTWEAK.TP2~ #0 #2700 // Put Sword of Chaos +2 in Sarevok's inventory: 11 (5 Feb 12)
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #60 // Weapon Animation Tweaks: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #110 // Icon Improvements: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #130 // Force All Dialogue to Pause Game: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1010 // More Interjections: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1020 // Alter HP Triggers for NPC Wounded Dialogues: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1040 // Improved Athkatlan City Guard: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1090 // Exotic Item Pack: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1120 // Stores Sell Higher Stacks of Items: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1130 // Reputation Resets in BG2 (BGT Only): v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1161 // Multiple Strongholds (Baldurdash) -> Keep Class Restrictions: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1170 // Bonus Merchants (Baldurdash): v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1180 // Female Edwina: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2040 // Universal Clubs: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2090 // Change Experience Point Cap -> Remove Experience Cap: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2192 // Limit Ability of Storekeepers to Identify Items -> Hybrid of Both Methods: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2300 // Triple-Class HLA Tables: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2320 // Trap Cap Removal (Ardanis/GeN1e): v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2330 // Remove Delay for Magical Traps (Ardanis/GeN1e): v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2340 // Remove Summoning Cap for Celestials (Ardanis/GeN1e): v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3060 // Remove "You Must Gather Your Party..." Sound (Weimer): v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3125 // Neutral Characters Make Happy Comments at Mid-Range Reputation: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3170 // No Drow Avatars On Party In Underdark: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3183 // Romance Cheats: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4000 // Adjust Evil joinable NPC reaction rolls: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4010 // Improved Fate Spirit Summoning: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4031 // Consistent Stats: Edwin -> Use BG2 Values: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4041 // Consistent Stats: Jaheira -> Use BG2 Values: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4050 // Change Jaheira to Neutral Good: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4061 // Consistent Stats: Minsc -> Use BG2 Values: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4071 // Consistent Stats: Viconia -> Use BG2 Values: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4100 // Change Korgan to Neutral Evil: v11
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4110 // Give Kagain A Legal Constitution Score of 19: v11
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #1055 // Fixes for DS items and resources: v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #12 // Inactive creatures fix: v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #13 // Gerde's quest and other related fixes: v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #15 // Creature fixes: v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #16 // Xvart village rebalancing: v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #17 // Fix Anomen's proficiencies: v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #1060 // Other compatibility fixes: v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2000 // Give all skeleton warriors the same immunities -> BG2 immunities (suggested!): v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2003 // Fenten buys more ankheg shells (Baldur's Gate) -> Infinite shells: v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2004 // Keiria and Skeezer only available from chapter 4: v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2005 // Helmet of alignment change: v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2007 // Reflection cloak tweaks: -> Original Cloak of Spell Reflection (SoA): v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2010 // Enhanced Nalia's ring: v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2020 // Daystar protects from level drain: v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2023 // Cespenar can improve the Daystar with the Tyr's Eye: v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2050 // Turambar's slow drow weapon disintegration (a revision of BG2Tweaks code): v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2052 // Dragons are not immune to backstabbing: v1.8.1
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #2 // Change Coran's Dexterity to 19: 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #3 // Balance thief abilities: 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #6 // Match Minsc's Alignment -> Change Minsc's Alignment to Chaotic-Good (BG2 - recommended): 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #10 // Faldorn: Avenger-Kit: 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #11 // Safana: Swashbuckler-Kit: 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #12 // Kivan: Archer-Kit: 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #14 // Cernd: Totemic Druid-Kit: 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #20 // General fixes: 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #21 // Set reputation to 9 after leaving Candlekeep: 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #22 // Soundpatch part I - Gamesounds: 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #24 // Item Addon (IWD-Types): 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #25 // Special NPC Items: 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #26 // Improved exotic weapons allocation: 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #27 // Change Montaron's Proficiencies: 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #28 // Xan's improved spellbook: 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #29 // Change Kagain's proficiencies : 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #31 // restore unique BG1-Items: 1.73
~JA#BGT_TWEAK/SETUP-JA#BGT_TWEAK.TP2~ #1 #32 // Minsc's bald head: 1.73
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #0 // Thrown Hammers: v3
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #15 // Thrown Spiritual Hammers: v3
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #25 // Normal throwing hammers: v3
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #35 // +1 throwing weapons: v3
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #50 // Additional magic items: v3
~SETUP-ITEM_PACK.TP2~ #0 #0 // Item Pack: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #1 // Extra Items: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #4 // More Distinguishable Items: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #5 // Familiar Faces: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #6 // More Work for Cromwell: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #7 // Pocket Store: v1.7
~SETUP-ITEM_PACK.TP2~ #0 #8 // Item Pack for Tutu/BGT: v1.7
~ITEM_REV/ITEM_REV.TP2~ #0 #1020 // Potion Revisions: V3 Beta 1.13
~ITEM_REV/ITEM_REV.TP2~ #0 #1030 // Store Revisions: V3 Beta 1.13
~ITEM_REV/ITEM_REV.TP2~ #0 #1050 // Revised Armor Bonuses: V3 Beta 1.13
~ITEM_REV/ITEM_REV.TP2~ #0 #10 // Revised Shield Bonuses: V3 Beta 1.13
~ITEM_REV/ITEM_REV.TP2~ #0 #11 // Dual Wielding Changes for Light and Heavy Weapons: V3 Beta 1.13
~ITEM_REV/ITEM_REV.TP2~ #0 #12 // Items of Protection Can Be Worn with Magical Armor: V3 Beta 1.13
~ITEM_REV/ITEM_REV.TP2~ #0 #13 // Halberds Can Slash, Too: V3 Beta 1.13
~ITEM_REV/ITEM_REV.TP2~ #0 #1093 // Remove Weapon Restrictions from Multi-classed Divine Spellcasters -> Clerics and Druids, With Halved Specialization: V3 Beta 1.13
~ITEM_REV/ITEM_REV.TP2~ #0 #15 // PnP Equipment for Druids -> Druids Only: V3 Beta 1.13
~ITEM_REV/ITEM_REV.TP2~ #0 #17 // Weapon Changes: V3 Beta 1.13
~ITEM_REV/ITEM_REV.TP2~ #0 #18 // Backstabbing Penalties for Inappropriate Weapons -> Backstabbing Penalties Only: V3 Beta 1.13
~FREEACT/SETUP-FREEACT.TP2~ #0 #10 // PnP Free Action: v2
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #100 // Restore innate infravision to Half-Orc characters: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #101 // Prevent skeletal and incorporeal undead from being affected by Illithids' Devour Brain attack: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #104 // PnP Color Spray: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #105 // PnP Dimension Door: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #115 // Allow Mages to scribe memorized spells onto scrolls -> Scrolls can be scribed everywhere: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #120 // Restore innate disease immunity to Paladins: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #125 // Rangers' Animal Empathy improves with experience: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #130 // Additional racial traits for Dwarves: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #140 // Additional racial traits for Gnomes: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #152 // PnP Fiends -> Mod-added fiends are also affected: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #160 // PnP Undead: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #180 // PnP Mephits: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #185 // PnP Fey creatures: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #186 // Revised Call Woodland Beings spell: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #190 // PnP Elementals: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #191 // Increase the Hit Dice of Elemental Princes: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #200 // Allow Breach to take down Stoneskin effects applied by items: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #201 // Instant casting for warrior innates: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #202 // Revised Bhaalpowers -> Enhance the Bhaalpowers and standardize their casting time: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #218 // Regain Bhaalpowers in ToB: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #203 // Make druidic shapeshifting uninterruptable: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #210 // Restore the Dispel Magic vulnerability to Nishruu and Hakeashars: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #212 // Make alignment detection spells more accurate: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #213 // Expanded saving throw bonus tables for Dwarves, Gnomes and Halflings: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #216 // Bard songs break invisibility -> Only the Jester song breaks invisibility: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #261 // Altered XP rewards from locks, traps and scrolls -> Improved (lowered) XP rewards from locks, traps and scrolls: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #270 // Unbiased quest rewards: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #220 // Simple Thief script: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #230 // Simple Bard script: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #239 // Simple Cleric/Paladin script: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #324 // Use Icewind Dale's Dimension Door animation -> Fast animation speed, shorter delay between animation start and creature appearance/disappearance: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #301 // Change the appearance of Valygar's armor: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #302 // Change the appearance of the Robe of Vecna: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #310 // Distinctive creature coloring: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #315 // Distinctive creature soundsets: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #500 // Slightly expanded storage capacity for containers -> Use the recommended storage capacity value (999): v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #510 // Expanded temple services: v4.01
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #999 // BG2-style icons for aTweaks content: v4.01
~1PP.TP2~ #0 #1 // One Pixel Productions: v2 New Potion Graphics (2): v2.7 BWP Fix
~1PP.TP2~ #0 #3 // One Pixel Productions: v3 Flame Short Swords (4): v2.7 BWP Fix
~1PP.TP2~ #0 #4 // One Pixel Productions: v3 Flame Short Swords item patches (5): v2.7 BWP Fix
~1PP.TP2~ #0 #5 // One Pixel Productions: v3 Flame Short Swords mod item patches (6): v2.7 BWP Fix
~1PP.TP2~ #0 #6 // One Pixel Productions: v3 Paperdolls (human, half-orc, elven, halfling, dwarves) (7): v2.7 BWP Fix
~1PP.TP2~ #0 #10 // One Pixel Productions: v3 Colourable Quarterstaves core (11): v2.7 BWP Fix
~1PP.TP2~ #0 #11 // 1PP: Colourable Quarterstaves core item patches (12): v2.7 BWP Fix
~1PP.TP2~ #0 #12 // One Pixel Productions: v3 Colourable Quarterstaves mod patches (13): v2.7 BWP Fix
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #0 // 1PP: Avatar fixes * female elves w. leather armour [EFB2]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #1 // 1PP: Avatar fixes * female elves w. chain mail [EFB3]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #2 // 1PP: Avatar fixes * female elven cleric w. plate armour [EFC4]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #3 // 1PP: Avatar fixes * female elven fighter w. plate armour [EFF4]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #4 // 1PP: Avatar fixes * female human unarmoured [HFB1]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #5 // 1PP: Avatar fixes * female human w. leather armour [HFB2]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #6 // 1PP: Avatar fixes * female human w. chain mail [HFB3]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #7 // 1PP: Avatar fixes * female human cleric w. plate mail [HFC4]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #8 // 1PP: Avatar fixes * female human fighter w. plate mail [HFF4]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #9 // 1PP: Avatar fixes * female human unarmoured mage [HFW1]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #10 // 1PP: Avatar fixes * female human mage w. light robe [HFW2]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #11 // 1PP: Avatar fixes * fixed halfling progression [IFB1, IFB2, IFB3]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #12 // 1PP: Avatar fixes * fix frame error on cleric plate [IFC4]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #13 // 1PP: Avatar fixes * dwarves w. chain mail [DMB3]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #14 // 1PP: Avatar fixes * male elves w. chain mail [EMB3]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #15 // 1PP: Avatar fixes * male human w. leather armour [HMB2]: v3
~1PP_AVATARS/SETUP-1PP_AVATARS.TP2~ #0 #16 // 1PP: Avatar fixes * male human w. chain mail [HMB3]: v3
~1PP_FEMALE_DWARVES/SETUP-1PP_FEMALE_DWARVES.TP2~ #0 #0 // Separate Avatars for Female Dwarves -> Separate Avatars for Female Dwarves - Baldur's Gate II
~1PP_THIEVES_GALORE/SETUP-1PP_THIEVES_GALORE.TP2~ #0 #1 // 1ppv3: Unique Thief Avatars (patch) -> BGII - Unique Thief Avatars (patch)
~1PP_THIEVES_GALORE/SETUP-1PP_THIEVES_GALORE.TP2~ #0 #2 // 1ppv3: Unique Thief Avatars (content)
~1PP_THIEVES_GALORE/SETUP-1PP_THIEVES_GALORE.TP2~ #0 #3 // 1ppv3: Improved Improved Galactygon's Avatar Switching
~SETUP-REFINEMENTS.TP2~ #0 #10 // Revised High Level Abilities: Refinements v 3.31
~SETUP-REFINEMENTS.TP2~ #0 #30 // Shapeshifting fix -> Heal on shifting back to human (Default): Refinements v 3.31
~SETUP-REFINEMENTS.TP2~ #0 #40 // Universal lesser mage robes: Refinements v 3.31
~RR/SETUP-RR.TP2~ #0 #2 // Thief High Level Ability revisions: v4.61
~RR/SETUP-RR.TP2~ #0 #5 // Bard High Level Ability revisions: v4.61
~RR/SETUP-RR.TP2~ #0 #12 // Shadow Thief Improvements: v4.61
~RR/SETUP-RR.TP2~ #0 #999 // BG2-style icons for RR content: v4.61
~AURORA/SETUP-AURORA.TP2~ #0 #0 // Aurora's Shoes and Boots: v5
~AURORA/SETUP-AURORA.TP2~ #0 #10 // Small portraits for NPCs -> Merchants and minor NPCs: v5
~AURORA/SETUP-AURORA.TP2~ #0 #115 // Change store buying prices -> Reduce to 75%: v5
~AURORA/SETUP-AURORA.TP2~ #0 #170 // Change store selling prices -> Increase by 125%: v5
~AURORA/SETUP-AURORA.TP2~ #0 #215 // Change gem and jewelry prices -> Reduce to 67% (recommended): v5
~AURORA/SETUP-AURORA.TP2~ #0 #247 // Change quest gold rewards -> Reduce to 50%: v5
~AURORA/SETUP-AURORA.TP2~ #0 #420 // Realistic random treasures -> Both 1 and 2 (no treasures lost): v5
~AURORA/SETUP-AURORA.TP2~ #0 #470 // Change creature gold carried -> Reduce to 50% (recommended): v5
~AURORA/SETUP-AURORA.TP2~ #0 #500 // PnP Helmed and Battle Horrors: v5
~AURORA/SETUP-AURORA.TP2~ #0 #520 // Realistic Kobold Commandos: v5
~SETUP-AURPATCH.TP2~ #0 #0 // Aurora Patch: v5.1
~TOBAURORA/SETUP-TOBAURORA.TP2~ #0 #0 // Aurora NPC for BG2:TOB: v1
~P5TWEAKS/SETUP-P5TWEAKS.TP2~ #0 #30 // Drop Items on Imprisonment: v5.1
~P5TWEAKS/SETUP-P5TWEAKS.TP2~ #0 #50 // Restore SoA Background Music for Promenade Cutscene: v5.1
~CONTAIN/SETUP-CONTAIN.TP2~ #0 #10 // Unique Containers -> Unique icons and names: v3
~SETUP-LIGHTMAPS.TP2~ #1 #0 // Corrected lightmaps for BG TuTu/BGT/Baldur's Gate
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #0 // Infinity Animations: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #25 // Humanoid Animation Fixes: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #50 // Distinctive Genies: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #100 // Distinctive Fiends: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #150 // Pit Fiends -> All get the NWN animation: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #210 // Cambion/Isair Animation -> All cambions: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #260 // Alu-Fiend/Madae Animation -> All alu-fiends: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #400 // Distinctive Undead: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #410 // Skeleton Warriors -> Barrow Wight animation: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #450 // Seer Animation -> Some beggars and slaves: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #500 // More Base Animations: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #550 // More Icewind Dale Animations: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #600 // More Icewind Dale II Animations: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #650 // More Neverwinter Nights Animations: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #710 // More Planescape: Torment Animations -> 25% of relevant non-joinables: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #7000 // Moinesse's Avatars for IA -> 25% of relevant non-joinables: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #9000 // Fix Areas -> Creature References: v5
~BEAR_ANIMATIONS_D2/SETUP-BEAR_ANIMATIONS_D2.TP2~ #0 #0 // Bear & Werebear animations from D2 - REQUIRES the [Infinity Animation core mod] to be installed.
~SETUP-NSCPORTRAITS.TP2~ #0 #0 // Portraits for BG1(BGT): v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #1 // Portraits for BG2 and ToB: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #50 // Portraits for Stone of Askavar: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #300 // Portraits for BG1 Mini-Quests and Encounters: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #305 // Portraits for Lure of the Sirines Call: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #310 // Portraits for Grey Clan Episode I: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #1000 // Portraits for The Darkest Day: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #1001 // Alternate NPC-Portraits for The Darkest Day: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #1300 // Portraits for Tower of Deception: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #1310 // Portraits for Assassinations: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #1320 // Portraits for Dungeon Crawl: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #1350 // Portraits for Tales of Anegh: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #1380 // Portraits for Ascalons Questpack: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #1360 // Portraits for Tales of the Deep Gardens: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #1410 // Portraits for Innershade: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #2000 // Portraits for Ascalons Breagar: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #2010 // Portraits for Amber NPC: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #5000 // Alternate Female Character-Creation Portraits: v2.1
~SETUP-NSCPORTRAITS.TP2~ #0 #5010 // Alternate Male Character-Creation Potraits: v2.1
~SETUP-XPMOD.TP2~ #0 #1 // Creature XP Reduction -> Reduce to 50%: v6 BWP Fix
~SETUP-XPMOD.TP2~ #0 #12 // Quest XP Reduction -> Reduce to 50%: v6 BWP Fix
~SETUP-BP-BALANCER.TP2~ #0 #1 // XP for Spell Learning -> At 50% from your current configuration
~SETUP-BP-BALANCER.TP2~ #0 #6 // XP for Disarming Traps -> At 50% from your current configuration
~SETUP-BP-BALANCER.TP2~ #0 #11 // XP for Pick Pocket -> At 50% from your current configuration
~SETUP-BP-BALANCER.TP2~ #0 #16 // Installing files needed for the components of the group "Balancing XP and items of several mods"
~SETUP-BP-BALANCER.TP2~ #0 #17 // Restore original BG1 creatures' XP and items -> Keep custom items from other Mods
~SETUP-BP-BALANCER.TP2~ #0 #21 // Item and XP Balancing for 'Dark Side of the Sword Coast (v2.15)' -> Also randomly remove SOME overpowered custom items (will not affect quest relevanted items)
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #0 // Nythrun's Level 1 NPCs: List party-joinable NPCs (required to install any NPC components): v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #1 // Tweak weapon proficiencies for some classes (a la Ashes of Embers and aVENGER's Rogue Rebalancing): v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #3 // Joinable NPCs more closely match the player character's experience -> On initial joining only: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #51 // Balanced BG1 NPC attributes -> mos_anted's revision: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #55 // Dudleyfix for BG1 NPCs: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #60 // Fix BG1 NPC spells and innate abilities: v1.9
~LEVEL1NPCS/LEVEL1NPCS.TP2~ #0 #100 // Update game references to NPC classes/kits: v1.9
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #8030 // BG1 Animations for NPCs -> Most relevant creatures: v5
~INFINITYANIMATIONS/SETUP-INFINITYANIMATIONS.TP2~ #0 #9520 // BG1 Animations for Exported PCs -> Patch all PCs without prompting: v5
~SETUP-BP-BGT-WORLDMAP.TP2~ #0 #0 // Worldmap for Baldur's Gate - including colored Baldur's Gate map icons: v9.0.1
~SETUP-BP-BGT-WORLDMAP.TP2~ #0 #1 // Worldmap for Throne of Bhaal -> Use new Worldmap for Throne of Bhaal as well: v9.0.1
~MAPNAMES/SETUP-MAPNAMES.TP2~ #0 #0 // Sword Coast Map Labels: v2
~MAPNAMES/SETUP-MAPNAMES.TP2~ #0 #25 // Update Map Markers: v2
~SCSII/SETUP-SCSII.TP2~ #0 #4100 // Treat mages' and priests' High-Level Abilities as innate abilities rather than memorisable spells (each may be taken only once): v21
~SETUP-BGTMUSIC.TP2~ #0 #2 // Baldur's Gate Trilogy - Music -> Full Baldur's Gate/Shadows of Amn/Throne of Bhaal Music (WARNING: patches BGMain.exe)
~SETUP-POISON_EFFECT_SUPPLEMENT.TP2~ #0 #0 // Poison Effect Supplement for ToBEx (has no effect if ToBEx is not present)
~LOLFIXER.TP2~ #0 #0 // Area Stuff - MAJESTIC Area Fixer: 14012013
~LOLFIXER.TP2~ #0 #1 // Creature Stuff - Creature Resource Fixer (res_fixer for ALL CREATURES): 14012013
~LOLFIXER.TP2~ #0 #2 // Creature Stuff - Inventory Unborker (removes spurious references to the item table): 14012013
~LOLFIXER.TP2~ #0 #3 // Creature Stuff - Inventory Cleaner (removes items that don't exist and converts them into already present items where applicable): 14012013
~LOLFIXER.TP2~ #0 #4 // Creature Stuff - Inventory Overhauler (moves invalid but equippable items to inventory and equips anything in the inventory to a free slot): 14012013
~LOLFIXER.TP2~ #0 #5 // Creature Stuff - MAJESTIC Creature Fixer: 14012013
~LOLFIXER.TP2~ #0 #6 // Creature Stuff - Duplicate Creature Effect Remover: 14012013
~LOLFIXER.TP2~ #0 #7 // Item Stuff - Item Resource Fixer (res_fixer for ALL ITEMS): 14012013
~LOLFIXER.TP2~ #0 #8 // Item Stuff - MAJESTIC Item Fixer: 14012013
~LOLFIXER.TP2~ #0 #9 // Item Stuff - Portrait Icon Assigner: 14012013
~LOLFIXER.TP2~ #0 #10 // Item Stuff - Proper Immunity Assigner: 14012013
~LOLFIXER.TP2~ #0 #11 // Item Stuff - Duplicate Item Effect Remover: 14012013
~LOLFIXER.TP2~ #0 #12 // Item Stuff - MAJESTIC Item Checker: 14012013
~LOLFIXER.TP2~ #0 #13 // Spell Stuff - Spell Resource Fixer (res_fixer for ALL THE SPELLS): 14012013
~LOLFIXER.TP2~ #0 #15 // Store Stuff - MAJESTIC Store Fixer: 14012013
~GENERALIZED_BIFFING/GENERALIZED_BIFFING.TP2~ #0 #0 // Generalized Biffing: v2.2
~WIDESCREEN/WIDESCREEN.TP2~ #0 #0 // Widescreen Mod -> for the original Infinity Engine (CHOOSE THIS!): Widescreen Mod v3.02
// Recently Uninstalled: ~SETUP-BWS_FINAL.TP2~ #0 #0 // Make quick-logged WeiDU-entries visible

Weidu.log aus dem Unterordner SCS
// Log of Currently Installed WeiDU Mods
// The top of the file is the 'oldest' mod
// ~TP2_File~ #language_number #component_number // [Subcomponent Name -> ] Component Name
// Recently Uninstalled: ~WEIDUINPUT_TUTU.TP2~ #0 #0 // Generate List
~WEIDUINPUT_TUTU.TP2~ #0 #0 // Generate List


p.p.p.s wiedereinmal bestätigt sich: der bug sitzt immer vor dem computer.
was das black isle verzeichnis ist, weiss ich nicht. ist jedenfalls ein haufen zeug drin. die installation ist woanders (nicht programme).

hilfe bitte, WIE ich herausfinde was den crash verursacht. NI sollte ja jetzt klappen, setz mich nachher mal dran.

:)
 
Zuletzt bearbeitet:

Lich

Senior Member
Registriert
14.09.2007
Beiträge
1.560

Nakor

Member
Registriert
24.06.2013
Beiträge
37
Super, hatte ich schon gelesen, habe ich schon gemacht. Jetzt ma hoffen dass es hilft. Vielen Dank, Mann!
 
Oben