Jump to content


Photo

Unselectable player in RoT


  • Please log in to reply
30 replies to this topic

#1 darkkhaine

darkkhaine
  • Member
  • 88 posts

Posted 01 June 2008 - 06:00 AM

I have chosen to side with Entreri at the end of Region of Terror, but he is unselectable. Drizzt kills him but then nothing happens. I try to kill drizzt with ctrl+Y but nothing happens either.
Any idea how to fix this ?

Attached Files



#2 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 02 June 2008 - 09:47 AM

Did you edit the MYFICUT2 or whatever was linked to the other topic? Different scenario but same script I think. Did Jarlaxle join with you? Try removing those MakePlayerUnselectable in the BCS.

Edited by Hoppy, 02 June 2008 - 09:48 AM.

?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant

#3 darkkhaine

darkkhaine
  • Member
  • 88 posts

Posted 02 June 2008 - 11:02 AM

Yes i edit the Myficut.bcs but this modification is only effective when i side with drizzt. It doesn't work for Jarlaxle.

#4 darkkhaine

darkkhaine
  • Member
  • 88 posts

Posted 06 June 2008 - 07:34 AM

Any ideas please ?

#5 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 06 June 2008 - 03:02 PM

What is the area name that they fight in?
?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant

#6 darkkhaine

darkkhaine
  • Member
  • 88 posts

Posted 06 June 2008 - 03:24 PM

What is the area name that they fight in?


It is the area "RR4005"

#7 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 07 June 2008 - 06:55 AM

Here is what I have for the RR4005 BCS

IF
	Global("slfdaa","RR4005",0)
THEN
	RESPONSE #100
		DayNight(2)
		Weather(RAIN)
		SetGlobal("slfdaa","RR4005",1)
END

IF
	Global("Fibattythig","GLOBAL",1)
THEN
	RESPONSE #100
		ClearAllActions()
		HideGUI()
		StartCutSceneMode()
		ActionOverride(Player1,MakeUnselectable(1))
		ActionOverride(Player2,MakeUnselectable(1))
		ActionOverride(Player3,MakeUnselectable(1))
		ActionOverride(Player4,MakeUnselectable(1))
		ActionOverride(Player5,MakeUnselectable(1))
		ActionOverride(Player6,MakeUnselectable(1))
		Wait(2)
		SetGlobal("Fibattythig","GLOBAL",2)
		RestorePartyLocations()
		EndCutSceneMode()
END

IF
	Global("Bedrinofri","GLOBAL",6)
THEN
	RESPONSE #100
		SmallWait(1)
		ClearAllActions()
		StartCutSceneMode()
		FadeToColor([20.0],0)
		ActionOverride(Player1,MakeUnselectable(1))
		ActionOverride(Player2,MakeUnselectable(1))
		ActionOverride(Player3,MakeUnselectable(1))
		ActionOverride(Player4,MakeUnselectable(1))
		ActionOverride(Player5,MakeUnselectable(1))
		ActionOverride(Player6,MakeUnselectable(1))
		Wait(2)
		SetGlobal("Bedrinofri","GLOBAL",7)
		RestorePartyLocations()
		EndCutSceneMode()
END

IF
	Global("Bedrinofri","GLOBAL",11)
THEN
	RESPONSE #100
		HideGUI()
		StartCutSceneMode()
		StartCutScene("Theener")
END

IF
	Dead("Driz2")
	!Global("Drizcanbkn","GLOBAL",1)
THEN
	RESPONSE #100
		ActionOverride("Enteri",Kill(Player1))
		SmallWait(1)
END

IF
	Global("Theendisnear","GLOBAL",1)
	Global("asdfadfa","GLOBAL",2)
THEN
	RESPONSE #100
		StartCutSceneMode()
		HideGUI()
		Wait(1)
		SetGlobal("asdfadfa","GLOBAL",3)
		StartCutScene("EndsNe")
END

Use Near Infinity to export the BCS to a safe spot (backup) and then delete these parts in both instances, compile and save:
ActionOverride(Player1,MakeUnselectable(1))
ActionOverride(Player2,MakeUnselectable(1))
ActionOverride(Player3,MakeUnselectable(1))
ActionOverride(Player4,MakeUnselectable(1))
ActionOverride(Player5,MakeUnselectable(1))
ActionOverride(Player6,MakeUnselectable(1))

It is the same thing as the Arena script and that final cut scene script that the ActionOverride creates uncontrollable dudes. Try that and I hope it works.
?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant

#8 darkkhaine

darkkhaine
  • Member
  • 88 posts

Posted 07 June 2008 - 08:37 AM

It doesn't work. Artemis is still unselectable and he is killed by drizzt. Nothing happens then.

#9 DeusEx

DeusEx

    Disappearing Member

  • Member
  • 757 posts

Posted 10 June 2008 - 04:18 AM

I don't know about you but on my last install i didn't have any problems with selecting my character in the arena and during the fight i could select any other of my npc as well(no files were edited), very weird. :wacko:

#10 Leomar

Leomar
  • Member
  • 1720 posts

Posted 10 June 2008 - 08:02 PM

I don't know about you but on my last install i didn't have any problems with selecting my character in the arena and during the fight i could select any other of my npc as well(no files were edited), very weird. :wacko:

What for news?!? :woot: Someone could play the RoT Arena.
Do you have your old WeiDU.log elsewhere?!? The arena bug could be a compatibility problem with an other mod or component?

Greetings Leomar
A Megamod does not mean that you can play all of the mods or all of their content,
but you have more choices or paths through the game.
- Chevalier

BiG World Project - Big Baldur's Gate World

#11 DeusEx

DeusEx

    Disappearing Member

  • Member
  • 757 posts

Posted 10 June 2008 - 10:41 PM

I deleted every trace of that install but if i remember correctly it was the install when i first started getting problems with Nej, so weidu is already posted in my first post(Big world project p33), as soon as i get the chance I'll see if the same thing happens on my current install. I always thought arena bug was problem of rot only(a bug in mod itself).
Oh and I always search the forums for new hotfixes before each install, don't know if that has anything to do with it.
Also I never had that smithy crash in that town just in cromwell's, also don't know if that has any relevance.

Well I have good news i just checked the arena by clua-ing from dungeon and all of my characters are still selectable

// 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-BG2FIXPACK.TP2~ #0 #0 // BG2 Fixpack - Core Fixes: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #1 // BG2 Fixpack - Game Text Update: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #2 // Super Happy Fun Lucky Modder Pack: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #3 // BETA Core Fixes (please check the readme!): 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #100 // Party Gets XP for Sending Keldorn to Reconcile With Maria: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #101 // Improved Spell Animations: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #102 // Cromwell's Forging Actually Takes a Day: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #103 // Mixed-Use Dagger Fixes: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #104 // Ghreyfain's Holy Symbol Fixes: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #106 // Giants Receive Penalties When Attacking Halflings, Dwarves, and Gnomes: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #107 // Remove Dual-Classing Restriction from Archers and Stalkers: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #108 // Remove Second Attribute Bonus for Evil Path in Wrath Hell Trial: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #109 // Corrected Summoned Demon Behavior: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #110 // Additional Script Fixes: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #111 // Bard Song Fixes: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #112 // Wizard Slayers Cause Miscast Magic on Ranged Attacks: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #113 // Additional Alignment Fixes: 6.1
~SETUP-BG2FIXPACK.TP2~ #0 #114 // Change Free Action to Protect Against Stun: 6.1
~SETUP-BDTOBV166.TP2~ #0 #3 // IMPROVED COPPER CORONET
~SETUP-BDTOBV166.TP2~ #0 #4 // RESTORED DAK'KON'S BLADE
~SETUP-BDTOBV166.TP2~ #0 #5 // Improved Nymph (Woodland Being) Script by Goeran Rimen
~SETUP-BDTOBV166.TP2~ #0 #6 // Dual Wielding Fix for Rogues by aVENGER
~SETUP-BDTOBV166.TP2~ #0 #7 // Baldurdash Fix Pack for ToB, v1.66 WeiDU
~SETUP-DARKRITUAL.TP2~ #0 #3 // CoM Store 1
~SETUP-OVERSIGHT.TP2~ #0 #0 // Tougher Sendai (ToB Required)
~SETUP-NEJ2BIFFER.TP2~ #0 #0 // Biffing NeJv4.2 files. Run this INSTEAD OF Setup-NeJ2.exe! Run Setup-NeJ2.exe FIRST to uninstall!
~SETUP-NEJ2.TP2~ #0 #0 // Never Ending Journey v4.2 - Part 1
~SETUP-NEJ2.TP2~ #0 #5 // Restored Twisted Rune Quest
~SETUP-NEJ2.TP2~ #0 #7 // Never Ending Journey v4.2 - Part 2
~SETUP-NEJ2.TP2~ #0 #8 // Melora NPC - Chaotic-Neutral Halfling Swashbuckler
~SETUP-NEJ2.TP2~ #0 #9 // Leina NPC - True-Neutral Half-Elf Bard Of Melody
~SETUP-NEJ2.TP2~ #0 #10 // Areas & Sounds
~SETUP-NEJGUI.TP2~ #0 #0 // GUI registrar for Never Ending Journey
~SETUP-BGTNEJ.TP2~ #0 #0 // Continuous and Custom Kit Imoen
~SETUP-NEJ2V602.TP2~ #0 #0 // Never Ending Journey v6.02 (cummulative patch)
~SETUP-NEJ2V602.TP2~ #0 #2 // Animations Compatibility Fix for "Tortured Souls"
~SETUP-TDD.TP2~ #0 #0 // The Darkest Day, v1.12
~SETUP-SOS.TP2~ #0 #0 // Shadows Over Soubar, v1.12
~SETUP-CTB.TP2~ #0 #0 // Check The Bodies, v1.9
~SETUP-CTB-CHORES.TP2~ #0 #0 // Candlekeep Chores, v2.1
~SETUP-TS-BP.TP2~ #0 #0 // TORTURED SOULS v6.10 (BP Compatible Version)
~SETUP-ROT.TP2~ #0 #0 // Region Of Terror, v2.1
~SETUP-ASCENSION.TP2~ #0 #4 // Tougher Illasera (optional, requires ToB)
~SETUP-BGT.TP2~ #0 #0 // Baldur's Gate Trilogy - Core 1.05b
~SETUP-BGT105BPATCH.TP2~ #0 #0 // BGT v105b: transition patch v1
~TXTMUSIC/TXTMUSIC.TP2~ #0 #0 // Restored Textscreen Music for BG1TuTu, EasyTutu, and BGT-WeiDU
~SETUP-BGTNEJ2.TP2~ #0 #0 // BGT-NeJ2 Compatibility Patch
~SETUP-BGTNEJ2.TP2~ #0 #3 // Custom Firewalker Kit and continuity for Shar-Teel
~SETUP-BGTNEJ.TP2~ #0 #2 // Priest of Sylvanus (Druid) Kit and Improved Character Jaheira.
~SETUP-BGTNEJ.TP2~ #0 #5 // Various Enhancements for BG1 (BGT required!)
~SETUP-BGTNEJ.TP2~ #0 #6 // Merchant League Bank (BGT required!)
~SETUP-BGTNEJ.TP2~ #0 #7 // More Items from BG1 (BGT required!)
~SETUP-DSOTSC.TP2~ #1 #0 // DSotSC for BGT-Weidu v2.00 Mod
~SETUP-NTOTSC.TP2~ #0 #0 // NTotSC for BGT-Weidu v1.55 Mod
~SETUP-NTOTSCV161.TP2~ #0 #0 // Fix NTotSC Issues (english only)
~SETUP-BONEHILL.TP2~ #0 #0 // Bone Hill Mod v2.10 (Requires BGT-Weidu or Tutu)
~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
~SETUP-THALAN.TP2~ #1 #0 // Thalantyr - ItemUpgrade
~SETUP-LOSTITEMS.TP2~ #0 #0 // Lost Items
~SETUP-LOSTITEMS.TP2~ #0 #1 // Xan has Sorcerer class
~SETUP-LOSTITEMS.TP2~ #0 #2 // Monk +3 AC and +1 THAC0 Bonus
~SETUP-LOSTITEMS.TP2~ #0 #4 // Viconia has 18 WIS
~BG1NPC.TP2~ #0 #0 // The BG1 NPC Project: Required Modifications: v16
~BG1NPC.TP2~ #0 #1 // The BG1 NPC Project: Banters, Quests, and Interjections: v16
~BG1NPC.TP2~ #0 #2 // The BG1 NPC Project: Give Edwin his BG2 portrait.: v16
~BG1NPC.TP2~ #0 #3 // The BG1 NPC Project: Give Imoen her BG2 portrait.: v16
~BG1NPC.TP2~ #0 #4 // The BG1 NPC Project: Give Jaheira her BG2 portrait.: v16
~BG1NPC.TP2~ #0 #5 // The BG1 NPC Project: Give Minsc his BG2 portrait.: v16
~BG1NPC.TP2~ #0 #6 // The BG1 NPC Project: Give Viconia her BG2 portrait.: v16
~BG1NPC.TP2~ #0 #7 // The BG1 NPC Project: Kivan's "Kivan and Deheriana Companions" portrait: v16
~BG1NPC.TP2~ #0 #8 // The BG1 NPC Project: Add Non-Joinable NPC portraits to quests and dialogues: v16
~BG1NPC.TP2~ #0 #9 // The BG1 NPC Project: Ajantis Romance Core (teen content): v16
~BG1NPC.TP2~ #0 #10 // The BG1 NPC Project: Branwen's Romance Core (teen content): v16
~BG1NPC.TP2~ #0 #11 // The BG1 NPC Project: Coran's Romance Core (adult content): v16
~BG1NPC.TP2~ #0 #12 // The BG1 NPC Project: Dynaheir's Romance Core (teen content): v16
~BG1NPC.TP2~ #0 #13 // The BG1 NPC Project: Shar-Teel Relationship Core (adult content): v16
~BG1NPC.TP2~ #0 #14 // The BG1 NPC Project: Xan's Romance Core (teen content): v16
~BG1NPC.TP2~ #0 #15 // The BG1 NPC Project: Female Romance Challenges, Ajantis vs Xan vs Coran: v16
~BG1NPC.TP2~ #0 #17 // The BG1 NPC Project: Alora's Starting Location -> Alora Starts in the Hall of Wonders.: v16
~BG1NPC.TP2~ #0 #25 // Jason Compton's Accelerated Banter Script.: v16
~BG1NPC.TP2~ #0 #27 // The BG1 NPC Project: Bardic Reputation Adjustment: v16
~BG1NPC.TP2~ #0 #28 // The BG1 NPC Project: Cloakwood areas availability in Chapter One -> Open Cloakwood Lodge (first Cloakwood area only): v16
~BG1NPC.TP2~ #0 #30 // The BG1 NPC Project: Sarevok's Diary Adjustments -> SixofSpades Extended Sarevok's Diary: v16
~BG1NPC.TP2~ #0 #200 // The BG1 NPC Project: Player-Initiated Dialogues: v16
~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
~SETUP-BG1UB.TP2~ #0 #0 // Ice Island Level Two Restoration
~SETUP-BG1UB.TP2~ #0 #1 // The Mysterious Vial
~SETUP-BG1UB.TP2~ #0 #2 // Additional Elminster Encounter
~SETUP-BG1UB.TP2~ #0 #8 // Safana the Flirt
~SETUP-BG1UB.TP2~ #0 #9 // Appropriate Albert and Rufie Reward
~SETUP-BG1UB.TP2~ #0 #10 // Place Entar Silvershield in His Home
~SETUP-BG1UB.TP2~ #0 #11 // Scar and the Sashenstar's Daughter
~SETUP-BG1UB.TP2~ #0 #12 // Quoningar, the Cleric
~SETUP-BG1UB.TP2~ #0 #14 // Edie, the Merchant League Applicant
~SETUP-BG1UB.TP2~ #0 #15 // Flaming Fist Mercenary Reinforcements
~SETUP-BG1UB.TP2~ #0 #16 // Creature Corrections
~SETUP-BG1UB.TP2~ #0 #17 // Creature Restorations
~SETUP-BG1UB.TP2~ #0 #18 // Creature Name Restorations
~SETUP-BG1UB.TP2~ #0 #19 // Minor Dialogue Restorations
~SETUP-BG1UB.TP2~ #0 #20 // Audio Restorations
~SETUP-BG1UB.TP2~ #0 #21 // Store, Tavern and Inn Fixes and Restorations
~SETUP-BG1UB.TP2~ #0 #22 // Item Corrections and Restorations
~SETUP-BG1UB.TP2~ #0 #23 // Area Corrections and Restorations
~SETUP-BG1UB.TP2~ #0 #24 // Permanent Corpses
~SETUP-BG1UB.TP2~ #0 #25 // Elven Charm and Sleep Racial Resistance
~SETUP-BATTLES.TP2~ #0 #0 // Modified STATS.IDS (see NOTE and WARNING)
~SETUP-BATTLES.TP2~ #0 #1 // Improved Drizzt
~SETUP-BATTLES.TP2~ #0 #2 // Improved Mencar Pebblecrusher
~SETUP-BATTLES.TP2~ #0 #3 // Improved Mad Cleric
~SETUP-BATTLES.TP2~ #0 #4 // Improved House Jae'llat
~SETUP-BATTLES.TP2~ #0 #5 // Improved Lord Roenall
~SETUP-BATTLES.TP2~ #0 #6 // Improved Master Brain
~SETUP-BATTLES.TP2~ #0 #7 // Improved Wraith Sarevok
~SETUP-BATTLES.TP2~ #0 #8 // Improved Cohrvale, Bregg & Alamas
~SETUP-BATTLES.TP2~ #0 #9 // Improved Firkraag
~SETUP-BATTLES.TP2~ #0 #10 // Improved Fire Giants (requires ToB)
~SETUP-BATTLES.TP2~ #0 #11 // Improved Shade Lord
~SETUP-BATTLES.TP2~ #0 #12 // Improved Trademeet Crypt
~SETUP-BATTLES.TP2~ #0 #13 // Improved Dungeon
~SETUP-BATTLES.TP2~ #0 #14 // Improved Temple Sewers Party
~SETUP-BATTLES.TP2~ #0 #15 // Improved Kiser Jhaeri (requires ToB) (*** Under construction ***)
~SETUP-BATTLES.TP2~ #0 #16 // Improved Falahar
~SETUP-BATTLES.TP2~ #0 #17 // Improved Drow Pit Fights
~SETUP-BATTLES.TP2~ #0 #18 // Improved Chromatic Demon
~SETUP-BATTLES.TP2~ #0 #19 // Knights of Dark Renown
~SETUP-D0QUESTPACK.TP2~ #0 #0 // General AI Improvements
~SETUP-D0QUESTPACK.TP2~ #0 #1 // Creature & Area Improvements -> All Creature & Area Improvements
~SETUP-SCS.TP2~ #0 #10 // Correct various errors on race, class etc
~SETUP-SCS.TP2~ #0 #20 // Make elemental arrows more like their BG2 counterparts
~SETUP-SCS.TP2~ #0 #30 // Make Protection from Normal Missiles block magical missiles
~SETUP-SCS.TP2~ #0 #50 // Re-introduce potions of extra-healing
~SETUP-SCS.TP2~ #0 #60 // Faster Bears
~SETUP-SCS.TP2~ #0 #70 // Allow player to choose NPC proficiencies and skills
~SETUP-SCS.TP2~ #0 #95 // Better NPC management
~SETUP-SCS.TP2~ #0 #100 // Allow Yeslick to use axes
~SETUP-SCS.TP2~ #0 #110 // Move NPCs to more convenient locations
~SETUP-SCS.TP2~ #0 #120 // Smarter general AI
~SETUP-SCS.TP2~ #0 #130 // Better calls for help
~SETUP-SCS.TP2~ #0 #140 // Potions for NPCs
~SETUP-SCS.TP2~ #0 #200 // Smarter deployment
~SETUP-SCS.TP2~ #0 #210 // Harder giant and phase spiders
~SETUP-SCS.TP2~ #0 #220 // Dark Side-based kobold upgrade
~SETUP-SCS.TP2~ #0 #230 // Smarter sirines and dryads
~SETUP-SCS.TP2~ #0 #240 // Slightly harder carrion crawlers
~SETUP-SCS.TP2~ #0 #250 // Smarter basilisks
~SETUP-SCS.TP2~ #0 #260 // Improved doppelgangers
~SETUP-SCS.TP2~ #0 #270 // Tougher Black Talons and Iron Throne guards
~SETUP-SCS.TP2~ #0 #280 // Relocated bounty hunters
~SETUP-SCS.TP2~ #0 #290 // Improved Ulcaster
~SETUP-SCS.TP2~ #0 #300 // Improved Balduran's Isle
~SETUP-SCS.TP2~ #0 #310 // Improved Durlag's Tower
~SETUP-SCS.TP2~ #0 #320 // Improved Demon Cultists
~SETUP-SCS.TP2~ #0 #330 // Improved miscellaneous encounters
~SETUP-SCS.TP2~ #0 #340 // Tougher chapter-two end battle
~SETUP-SCS.TP2~ #0 #350 // Tougher chapter-three end battle
~SETUP-SCS.TP2~ #0 #360 // Tougher chapter-four end battle
~SETUP-SCS.TP2~ #0 #370 // Tougher chapter-five end battle
~SETUP-SCS.TP2~ #0 #380 // Tougher chapter-six end battle
~SETUP-SCS.TP2~ #0 #390 // Improved final battle
~SETUP-SCS.TP2~ #0 #400 // Skip Candlekeep
~SETUP-SCS.TP2~ #0 #410 // Remove blur effect from displacer cloak
~SETUP-SCS.TP2~ #0 #420 // Stackable ankheg shells and winterwolf pelts
~SETUP-SCS.TP2~ #0 #440 // Ease-of-use player AI
~GBTHFKP/GBTHFKP.TP2~ #0 #0 // Expanded Thief Stronghold
~SETUP-AJOCMOD.TP2~ #0 #0 // AjocMod Weidu v1.5
~SETUP-DOS.TP2~ #0 #0 // Desecration of Souls 2.6
~SETUP-PLANARSPHEREMOD.TP2~ #0 #0 // PlanarSphereMod v2.6c: v2.6c
~SETUP-PLANARSPHEREMOD.TP2~ #0 #1 // Planar Sphere Store: v2.6c
~SETUP-PLANARSPHEREMOD.TP2~ #0 #2 // Waukeen's Promenade Store: v2.6c
~TOD/SETUP-TOD.TP2~ #0 #0 // Tower Of Deception Mod (Requires Throne Of Bhaal)
~TOD/SETUP-TOD.TP2~ #0 #1 // Improved Astral Shard Guardian
~TOD/SETUP-TOD.TP2~ #0 #2 // Encounter with Ustrain
~TB#QUEST/TB#QUEST.TP2~ #0 #3 // Underdark Mage Duel
~SETUP-C#SILBERDRACHENBLUT.TP2~ #0 #0 // Silberdrachenblut - Questmod von Gandalf the white
~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)
~DC/SETUP-DC.TP2~ #0 #0 // Dungeon Crawl, v4
~SETUP-DSOA.TP2~ #0 #0 // Kensai Ryu's Deeper Shadows of Amn v2.2
~SETUP-DSOA.TP2~ #0 #1 // Difficult Brown Dragon
~SETUP-DSOA.TP2~ #0 #2 // Improved Copper Coronet
~SETUP-DSOA.TP2~ #0 #3 // Improved Crypt King
~SETUP-DSOA.TP2~ #0 #4 // Ghost Shadow Dragon
~SETUP-DSOA.TP2~ #0 #5 // Gnome Fighter/Illusionist Encounter
~SETUP-DSOA.TP2~ #0 #6 // Grothgar the Red Dragon
~SETUP-DSOA.TP2~ #0 #8 // Curse of the Underground Shade Lord
~SETUP-DOFD.TP2~ #0 #0 // DofD
~SETUP-IMPASYLUM.TP2~ #0 #0 // Improved Asylum Mod for BG2:ToB
~SETUP-IMPASYLUM.TP2~ #0 #1 // Spellhold Lich
~SETUP-IMPASYLUM.TP2~ #0 #2 // Improved Player Scripts
~SETUP-RGENIE.TP2~ #0 #0 // Ribald's Genie
~SETUP-BOM.TP2~ #0 #0 // Boards of Magick item pack!
~SETUP-BG2SOA.TP2~ #0 #0 // Adds Items from Baldurs Gate to SoA -> Just add the items to Irenicus's Dungeon (Cheesiest method)
~SETUP-DARKRITUAL.TP2~ #0 #0 // Dark Ritual
~SETUP-DARKRITUAL.TP2~ #0 #1 // Improved Cult of the Unseeing Eye
~SETUP-DARKRITUAL.TP2~ #0 #2 // Improved Harper Fight
~SETUP-EXNEM.TP2~ #0 #0 // Exnem Vault v5, Install Items
~SETUP-EXNEM.TP2~ #0 #1 // Add items to creatures
~SETUP-EXNEM.TP2~ #0 #2 // Add items to areas (affects SOA areas only - not BGT, TDD, CtB, etc. areas)
~SETUP-FR_ROV.TP2~ #0 #0 // Freedom's Reign (SoA or ToB)
~SETUP-FR_ROV.TP2~ #0 #1 // Reign of Virtue (ToB)
~SETUP-VALHORN.TP2~ #0 #0 // Improved Horns of Valhalla v1.2
~SETUP-ROLLES.TP2~ #1 #0 // Rolles Safyer
~SETUP-ROLLES.TP2~ #1 #1 // Bag of Holding in Irenicus Dungeon
~RTTITEMPACK.TP2~ #0 #0 // Install RTT Item Pack? **The items are added to the "special" store of Ribald (Adventure's Mart, Waukeen's Promenade) available after SpellHold.**
~SETUP-RUAD.TP2~ #0 #0 // Ruad Ro'fhessa (SoA)
~SETUP-RUAD.TP2~ #0 #1 // Ruad Ro'fhessa (ToB)
~SETUP-TZSHOP01.TP2~ #0 #0 // The Magnificient Magic Shop
~ABYSTORE/ABYSTORE.TP2~ #0 #0 // Unusual Oddities Shop
~SETUP-UNDERREP.TP2~ #0 #0 // Underrepresented Items From Icewind Dale 2
~SETUP-ITEMUPGRADE.TP2~ #0 #0 // Shadows Of Amn Item Upgrades
~SETUP-ITEMUPGRADE.TP2~ #0 #1 // Throne Of Bhaal Item Upgrades
~SETUP-SPITEMPACK.TP2~ #0 #1 // Creslyn's BG2 Item Pack
~SETUP-SPITEMPACK.TP2~ #0 #2 // Davoran's Spell Pack
~SETUP-SPITEMPACK.TP2~ #0 #3 // Shadow Daemon's Spells Pack
~SETUP-EBG2.TP2~ #0 #0 // Additional merchant with new items
~SETUP-EBG2.TP2~ #0 #1 // Interjections
~SETUP-EBG2.TP2~ #0 #2 // Tomes and manuals
~SETUP-EBG2.TP2~ #0 #4 // Additional portraits
~SETUP-EBG2.TP2~ #0 #5 // Lost item descriptions
~SETUP-EBG2.TP2~ #0 #6 // Dragonsuit & Glory of Balduran (ToB)
~SETUP-EBG2.TP2~ #0 #7 // New racial enemies
~SETUP-EBG2.TP2~ #0 #18 // Miscellaneous tweaks
~SETUP-RUPERT.TP2~ #0 #0 // Rupert the Dye Merchant (for BG2 or TuTu/BGT)
~SETUP-SELUNEARMOURY.TP2~ #0 #0 // Selune's Armoury v1
~SETUP-ROTBARMORSET.TP2~ #0 #0 // Realm of the Bhaalspawn Armor Set
~SETUP-AMBER.TP2~ #0 #0 // Amber the NPC MOD for BGII:SoA: v2.5
~SETUP-SAERILETH.TP2~ #0 #0 // Saerileth Romance Mod v12 (BG2:SoA & TOB NPC) created by nethrin and Sillara
~SETUP-BTL.TP2~ #0 #0 // Beyond the Law - Kova & Kiyone
~SETUP-BTL.TP2~ #0 #1 // Alternate Soundset for Kiyone - Female4
~SETUP-BTL.TP2~ #0 #2 // Better Balanced BTL Items
~SETUP-BTL.TP2~ #0 #3 // Portraits for Minor Non-Joinable BTL NPCs
~SETUP-CHIARA.TP2~ #0 #0 // Chiara - Ein Charakter aus dem Rosenranken-Forum
~SETUP-ELVAN-ALL.TP2~ #0 #0 // Elvanshalee fuer SoA oder ToB Pic von Kay Allen
~SETUP-ELVAN-ALL.TP2~ #0 #1 // Elvanshalee fuer Knight Kits Pic von Kay Allen
~KITANYA/SETUP-KITANYA.TP2~ #0 #0 // Kitanya Conversation/Romance Mod for BG2
~KITANYA/SETUP-KITANYA.TP2~ #0 #1 // Wizardslayer Bugs Fix
~SETUP-NEH'TANIEL.TP2~ #0 #0 // Neh'taniel NPC Mod
~SETUP-VALEN.TP2~ #0 #0 // Valen
~SETUP-YASRAENA.TP2~ #0 #0 // Yasraena v7 (BG2:SoA & TOB NPC) created by nethrin & Sillara of the Tamari
~SETUP-BIDDE.TP2~ #0 #0 // Biddekelorak v1 (BG2:SoA & TOB NPC) created by nethrin
~SETUP-POB.TP2~ #0 #0 // The Perils of Branwen the Cleric
~SDMODS/SDMODS.TP2~ #0 #0 // Shed's Mods
~CONTEST/SETUP-CONTEST.TP2~ #0 #0 // Facing the Shade Lord Again
~SETUP-BWL_CONTEST.TP2~ #0 #0 // K'aeloree's BWL Contest Items
~NPC_TWEAK.TP2~ #0 #1 // Cernd
~SETUP-UB.TP2~ #0 #0 // The Kidnapping of Boo by Cliffette
~SETUP-UB.TP2~ #0 #2 // Kalah and What He Was Promised
~SETUP-UB.TP2~ #0 #5 // The Pai'Na/Spider's Bane Quest
~SETUP-UB.TP2~ #0 #6 // Restored Crooked Crane Inn
~SETUP-UB.TP2~ #0 #7 // Restored Encounters
~SETUP-UB.TP2~ #0 #8 // Artemis Entreri in Bodhi's Lair
~SETUP-UB.TP2~ #0 #9 // Corrected "Xzar's Creations"
~SETUP-UB.TP2~ #0 #10 // Restored Hell Minions, by SimDing0
~SETUP-UB.TP2~ #0 #11 // Gorf the Squisher Fix, by Gebhard Blucher
~SETUP-UB.TP2~ #0 #12 // Item Restorations
~SETUP-UB.TP2~ #0 #15 // NPC Portrait Restorations
~SETUP-UB.TP2~ #0 #16 // Corrected BAMs and Scripts
~SETUP-UB.TP2~ #0 #17 // Corrected Character Names and Biographies
~SETUP-UB.TP2~ #0 #19 // Restored Bhaalspawn Powers, by David Gaider
~SETUP-UB.TP2~ #0 #20 // Extended ToB Item Descriptions
~SETUP-UB.TP2~ #0 #21 // Throne of Bhaal Minor Restorations
~SETUP-UB.TP2~ #0 #24 // Sarevok's Remorse
~VIC.TP2~ #0 #0 // Victor's Improved Races
~VIC.TP2~ #0 #1 // Victor's Wizards Know Better(have more Lore)
~VIC.TP2~ #0 #3 // Lich Slayer Scimitar
~VIC.TP2~ #0 #4 // The Djin Merchant
~VIC.TP2~ #0 #6 // Romance Friendly Imprisonment(by Galactygon)
~VIC.TP2~ #0 #7 // Lydia's scroll
~VIC.TP2~ #0 #9 // Victor's Special Encounters
~SETUP-SEMI_MULTI_CLERICS.TP2~ #0 #0 // Semi-multi-clerics
~ADPACK/SETUP-ADPACK.TP2~ #0 #0 // Shared files (required)
~ADPACK/SETUP-ADPACK.TP2~ #0 #1 // Divine spells lvl 1-8
~ADPACK/SETUP-ADPACK.TP2~ #0 #2 // Arcane spells lvl 1-10
~ADPACK/SETUP-ADPACK.TP2~ #0 #3 // New dimension door animation
~SETUP-SPELLPACKB4.TP2~ #0 #0 // Spell Pack (Core Files and Graphics)
~SETUP-SPELLPACKB4.TP2~ #0 #1 // IWD Style Casting Graphics
~SETUP-SPELLPACKB4.TP2~ #0 #2 // Entangle, Magical Stone, Sanctuary, Sunscorch
~SETUP-SPELLPACKB4.TP2~ #0 #3 // Chant, Flame Blade, Spiritual Hammer, Alicorn Lance, Beast Claw, Produce Flame, Moon Motes
~SETUP-SPELLPACKB4.TP2~ #0 #4 // Call Lightning, Invisibility Purge, Miscast Magic, Spike Growth, Random Casualty, Prayer, Moonblade, Stormshell, Elysium's Tears
~SETUP-SPELLPACKB4.TP2~ #0 #5 // Thorn Spray, Recitation, Cloud of Pestilence, Static Charge, Adamantite Mace
~SETUP-SPELLPACKB4.TP2~ #0 #6 // Produce Fire (replaces Poison!)
~SETUP-SPELLPACKB4.TP2~ #0 #7 // Flame Strike, Undead Ward, Animal Rage, Produce Ice, Spike Stones
~SETUP-SPELLPACKB4.TP2~ #0 #8 // Entropy Shield, Whirlwind
~SETUP-SPELLPACKB4.TP2~ #0 #9 // Implosion
~SETUP-SPELLPACKB4.TP2~ #0 #10 // Charm Person
~SETUP-SPELLPACKB4.TP2~ #0 #11 // Dimension Door (replaces Teleport Field!)
~SETUP-SPELLPACKB4.TP2~ #0 #12 // Flame Arrow, Ice Storm, Improved Invisibility, Otiluke's Resilient Sphere, Wizard Eye
~SETUP-SPELLPACKB4.TP2~ #0 #13 // Cloudkill, Cone of Cold, Shadow Door, Domination, Chaos, Invulnerability to Normal Weapons, Lower Resistance
~SETUP-SPELLPACKB4.TP2~ #0 #14 // Shroud of Flame (replaces Oracle!)
~SETUP-SPELLPACKB4.TP2~ #0 #15 // Death Spell, Mislead, Invulnerability to Magical Weapons, Death Fog, Disintegrate
~SETUP-SPELLPACKB4.TP2~ #0 #16 // Chain Lightning
~SETUP-SPELLPACKB4.TP2~ #0 #17 // Prismatic Spray, Mordenkainen's Sword, Mass Invisibility
~SETUP-SPELLPACKB4.TP2~ #0 #18 // Deathbolt (replaces Simulacrum!)
~SETUP-SPELLPACKB4.TP2~ #0 #19 // Abi-Dalzim's Horrid Wilting, Incendiary Cloud
~SETUP-SPELLPACKB4.TP2~ #0 #20 // Black Blade of Disaster, Power Word Kill
~SETUP-SPELL50.TP2~ #0 #0 // The Spell-50 Mod: (Extended spell power up to level 50)
~SETUP-SPELL50.TP2~ #0 #1 // The Spell-50 Mod: Few constant level spells advance over 20th level
~WILDMAGE/SETUP-WILDMAGE.TP2~ #0 #0 // Wild Mage Additions: New Wild Magic Spells
~WILDMAGE/SETUP-WILDMAGE.TP2~ #0 #3 // Misc spell modifications
~SETUP-BPV177.TP2~ #0 #0 // Big Picture AI/Enhancement Mod, version 177 weidu (beta)
~SETUP-BPV177.TP2~ #0 #1 // Improved Suldanessallar
~SETUP-BPV177.TP2~ #0 #2 // Improved Spellhold
~SETUP-BPV177.TP2~ #0 #3 // Wand of Orcus Add-In
~SETUP-BPV177.TP2~ #0 #4 // Improved Small Teeth Pass, by Kensai Ryu
~SETUP-BPV177.TP2~ #0 #5 // Improved Kangaxx Encounter, by Kensai Ryu
~SETUP-BPV177.TP2~ #0 #6 // Kensai Ryu's Improved Crypt King
~SETUP-BPV177.TP2~ #0 #7 // Kensai Ryu's Gnome Fighter/Illusionist in the Docks
~SETUP-BPV177.TP2~ #0 #8 // Improved Random Encounters, by Gebhard Blucher and Kensai Ryu
~SETUP-BPV177.TP2~ #0 #9 // Gebhard Blucher's Lich in the Docks
~SETUP-BPV177.TP2~ #0 #10 // Red Badge, Poison-Based Encounter, by Westley Weimer
~SETUP-BPV177.TP2~ #0 #11 // Kuroisan the Acid Kensai, by Westley Weimer
~SETUP-BPV177.TP2~ #0 #12 // The Ritual, by Westley Weimer
~SETUP-BPV177.TP2~ #0 #13 // Improved Xvart Village, for BGT-weidu
~SETUP-BPV177-TOBFIX.TP2~ #0 #0 // BPv177 TOB Trigger Fix
~SETUP-ASCENSION.TP2~ #0 #0 // Ascension v1.41 (requires ToB)
~SETUP-ASCENSION.TP2~ #0 #1 // Tougher Abazigal (optional, requires ToB)
~SETUP-ASCENSION.TP2~ #0 #2 // Original Tougher Demogorgon (optional, requires ToB)
~SETUP-ASCENSION.TP2~ #0 #3 // Tougher Gromnir (optional, requires ToB)
~SETUP-ASCENSION.TP2~ #0 #5 // Tougher Yaga-Shura (optional, requires ToB)
~SETUP-TACTICS.TP2~ #0 #3 // Improved Sahuagin City
~SETUP-TACTICS.TP2~ #0 #32 // Mike Barnes' Improved North Forest
~SETUP-TACTICS.TP2~ #0 #33 // Mike Barnes' Marching Mountains
~SETUP-TACTICS.TP2~ #0 #37 // Streamlined Trolls
~SETUP-TURNABOUT.TP2~ #0 #0 // Ascension: Turnabout
~SETUP-TURNABOUT.TP2~ #0 #1 // Balthazar Epilogue Portrait, by Cliffette
~SETUP-D0QUESTPACK.TP2~ #0 #9 // Improved Oasis II -> IO2 Dialogue & Combat Enhancement
~SETUP-LONGERROAD.TP2~ #0 #0 // Longer Road v 1.5
~SETUP-LONGERROAD.TP2~ #0 #1 // SPEED BANTERS
~SETUP-LONGERROAD.TP2~ #0 #2 // Restore Irenicus's original portrait from SoA.
~CELESTIALS/SETUP-CELESTIALS.TP2~ #0 #0 // PnP Celestials: v5
~SETUP-GRIMUARS.TP2~ #0 #1 // Grimuars for BG2 WITH TACTICS
~SETUP-GRIMUARS.TP2~ #0 #2 // Additional Grimuars Store
~SETUP-GRIMUARS.TP2~ #0 #4 // Tougher Gaal
~SETUP-GRIMUARS.TP2~ #0 #5 // Tougher Ardhata
~SETUP-SOLAUFEIN.TP2~ #0 #0 // Solaufein Romance for Baldur's Gate II (SoA & ToB)
~SETUP-KETO.TP2~ #0 #0 // Keto-SOA NPC V2
~SETUP-D0QUESTPACK.TP2~ #0 #2 // Creature & Area Improvements -> All Creature Improvements
~SETUP-D0QUESTPACK.TP2~ #0 #4 // Alternative Harper/Xzar Plot
~SETUP-D0QUESTPACK.TP2~ #0 #5 // Extended Reynald Sequence
~SETUP-D0QUESTPACK.TP2~ #0 #6 // Intrigue In The Copper Coronet
~SETUP-D0QUESTPACK.TP2~ #0 #7 // Rahul Kanakia's Potion Quest
~SETUP-D0QUESTPACK.TP2~ #0 #8 // Revised Hell Trials
~SETUP-D0QUESTPACK.TP2~ #0 #11 // Saving Sanik In Brynnlaw
~SETUP-D0QUESTPACK.TP2~ #0 #12 // Burglary Of The Bookkeeper
~SETUP-D0QUESTPACK.TP2~ #0 #13 // New Fate For The Dryads' Acorns
~SETUP-D0QUESTPACK.TP2~ #0 #14 // The Tragedy Of Besamen
~SETUP-D0QUESTPACK.TP2~ #0 #15 // Further Slaver Involvement
~SETUP-D0QUESTPACK.TP2~ #0 #16 // Sending The Solamnic Knights Home
~SETUP-D0QUESTPACK.TP2~ #0 #17 // Nazariel The Lich
~SETUP-D0QUESTPACK.TP2~ #0 #18 // Reward Negotiation
~SETUP-D0QUESTPACK.TP2~ #0 #19 // Infernal Thievery
~SETUP-MTS_CRAPPACKV2.TP2~ #0 #6 // Paladin Patch by Falkentyne
~SETUP-MTS_CRAPPACKV2.TP2~ #0 #8 // Extended Mage/Cleric Spell Tables by Kevin Dorner
~SETUP-MTS_CRAPPACKV2.TP2~ #0 #9 // All-Blunt Dwarven Thrower by Kevin Dorner
~SETUP-MTS_CRAPPACKV2.TP2~ #0 #10 // Green-Black Robe of Vecna by Inoshiro
~SETUP-MTS_CRAPPACKV2.TP2~ #0 #24 // Install Charlotte sans Menagerie by Sir BillyBob
~SETUP-MTS_CRAPPACKV2.TP2~ #0 #25 // Install All Items Identified in Selence's Shop
~SETUP-MTS_CRAPPACKV2.TP2~ #0 #30 // Install Quest Pack Compatability patch by Moongaze
~SETUP-SONG_AND_SILENCE.TP2~ #0 #0 // Changes to trueclass bards and thieves, and unmodded game kits (required for other components)
~SETUP-SONG_AND_SILENCE.TP2~ #0 #1 // Add new bardic store and thief items
~SETUP-OVERSIGHT.TP2~ #0 #2 // Class Tweaks/Fixes
~SETUP-OVERSIGHT.TP2~ #0 #3 // Altered Spells
~SETUP-OVERSIGHT.TP2~ #0 #6 // Monk High Level Abilities
~SETUP-OVERSIGHT.TP2~ #0 #7 // Holy Liberator
~DIVINE_REMIX/SETUP-DIVINE_REMIX.TP2~ #0 #0 // Divine Remix Core Components (Required for Everything)
~DIVINE_REMIX/SETUP-DIVINE_REMIX.TP2~ #0 #100 // Cleric Remix
~DIVINE_REMIX/SETUP-DIVINE_REMIX.TP2~ #0 #200 // Druid Remix
~SWORD_AND_FIST/SETUP-SWORD_AND_FIST.TP2~ #0 #1 // Monk Remix
~RR/SETUP-RR.TP2~ #0 #0 // Proper dual-wielding implementation for Thieves and Bards: v3.91
~RR/SETUP-RR.TP2~ #0 #1 // Thief kit revisions: v3.91
~RR/SETUP-RR.TP2~ #0 #2 // Bard kit revisions: v3.91
~RR/SETUP-RR.TP2~ #0 #3 // Bard High Level Ability revisions: v3.91
~RR/SETUP-RR.TP2~ #0 #4 // Proper spell progression for Bards: v3.91
~RR/SETUP-RR.TP2~ #0 #5 // Additional equipment for Thieves and Bards: v3.91
~RR/SETUP-RR.TP2~ #0 #6 // Revised Thievery -> Use PnP thievery potions and prevent their effects from stacking: v3.91
~RR/SETUP-RR.TP2~ #0 #8 // Chosen of Cyric encounter: v3.91
~SETUP-REFINEMENTS.TP2~ #0 #10 // Revised High Level Abilities
~SETUP-REFINEMENTS.TP2~ #0 #30 // Shapeshifting fix -> Heal on shifting back to human (Default)
~SETUP-REFINEMENTS.TP2~ #0 #40 // Universal lesser mage robes
~SETUP-ASHESOFEMBERS.TP2~ #0 #0 // Sensible weapon restrictions for MODS
~SETUP-ASHESOFEMBERS.TP2~ #0 #2 // Unique weapons (bolas and katars)
~SETUP-ASHESOFEMBERS.TP2~ #0 #3 // Throwing Spears
~SETUP-ASHESOFEMBERS.TP2~ #0 #4 // Wizard Slayer kit MR bonus (8% + 4%/level)
~SETUP-ASHESOFEMBERS.TP2~ #0 #12 // New Armour (Scale, Banded, and Field Plate)
~SETUP-ASHESOFEMBERS.TP2~ #0 #14 // Sensible weapon restrictions for SoA (non-mod weapons)
~SETUP-ASHESOFEMBERS.TP2~ #0 #15 // Sensible weapon restrictions for ToB (non-mod weapons)
~SETUP-ASHESOFEMBERS.TP2~ #0 #16 // SoA Anomen's new proficiencies (Long Sword, Spear, Xbow)] [Requires Sensible Weapons for SoA
~SETUP-ASHESOFEMBERS.TP2~ #0 #17 // ToB Anomen's new proficiencies (Long Sword, Spear, Xbow)] [Requires Sensible Weapons for ToB
~SETUP-ASHESOFEMBERS.TP2~ #0 #18 // SoA Viconia's new proficiencies (Crossbow, Flail, Single-weapon Style, Scimitar, and Short Sword)] [Requires Sensible Weapons for SoA
~SETUP-ASHESOFEMBERS.TP2~ #0 #19 // ToB Viconia's new proficiencies (Crossbow, Flail, Single-weapon Style, Scimitar, and Short Sword)] [Requires Sensible Weapons for ToB
~SETUP-ASHESOFEMBERS.TP2~ #0 #20 // SoA Keldorn's new proficiencies (Crossbow becomes Spear)] [Requires Sensible Items for SoA
~SETUP-ASHESOFEMBERS.TP2~ #0 #21 // ToB Keldorn's new proficiencies (Crossbow becomes Spear)] [Requires Sensible Items for ToB
~SETUP-SDNPC.TP2~ #0 #0 // Yikari, a monk NPC
~TB#TWEAKS/TB#TWEAKS.TP2~ #0 #100 // Nature's Beauty Tweak. (v2.10)
~TB#TWEAKS/TB#TWEAKS.TP2~ #0 #150 // Imprisonment Fix. (v2.10)
~TB#TWEAKS/TB#TWEAKS.TP2~ #0 #200 // Flesh to Stone Fix. (v2.10)
~TB#TWEAKS/TB#TWEAKS.TP2~ #0 #300 // Drop Weapons in Panic Effect Removal. (v2.10)
~TB#TWEAKS/TB#TWEAKS.TP2~ #0 #1250 // More cheating Wishes: -> Cheesy Limited Wish & Wish. (v2.10)
~IYLOS/IYLOS.TP2~ #0 #0 // Iylos NPC for BGII:ToB: 2.3
~IYLOS/IYLOS.TP2~ #0 #1 // Install extended content (PID, more interjections, friendship, scenery & plot dialogues)?: 2.3
~IYLOS/IYLOS.TP2~ #0 #2 // How much time would you like in between Iylos' PC dialogues? -> 15 Minutes: 2.3
~CROSSMODBG2/SETUP-CROSSMODBG2.TP2~ #0 #0 // Crossmod Banter Pack for Shadows of Amn - version 6 (03Nov2007)
~CROSSMODBG2/SETUP-CROSSMODBG2.TP2~ #0 #1 // Crossmod Banter Pack for Throne of Bhaal
~CROSSMODBG2/SETUP-CROSSMODBG2.TP2~ #0 #2 // Crossmod Romance Conflicts
~SETUP-Z#MISC.TP2~ #0 #1 // Improved Statue of Riddles
~SETUP-Z#MISC.TP2~ #0 #16 // Uberweapon - for Testing Purposes
~SETUP-Z#MISC.TP2~ #0 #17 // Expanded Spell Progression for Rangers
~SETUP-Z#MISC.TP2~ #0 #18 // Expanded Spell Progression for Bards
~SETUP-Z#MISC.TP2~ #0 #19 // Expanded Spell Progression for Paladins
~SCSII/SETUP-SCSII.TP2~ #0 #10 // Detectable spells and effects (required for most other components): v7
~SCSII/SETUP-SCSII.TP2~ #0 #20 // Allow Spellstrike to take down a Protection from Magic scroll: v7
~SCSII/SETUP-SCSII.TP2~ #0 #30 // More consistent Breach spell (always affects liches and rakshasas; doesn't penetrate Spell Turning): v7
~SCSII/SETUP-SCSII.TP2~ #0 #40 // Antimagic attacks penetrate improved invisibility: v7
~SCSII/SETUP-SCSII.TP2~ #0 #50 // Iron Skins behaves like Stoneskin (can be brought down by Breach): v7
~SCSII/SETUP-SCSII.TP2~ #0 #61 // Modify the Harm spell so it does damage rather than reducing target to 1 hp -> Enemy and player Harm spells both do 150 hp of damage: v7
~SCSII/SETUP-SCSII.TP2~ #0 #70 // Make individual versions of Spell Immunity available, so that players can use them in Contingencies etc.: v7
~SCSII/SETUP-SCSII.TP2~ #0 #80 // Revert Greater Restoration back to only affecting one creature: v7
~SCSII/SETUP-SCSII.TP2~ #0 #90 // Blade Barrier and Globe of Blades only affect hostile creatures: v7
~SCSII/SETUP-SCSII.TP2~ #0 #100 // Cap damage done by Skull Trap at 12d6: v7
~SCSII/SETUP-SCSII.TP2~ #0 #105 // Make Power-Word: Blind single-target: v7
~SCSII/SETUP-SCSII.TP2~ #0 #110 // Make Minute Meteors into +2 weapons: v7
~SCSII/SETUP-SCSII.TP2~ #0 #184 // Increase the price asked by Gaylan Baele -> Gaylan wants 120,000 gold pieces: v7
~SCSII/SETUP-SCSII.TP2~ #0 #187 // Make Freedom scrolls available earlier: v7
~SCSII/SETUP-SCSII.TP2~ #0 #195 // Retrieve Dropped Items from Hell: v7
~SCSII/SETUP-SCSII.TP2~ #0 #201 // Prevent party members from dying irreversibly: v7
~SCSII/SETUP-SCSII.TP2~ #0 #220 // Smarter general AI: v7
~SCSII/SETUP-SCSII.TP2~ #0 #236 // Potions for NPCs -> About half of all unused potions on dead enemies are retrievable by the party (the rest are assumed to break): v7
~SCSII/SETUP-SCSII.TP2~ #0 #238 // Improved Spiders: v7
~SCSII/SETUP-SCSII.TP2~ #0 #241 // Improved fiends -> Fiends cast spells like normal wizards: v7
~SCSII/SETUP-SCSII.TP2~ #0 #251 // Smarter genies -> Genies cast spells like normal wizards: v7
~SCSII/SETUP-SCSII.TP2~ #0 #261 // Smarter celestials -> Celestials cast spells like normal wizards: v7
~SCSII/SETUP-SCSII.TP2~ #0 #271 // Smarter dragons -> Dragons cast spells like normal wizards: v7
~SCSII/SETUP-SCSII.TP2~ #0 #281 // Smarter beholders -> Upgrade the hive (borrowed from Quest Pack) and give beholder rays some chance of burn-through: v7
~SCSII/SETUP-SCSII.TP2~ #0 #292 // Smarter mind flayers -> Illithids have enhanced damage resistance; Illithids can see through invisibility (matches Tactics mod): v7
~SCSII/SETUP-SCSII.TP2~ #0 #300 // Smarter githyanki: v7
~SCSII/SETUP-SCSII.TP2~ #0 #310 // Enemy mages use Simulacrum and Project Image spells (this component will have no effect unless you install Smarter Mages): v7
~SCSII/SETUP-SCSII.TP2~ #0 #321 // Smarter Mages -> Mages only cast short-duration spells instantly at start of combat if they are created in sight of the PC: v7
~SCSII/SETUP-SCSII.TP2~ #0 #331 // Smarter Priests -> Priests only cast short-duration spells instantly at start of combat if they are created in sight of the PC: v7
~SCSII/SETUP-SCSII.TP2~ #0 #335 // Spellcasting Demiliches: v7
~SCSII/SETUP-SCSII.TP2~ #0 #341 // Add high-level abilities (HLAs) to ToB mages -> All ToB mages who can cast 9th-level spells get HLAs: v7
~SCSII/SETUP-SCSII.TP2~ #0 #351 // Add high-level abilities (HLAs) to ToB priests -> All ToB priests who can cast 9th-level spells get HLAs: v7
~SCSII/SETUP-SCSII.TP2~ #0 #361 // Add high-level abilities (HLAs) to SoA mages -> All SoA mages who can cast 9th-level spells get HLAs: v7
~SCSII/SETUP-SCSII.TP2~ #0 #371 // Add high-level abilities (HLAs) to SoA priests -> All SoA priests who can cast 9th-level spells get HLAs: v7
~SCSII/SETUP-SCSII.TP2~ #0 #375 // Slightly Improved Watcher's Keep: v7
~SCSII/SETUP-SCSII.TP2~ #0 #380 // Improved d'Arnise Keep ("Tactics Remix") -> Enhanced spirit trolls (as in Tactics): v7
~SCSII/SETUP-SCSII.TP2~ #0 #383 // Improved Fire Giant temple: v7
~SCSII/SETUP-SCSII.TP2~ #0 #385 // Enhanced Sendai's Enclave: v7
~SCSII/SETUP-SCSII.TP2~ #0 #386 // Improved Abazigal's Lair: v7
~SCSII/SETUP-SCSII.TP2~ #0 #387 // Improved Shade Lord: v7
~SCSII/SETUP-SCSII.TP2~ #0 #390 // Improved Sahuagin: v7
~SCSII/SETUP-SCSII.TP2~ #0 #394 // More resilient trolls: v7
~SCSII/SETUP-SCSII.TP2~ #0 #396 // Slightly improved Faldorn: v7
~SCSII/SETUP-SCSII.TP2~ #0 #398 // Improved Bodhi (Tactics Remix) -> Original Tactics Improved Bodhi with SCSII scripting: v7
~SCSII/SETUP-SCSII.TP2~ #0 #399 // Improved Vampires: v7
~SCSII/SETUP-SCSII.TP2~ #0 #400 // Increase difficulty of level-dependent monster groupings -> Mildly increased difficulty: v7
~SCSII/SETUP-SCSII.TP2~ #0 #412 // Improved Random Encounters: v7
~SCSII/SETUP-SCSII.TP2~ #0 #415 // Give SCS II style AI to Ascension enemies: v7
~SCSII/SETUP-SCSII.TP2~ #0 #420 // Ease-of-use party AI: v7
~SCSII/SETUP-SCSII.TP2~ #0 #430 // Remove animation from the Cloak of Mirroring (leave it for other spells and effects that use the same graphic): v7
~SETUP-BGTTWEAK.TP2~ #0 #0 // Eldoth reminds of Skie's ransom
~SETUP-BGTTWEAK.TP2~ #0 #3 // Add Semaj's Cloak and Upgraded Koveras' Ring of Protection
~SETUP-BGTTWEAK.TP2~ #0 #7 // Import more items into Shadows of Amn (WARNING: This can be considered a cheat)
~SETUP-BGTTWEAK.TP2~ #0 #8 // Random activated traps in the pirate cave -> Install-time randomisation
~SETUP-BGTTWEAK.TP2~ #0 #10 // Bags of the Sword Coast
~SETUP-BGTTWEAK.TP2~ #0 #13 // Arkion reacts to player's reputation
~SETUP-BGTTWEAK.TP2~ #0 #15 // More bandit scalps
~SETUP-BGTTWEAK.TP2~ #0 #17 // Altered item shattering -> Make armor and shields shatter
~SETUP-BGTTWEAK.TP2~ #0 #19 // Salk's Pen-and-Paper ruleset corrections
~SETUP-BGTTWEAK.TP2~ #0 #21 // Restore BG2 XP bonus for traps, locks, and scrolls
~SETUP-BGTTWEAK.TP2~ #0 #24 // Exotic Weapons For Taerom
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #40 // Change Viconia's Skin Color to Dark Blue
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #60 // Weapon Animation Tweaks
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #70 // Icewind Dale Casting Graphics (Andyr)
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #100 // Commoners Use Drab Colors
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #110 // Icon Improvements
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #130 // Force All Dialogue to Pause Game
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1010 // More Interjections
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1020 // Alter HP Triggers for NPC Wounded Dialogues
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1090 // Exotic Item Pack
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1130 // Reputation Resets in BG2 (BGT Only)
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1160 // Multiple Strongholds (Baldurdash) -> No Restrictions (Baldurdash)
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1220 // Allow Cromwell to Upgrade Watcher's Keep Items
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2040 // Universal Clubs
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2060 // Weapon Styles for All
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2090 // Change Experience Point Cap -> Remove Experience Cap
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2140 // Expanded Dual-Class Options
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2151 // Wear Multiple Protection Items -> No Restrictions
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2170 // Cast Spells from Scrolls (and Other Items) at Character Level
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2192 // Limit Ability of Storekeepers to Identify Items -> Hybrid of Both Methods
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2200 // Multi-Class Grandmastery (Weimer)
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3000 // Higher HP on Level Up -> Maximum
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3010 // Maximum HP for NPCs (the bigg) -> For All Creatures in Game
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3031 // Easy Spell Learning -> 100% Learn Spells and No Maximum Cap
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3040 // Make Bags of Holding Bottomless
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3050 // Remove fatigue from restoration spells
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3060 // Remove "You Must Gather Your Party..." Sound (Weimer)
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3121 // Happy Patch (Party NPCs do not fight or complain about reputation) -> NPCs can be angry about reputation but never leave (Salk)
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3125 // Neutral Characters Make Happy Comments at Mid-Range Reputation
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3170 // No Drow Avatars On Party In Underdark
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3183 // Romance Cheats
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3190 // Rest Anywhere (Japheth)
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4010 // Improved Fate Spirit Summoning
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4031 // Consistent Stats: Edwin -> Use BG2 Values
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4041 // Consistent Stats: Jaheira -> Use BG2 Values
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4061 // Consistent Stats: Minsc -> Use BG2 Values
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4071 // Consistent Stats: Viconia -> Use BG2 Values
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4080 // Make Khalid a Fighter-Mage (Domi)
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4090 // Make Montaron an Assassin (Andyr)
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4100 // Change Korgan to Neutral Evil
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4110 // Give Kagain A Legal Constitution Score of 19
~SETUP-D0TWEAK.TP2~ #0 #0 // Enhanced Goodberries
~SETUP-D0TWEAK.TP2~ #0 #4 // Tweaked Weapon Enchantments
~SETUP-D0TWEAK.TP2~ #0 #5 // Additional Racial Enemies
~SETUP-D0TWEAK.TP2~ #0 #11 // Visual Ioun Stones
~SETUP-D0TWEAK.TP2~ #0 #18 // Improved Backstabbing
~SETUP-MTS_CRAPPACKV2.TP2~ #0 #31 // Install Ding0 Tweak Compatability patch by Moongaze
~MIXMOD/MIXMOD.TP2~ #0 #0 // WARNING
~MIXMOD/MIXMOD.TP2~ #0 #8 // Increased Ammo Stacks -> Increase Ammo by 750%
~MIXMOD/MIXMOD.TP2~ #0 #15 // Increased Gem and Jewelry Stacking -> Increase Gem and Jewelry by 750%
~MIXMOD/MIXMOD.TP2~ #0 #22 // Increased Potion Stacking -> Increase Potion by 750%
~MIXMOD/MIXMOD.TP2~ #0 #29 // Increased Scroll Stacking -> Increase Scroll by 750%
~MIXMOD/MIXMOD.TP2~ #0 #30 // Tougher Enemies (+ HP/Thac0/AC/Save) -> Add 25%/1/1/1
~MIXMOD/MIXMOD.TP2~ #0 #44 // Modified Shapeshifting Fix for Refinements V2
~MIXMOD/MIXMOD.TP2~ #0 #46 // Helmets for Shapeshifters Bug Fix
~SETUP-BP-BALANCER.TP2~ #0 #5 // XP for Spell Learning -> Original BG2
~SETUP-BP-BALANCER.TP2~ #0 #10 // XP for Disarming Traps -> Original BG2
~SETUP-BP-BALANCER.TP2~ #0 #15 // XP for Pick Pocket -> Original BG2
~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 #20 // Item and XP Balancing for 'Dark Side of the Sword Coast (v1.95)' -> Keep custom items
~SETUP-BP-BALANCER.TP2~ #0 #23 // Item and XP Balancing for 'Northern Tales of the Sword Coast (v1.95)' -> Keep custom items
~SETUP-BP-BALANCER.TP2~ #0 #26 // Item and XP Balancing for 'Secret of Bone Hill (v2.10)' -> Keep custom items
~1PP/1PP.TP2~ #0 #0 // 1PP: Everything but Potions
~SETUP-END_BIFF.TP2~ #0 #1 // Override Biffing -> This method biffs all files in the override folder and it's not possible to uninstall it.
~SETUP-BP-BGT-WORLDMAP.TP2~ #0 #0 // Revised worldmap for the Baldur's Gate v6.6.1 - including coloured Baldur's Gate map icons -> Installing new Worldmap for use with Mega Modification...
~SETUP-BP-BGT-WORLDMAP.TP2~ #0 #3 // Travel Times and Area Visibility -> Revised Area Visibility and Travel Times for BG1 & SoA/TOB+BP Family Mods
~SETUP-BP-BGT-WORLDMAP.TP2~ #0 #4 // Worldmap size: Choose the size of the worldmap -> Large Worldmap 4900x3500
~SETUP-BP-BGT-WORLDMAP.TP2~ #0 #6 // Worldmap for Throne of Bhall -> Use new worldmap for Throne of Bhaal as well
~SETUP-BGTMUSIC.TP2~ #0 #1 // Baldur's Gate Trilogy - Music -> Hybrid Baldur's Gate/Shadows of Amn/Throne of Bhaal Music
~SETUP-GUI.TP2~ #0 #1 // Game Graphical User Interface (GUI) -> "Neverending Journey"
~SETUP-GUI.TP2~ #0 #6 // "Tortured Souls" - just nice in-game Fonts
~SETUP-CTB_FF.TP2~ #0 #0 // Check the Bodies Fast Forward, v1.1 (for CtB v1.8 or later)
~NPCKIT/NPCKIT.TP2~ #0 #30 // Improved Specialist Mage Descriptions
~NPCKIT/NPCKIT.TP2~ #0 #31 // Replace Berserker Kit with Battlerager for Dwarves
~NPCKIT/NPCKIT.TP2~ #0 #400 // Anomen Gains Helm Kit on Passing Knighthood Test
~NPCKIT/NPCKIT.TP2~ #0 #410 // Anomen Gains Berserker Kit on Failing Knighthood Test
~NPCKIT/NPCKIT.TP2~ #0 #420 // Prevent CN Anomen Gaining a Holy Symbol
~NPCKIT/NPCKIT.TP2~ #0 #900 // Add Red Wizard to Edwin's Kit Description
~NPCKIT/NPCKIT.TP2~ #0 #2100 // Change Korgan's Kit to Battlerager
~NPCKIT/NPCKIT.TP2~ #0 #2200 // Give Mazzy a Proper Truesword of Arvoreen Kit
~NPCKIT/NPCKIT.TP2~ #0 #2300 // Change Minsc's Title to Rashemaar Ranger
~NPCKIT/NPCKIT.TP2~ #0 #2500 // Give Nalia Adventurer Kit
~NPCKIT/NPCKIT.TP2~ #0 #2800 // Give Sarevok a Proper Deathbringer Kit
~IMOEN.TP2~ #0 #0 // 'Imoen Romance Add-on Mod BG2:SoA(ToB required!)v1.201'
~SETUP-BANTERPACK.TP2~ #0 #0 // Pocket Plane Banter Pack for BG2: Shadows of Amn
~SETUP-BANTERPACK.TP2~ #0 #2 // Pocket Plane Banter Pack for BG2: Throne of Bhaal
~SETUP-BANTERPACK.TP2~ #0 #3 // Install TOB Banter Accelerator script? (Increases the frequency of interparty banter)
~IEPBANTERS/IEPBANTERS.TP2~ #0 #0 // Extended NPC-NPC Interaction SoA
~IEPBANTERS/IEPBANTERS.TP2~ #0 #1 // Extended Minsc/Aerie Interaction ToB
~IEPBANTERS/IEPBANTERS.TP2~ #0 #2 // NPC Conflict Revisions

Edited by DeusEx, 10 June 2008 - 11:16 PM.


#12 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 11 June 2008 - 09:06 AM

Are they selectable when you do the challenges? Try the mage one as well if you can hack a scratch save and make your character or any Bioware mage level 15.
?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant

#13 DeusEx

DeusEx

    Disappearing Member

  • Member
  • 757 posts

Posted 11 June 2008 - 09:32 AM

Yes, I tell that guy near the arena I want to fight and he brings me in, opponent spawns, we fight and so on until there are no more and I win. Why should I try the mage fight? don't tell me there are problems with that as well because I haven't noticed anything( those are the fights where you are in that cave and a couple of mages spawn one after another, right?).

Edited by DeusEx, 11 June 2008 - 12:48 PM.


#14 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 11 June 2008 - 01:05 PM

@DeusEx
So you are saying that your character is controllable (no blue circles) in the fighter challenges? If you can post your BCS for RA4300 that would be sweet.
?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant

#15 DeusEx

DeusEx

    Disappearing Member

  • Member
  • 757 posts

Posted 12 June 2008 - 03:42 AM

Yes, the circles are green, you can control the characters, I don't know what elese to say. If you look up you will see that my files are biffed and I never tried to extract anything from them so if you could please explain how to do it step by step maybe i could get what you are looking for.

#16 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 12 June 2008 - 08:58 AM

Actually one way is just to use Near Infinity to open the BCS and then copy paste the decompiled data (all of those actions and stuff) into notepad or even a post here (easiest) just so we can see it. I would be interested in looking into your ACTION.IDS but let us see the BCS first.

Thanks DeusEx!
?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant

#17 DeusEx

DeusEx

    Disappearing Member

  • Member
  • 757 posts

Posted 12 June 2008 - 09:56 AM

Right, now for the near infinity. I have one(collecting dust for years) but it won't work and I have no idea where to get another or what to do (HELP!, I have a jar file and a batch and no idea what to do with them!). I searched the site and found about infinity xplorer 2008 but it's still in progress, will I be able to use it for the same purpose?.

Here is the file (i used dltcep to extract it), there is a LOT of code in it and thank for NI it works.

Attached Files


Edited by DeusEx, 12 June 2008 - 10:41 AM.


#18 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 12 June 2008 - 10:24 AM

Just use the jar file here
http://www.idi.ntnu.no/~joh/ni/

and place it wherever and when you run it, go to Game and then Open Game and browse your BGII-SoA folder for the CHITIN.KEY. Presto, then you can open the selected files (BCS tree or CRE tree, etc) and you are in business.
?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant

#19 DeusEx

DeusEx

    Disappearing Member

  • Member
  • 757 posts

Posted 12 June 2008 - 11:03 AM

I updated my post above with the file you wanted just a few moments before you posted.

#20 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 12 June 2008 - 11:58 AM

Thanks!!

I looked at yours at it is exactly like mine after I edited mine personally to delete the MakePlayerUnselectable(s). Did you use any modified files before you installed RoT because I know you said you did not edit afterwards?




@darkhaine

This is perplexing as when I had the original troubles before, I edited the BCS but took from a save earlier than the auto save because the previous script is saved in to the auto. I am no where near this spot and have no save game to test. If you want to upload one even an auto save, I will edit the BCS out and see what the problem is. It took quite some time to determine how to fix the other scenario with Drizzt which is the same cut and same area so I hope you are patient :)

Edited by Hoppy, 12 June 2008 - 12:03 PM.

?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant