Jump to content

Report bugs and typos here.


Glam Vrock

Recommended Posts

Hello, Vynd seems to have very bad reaction with G3 Romantic encounter mod, (or NPC project) As every time I install them with Vynd, his name string gets messed up,

Vynd.jpg

 

EE keeper shows, his string reference being 0x000084D0 after I install Vynd with above mod. Not a big problem as I could fix him back using EE, but Just wanted to mention.

I've managed to fix with Reinstall sometimes, but not always I could fix it.

Link to comment

I took Vynd through BG1 within a BGT installation.

It seems he is missing code for ARAM00, the transition from BG1 to SoA. he simply is not removed from the party like everybody else when you are kidnapped by Mae'Ver and brought to Irenicus dungeon. (Or is that intended?)

 

I used this little addition to Aram00.bcs for him

 

IF
InParty("gv#vynd")
Global("vyndgo","aram00",0)
THEN
RESPONSE #100
ActionOverride("gv#vynd",LeaveParty())
ActionOverride("gv#vynd",ChangeAIScript("",DEFAULT))
ActionOverride("gv#vynd",ClearAllActions())
ActionOverride("gv#vynd",DestroySelf())
SetGlobal("vyndgo","aram00",1)
Continue()
END

 

Edited by Roxanne
Link to comment

There is incompatibility between two components of D0Tweak pack v.24 (Summoning Limit Removal and Ghreyfain's BG1-Style Summoning Spells ) and Glam's NPC Pack v.1 on easyTutu if former is installed after later:

Quote

ERROR: cannot resolve trigger 0x40e2
ERROR: [BDBARD01.BCS] -> [override/BDBARD01.BCS] Patching Failed (COPY) (Not_found)
Stopping installation because of error.
Stopping installation because of error.
Stopping installation because of error.

ERROR Installing [Summoning Cap Removal], rolling back to previous state
Unable to Unlink [d0tweak/backup/6/OTHER.6]: Unix.Unix_error(1, "unlink", "d0tweak/backup/6/OTHER.6")
[d0tweak/backup/6/UNSETSTR.6] SET_STRING uninstall info not found
Will uninstall 184 files for [D0TWEAK/SETUP-D0TWEAK.TP2] component 6.

and 

Quote

ERROR: cannot resolve trigger 0x40e2
ERROR: [BDBARD01.BCS] -> [override/BDBARD01.BCS] Patching Failed (COPY) (Not_found)
Stopping installation because of error.
Stopping installation because of error.
Stopping installation because of error.

ERROR Installing [BG1-Style Summoning Spells], rolling back to previous state
Unable to Unlink [d0tweak/backup/23/OTHER.23]: Unix.Unix_error(1, "unlink", "d0tweak/backup/23/OTHER.23")
[d0tweak/backup/23/UNSETSTR.23] SET_STRING uninstall info not found
Will uninstall 187 files for [D0TWEAK/SETUP-D0TWEAK.TP2] component 23.

As far as I can see, only file named BDBARD01.BCS in my Tutu folder is located in the GlamNPCPack/script/BGEE folder, so I guess I could delete it from override and install those two components from D0Tweak pack. But I'm somewhat hesitant to do so as I don't want to mess up things without asking first: is this particular file relevant in easyTutu game? 

Link to comment

Great, I will just pull it from override until I finish installation of those two components, then I will return it back. But thought just crossed my mind, I will probably need to repeat that process for all scripts in that folder, maybe it wouldn't be bad idea to skip them for installation on classic games in the future. If it is too much of a hassle, I guess it isn't that much important, now that I know workaround.  

Link to comment

Found another bug I think.

I couldn't get Tenya to return to neutral with Littlun in the party. Now, Tenya has always been a bit touchy but even after 10 careful tries I had no success.

I went ahead and looked at her dialogue and changed this line

SetGlobal("GV#LITTInterjectTENYA2","GLOBAL",1)

to this

ClearAllActions()
SetGlobal("TenyaHit","GLOBAL",2)
ChangeEnemyAlly(Myself,NEUTRAL)
SetGlobal("TenyaStory","GLOBAL",1)
SetGlobal("GV#LITTInterjectTENYA2","GLOBAL",1)

I'm basically clueless when it comes to dialogues but I think with your addition it was somehow skipping/intercepting the original action set for a respone and only applying the action from your interjection. In anycase this fixed the issue for me.

Link to comment

That's weird. I had to do some tweaking with that interjection, so I tested it pretty extensively. Thought I had it working fine. Are you on BGT, Tutu or EE?

 

EDIT:

On 7/25/2019 at 7:56 PM, Greenhorn said:

Great, I will just pull it from override until I finish installation of those two components, then I will return it back. But thought just crossed my mind, I will probably need to repeat that process for all scripts in that folder, maybe it wouldn't be bad idea to skip them for installation on classic games in the future. If it is too much of a hassle, I guess it isn't that much important, now that I know workaround.  

Unfortunately, if I skip them then none of the quest characters will have combat scripts. I could replace them with ones from the classic games, but a lot of the characters have kits and special items and stuff, and I like that they'll actually make use of those assets with the SoD scripts. Did it happen with all of them, or just the Bard one?

Edited by Glam Vrock
Link to comment
1 hour ago, Glam Vrock said:

 

 

EDIT:

Unfortunately, if I skip them then none of the quest characters will have combat scripts. I could replace them with ones from the classic games, but a lot of the characters have kits and special items and stuff, and I like that they'll actually make use of those assets with the SoD scripts. Did it happen with all of them, or just the Bard one?

I think that it happened with the second one too then I just pulled them all off from override, installed removal of summoning cap and then returned them all back. Yeah, understand your reasoning, few people will play this on older platforms, especially on Tutu, though it may be a problem on megamod installs like BWS or  BWP for BGT perhaps. One question though, dwarf and dragon lady will probably revert to class from their EE kits for tutu I guess? 

Link to comment
31 minutes ago, Glam Vrock said:

Yeah, Moidre and Flara are just a vanilla Fighter and Sorcerer if you're not using EE, although Flara does retain some fire resistance for flavour.

Thanks. With regret I must inform you that same problem persist with The Bigg tweaks mod also:

Quote

ERROR: cannot resolve trigger 0x40e2
ERROR: [BDBARD01.BCS] -> [override/BDBARD01.BCS] Patching Failed (COPY) (Not_found)
Stopping installation because of error.
Stopping installation because of error.

ERROR Installing [Improved Difficulty System. -> Serious dialogue (recommended).], rolling back to previous state
Unable to Unlink [tb#tweaks/backup/2050/OTHER.2050]: Unix.Unix_error(1, "unlink", "tb#tweaks/backup/2050/OTHER.2050")
[tb#tweaks/backup/2050/UNSETSTR.2050] SET_STRING uninstall info not found
Will uninstall   9 files for [TB#TWEAKS/TB#TWEAKS.TP2] component 2050.

 

Link to comment
10 hours ago, Glam Vrock said:

That's weird. I had to do some tweaking with that interjection, so I tested it pretty extensively. Thought I had it working fine. Are you on BGT, Tutu or EE?

I'm on EET, log file attached. Let me know if you need the BGEE log as well, though I think I only installed NPC project and Isra.

In the end I just kicked Littlun from the party for the fight and everything worked normally, so I'm pretty sure it's her code.

WeiDU.7z

Link to comment

I'm sorry to say Glam ( and without malice whatsoever ) but this mod in his present state is light years away from compatibility with easy Tutu and direct culprit for problem described here: https://www.gibberlings3.net/forums/topic/29937-bg1npc-v24-prerelease/?tab=comments#comment-271550 

It completely wrack _bimoen dialogue in some way that all dialogues which require answer from her are broken:

Untitled.thumb.png.3d873c9f0ce939dd856c706ab3678dac.png

Quote

[WeiDU.exe] WeiDU version 24600
ERROR: No translation provided for @4
Continuing despite error.
ERROR: No translation provided for @4
Continuing despite error.

Mods affecting _BIMOEN.DLG:
00000:  ~BG1NPC/BG1NPC.TP2~ 0 10 // The BG1 NPC Project: Banters, Quests, and Interjectionsv24.0
00001:  ~BG1NPC/BG1NPC.TP2~ 0 30 // The BG1 NPC Project: Branwen's Romance Core (teen content)Speed: 1 hour real time (standard) minimum between LoveTalksv24.0
00002:  ~BG1NPC/BG1NPC.TP2~ 0 40 // The BG1 NPC Project: Coran's Romance Core (adult content)Speed: 1 hour real time (standard) minimum between LoveTalksv24.0
00003:  ~BG1NPC/BG1NPC.TP2~ 0 70 // The BG1 NPC Project: Xan's Romance Core (teen content)Speed: 1 hour real time (standard) minimum between LoveTalksv24.0
00004:  ~BG1NPC/BG1NPC.TP2~ 0 120 // The BG1 NPC Project: Bardic Reputation Adjustmentv24.0
00005:  ~GAVIN/GAVIN.TP2~ 0 0 // Gavin NPC for Tutu, BGT, and BG:EE14
00006:  ~GLAMNPCPACK/SETUP-GLAMNPCPACK.TP2~ 0 0 // Glam's NPC Pack for BG:EE, BGT and BG TUTU
00007:  ~HUPLE_NPC/SETUP-HUPLE_NPC.TP2~ 2 0 // Huple, an NPCv1.4
00008:  ~INDINPC/SETUP-INDINPC.TP2~ 0 0 // Indira NPCv12.0 BETA 3
00009:  ~MUR'NETH/MUR'NETH.TP2~ 0 0 // The Mur'Neth NPC Modv12
00010:  ~FINCHNPC/FINCHNPC.TP2~ 0 0 // Finch NPCv4.0 BETA 7
00011:  ~VALERIE/VALERIE.TP2~ 0 0 // Valerie NPC Mod for BG1 Tutuv1.1
00012:  ~ISRA/SETUP-ISRA.TP2~ 0 0 // Isra NPC Mod for BG:EE, BGT and TuTuv2.3
00013:  ~WHITE/WHITE.TP2~ 0 0 // UNDEFINED STRING:   @42.0
 

I thought at first that it was Huple's fault but I got restored Imoen answers only when I removed your mode. You can imagine strain to uninstall this:

Spoiler

// 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]
~EASYTUTUDEGREENIFIER.TP2~ #0 #0 // EasyTutu Degreenifier
~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 #103 // Blindness As Spell Description: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #105 // No Spell Interruption On Zero Damage: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #106 // Use Caster Level On Mirror Image [C]: 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 #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
~SETUP-TUTUFIX.TP2~ #0 #2 // Restored BG1 Loadscreens
~TXTMUSIC/TXTMUSIC.TP2~ #0 #0 // Restored Textscreen Music for BG1TuTu, EasyTutu, and BGT-WeiDU: 9 (22 Mar 13)
~SETUP-W_3KRADZIEJ.TP2~ #1 #0 // EXE PATCH
~SETUP-W_3KRADZIEJ.TP2~ #1 #1 // W_3kradziej
~SETUP-EASYTUTUNPCKITS.TP2~ #0 #1 // Assign a kit to Ajantis? -> Ajantis: Inquisitor
~SETUP-EASYTUTUNPCKITS.TP2~ #0 #11 // Assign a kit to Eldoth? -> Eldoth: Jester
~SETUP-EASYTUTUNPCKITS.TP2~ #0 #13 // Assign a kit to Faldorn? -> Faldorn: Avenger
~SETUP-EASYTUTUNPCKITS.TP2~ #0 #29 // Assign a kit to Kivan? -> Kivan: Archer
~SETUP-EASYTUTUNPCKITS.TP2~ #0 #37 // Assign a kit to Safana? -> Safana: Swashbuckler
~SETUP-EASYTUTUNPCKITS.TP2~ #0 #39 // Assign a kit to Shar-Teel? -> Shar-Teel: Berserker
~COMFORGE/SETUP-COMFORGE.TP2~ #0 #0 // CoM Forge
~BG1ADVENTURE/SETUP-BG1ADVENTURE.TP2~ #0 #0 // bg1adventure
~ANDYRIMTUTU.TP2~ #0 #0 // Andyr's entry for Iron Modder Tutu: A Rain Of Tears.
~SETUP-DIT.TP2~ #0 #0 // Ding0's Iron Tutu
~P#IMDOMI.TP2~ #0 #0 // Domi's IM TUTU entry: Rain of Tears
~SETUP-IRONTUTU1GHREY.TP2~ #0 #0 // Iron Tutu 1: A Rain of Tears, by Ghreyfain
~DS/SETUP-DS.TP2~ #0 #1 // Dark Side of the Sword Coast for TotSC/Tutu... -> BP-BGT Worldmap version: All areas added to worldmap (requires BP-BGT Worldmap). 
~DRIZZTSAGA/DRIZZTSAGA.TP2~ #0 #1 // The Drizzt Saga for BGEE/Tutu/BGT -> BP-BGT Worldmap version: all areas added to worldmap (requires BP-BGT Worldmap): v3.00
~DRIZZTSAGA/DRIZZTSAGA.TP2~ #0 #3 // Delayed start: Drizzt joins after Durlag's Tower: v3.00
~SETUP-BONEHILLV275.TP2~ #0 #0 // Secret of BoneHill (Requires BGT or Tutu): v2.75c
~SOA/SETUP-SOA.TP2~ #0 #1 // The Stone of Askavar for TotSC/Tutu/BGT/BGEE -> BP-BGT Worldmap version: all areas added to worldmap (requires BP-BGT Worldmap): 2.1
~SETUP-TGC1E.TP2~ #0 #0 // The Grey Clan Episode One: In Candlelight, BG1TUTU edition v1.11 -> Normal edition
~KITTOMES/SETUP-KITTOMES.TP2~ #0 #0 // Kit Tomes for BG:EE, BGT and TuTu: v2.0
~KITTOMES/SETUP-KITTOMES.TP2~ #0 #3 // Panver's Merchandise -> Panver Sells 6 Tomes per Kit: v2.0
~KITTOMES/SETUP-KITTOMES.TP2~ #0 #5 // Tome Locations -> Merchandise & Quest Rewards-> Panver is in the Elfsong Tavern: v2.0
~AC_QUEST/AC_QUEST.TP2~ #1 #0 // Ascalon's Questpack: 2.05
~BGQE/SETUP-BGQE.TP2~ #0 #0 // Slime Quest: v20
~BGQE/SETUP-BGQE.TP2~ #0 #1 // Beregost Family Quest: v20
~BGQE/SETUP-BGQE.TP2~ #0 #2 // Babysitting Quest, including the Carnival Encounter...: v20
~BGQE/SETUP-BGQE.TP2~ #0 #3 // Nashkel Monster Quest: v20
~BGQE/SETUP-BGQE.TP2~ #0 #4 // Fallen Paladin Quest: v20
~BGQE/SETUP-BGQE.TP2~ #0 #5 // Undying Love Quest: v20
~BGQE/SETUP-BGQE.TP2~ #0 #6 // Lovesick Half-Orc: v20
~BGQE/SETUP-BGQE.TP2~ #0 #7 // Unexpected Help Quest: v20
~BGQE/SETUP-BGQE.TP2~ #0 #8 // Many Little Paws: v20
~BGQE/SETUP-BGQE.TP2~ #0 #9 // Drunk near Beregost Temple: v20
~BGQE/SETUP-BGQE.TP2~ #0 #10 // A Warm Place for Noober: v20
~BGQE/SETUP-BGQE.TP2~ #0 #11 // Brage's Sword: v20
~BGQE/SETUP-BGQE.TP2~ #0 #12 // Legal Sea Charts Sources: v20
~BGQE/SETUP-BGQE.TP2~ #0 #13 // Additions to the Lady's Hall and the Bitch Queen's Temple: v20
~BGQE/SETUP-BGQE.TP2~ #0 #14 // A Worried Farmer: v20
~BGQE/SETUP-BGQE.TP2~ #0 #15 // Bodies for a Good Cause: v20
~SIRINESCALL/SETUP-SIRINESCALL.TP2~ #0 #0 // The Lure of the Sirine's Call: v15
~SETUP-DRIZZTISNOTSTUPID.TP2~ #0 #0 // Drizzt Is Not Stupid
~BG1NPC/BG1NPC.TP2~ #0 #0 // The BG1 NPC Project: Required Modifications: v24.0
~BG1NPC/BG1NPC.TP2~ #0 #10 // The BG1 NPC Project: Banters, Quests, and Interjections: v24.0
~BG1NPC/BG1NPC.TP2~ #0 #20 // The BG1 NPC Project: Ajantis Romance Core (teen content) -> Speed: 1 hour real time (standard) minimum between LoveTalks: v24.0
~BG1NPC/BG1NPC.TP2~ #0 #30 // The BG1 NPC Project: Branwen's Romance Core (teen content) -> Speed: 1 hour real time (standard) minimum between LoveTalks: v24.0
~BG1NPC/BG1NPC.TP2~ #0 #40 // The BG1 NPC Project: Coran's Romance Core (adult content) -> Speed: 1 hour real time (standard) minimum between LoveTalks: v24.0
~BG1NPC/BG1NPC.TP2~ #0 #50 // The BG1 NPC Project: Dynaheir's Romance Core (teen content) -> Speed: 1 hour real time (standard) minimum between LoveTalks: v24.0
~BG1NPC/BG1NPC.TP2~ #0 #60 // The BG1 NPC Project: Shar-Teel Relationship Core (adult content) -> Speed: 1 hour real time (standard) minimum between LoveTalks: v24.0
~BG1NPC/BG1NPC.TP2~ #0 #70 // The BG1 NPC Project: Xan's Romance Core (teen content) -> Speed: 1 hour real time (standard) minimum between LoveTalks: v24.0
~BG1NPC/BG1NPC.TP2~ #0 #80 // The BG1 NPC Project: Female Romance Challenges, Ajantis vs Xan vs Coran: v24.0
~BG1NPC/BG1NPC.TP2~ #0 #100 // Jason Compton's Accelerated Banter Script: v24.0
~BG1NPC/BG1NPC.TP2~ #0 #120 // The BG1 NPC Project: Bardic Reputation Adjustment: v24.0
~BG1NPC/BG1NPC.TP2~ #0 #130 // The BG1 NPC Project: Sarevok's Diary Adjustments -> SixofSpades Extended Sarevok's Diary: v24.0
~BG1NPC/BG1NPC.TP2~ #0 #160 // The BG1 NPC Project: Add Non-Joinable NPC portraits to quests and dialogues: v24.0
~BG1NPC/BG1NPC.TP2~ #0 #200 // The BG1 NPC Project: Player-Initiated Dialogues: v24.0
~BG1NPCMUSIC/SETUP-BG1NPCMUSIC.TP2~ #0 #0 // The BG1 NPC Project Music Pack -> Install All Audio: v6
~AJANTISBG1/SETUP-AJANTISBG1.TP2~ #0 #0 // Installs Ajantis BG1 Expansion Modification: 12
~CORANBGFRIEND/CORANBGFRIEND.TP2~ #0 #0 // Coran's Extended BG Friendship Talks: v4
~GARRICK_FLIRT/SETUP-GARRICK_FLIRT.TP2~ #0 #0 // Garrick's Infatuation: b20140925
~GAVIN/GAVIN.TP2~ #0 #0 // Gavin NPC for Tutu, BGT, and BG:EE: 14
~GAVIN/GAVIN.TP2~ #0 #1 // Gavin: Romance (mature content): 14
~GAVIN/GAVIN.TP2~ #0 #2 // Gavin: Flirts (adult content): 14
~GAVIN/GAVIN.TP2~ #0 #10 // Gavin: Player Initiated Dialogue: 14
~GLAMNPCPACK/SETUP-GLAMNPCPACK.TP2~ #0 #0 // Glam's NPC Pack for BG:EE, BGT and BG TUTU
~HUPLE_NPC/SETUP-HUPLE_NPC.TP2~ #2 #0 // Huple, an NPC: v1.4
~HUPLE_NPC/SETUP-HUPLE_NPC.TP2~ #2 #1 // Huple's Dialogues.: v1.4
~MULGOREXAVIANPC/SETUP-MULGOREXAVIANPC.TP2~ #0 #0 // Mulgore and Xavia NPCs for BGT-WeiDU and Tutu, v5
~XANBG1FRIEND/SETUP-XANBG1FRIEND.TP2~ #0 #0 // Xan's friendship path for BG1: v10
~INDINPC/SETUP-INDINPC.TP2~ #0 #0 // Indira NPC: v12.0 BETA 3
~MUR'NETH/MUR'NETH.TP2~ #0 #0 // The Mur'Neth NPC Mod: v12
~FINCHNPC/FINCHNPC.TP2~ #0 #0 // Finch NPC: v4.0 BETA 7
~VALERIE/VALERIE.TP2~ #0 #0 // Valerie NPC Mod for BG1 Tutu: v1.1
~ISRA/SETUP-ISRA.TP2~ #0 #0 // Isra NPC Mod for BG:EE, BGT and TuTu: v2.3
~ISRA/SETUP-ISRA.TP2~ #0 #1 // Install Valerie/Isra crossmod banter?: v2.3
~ISRA/SETUP-ISRA.TP2~ #0 #2 // Install Gavin/Isra crossmod banter?: v2.3
~WHITE/WHITE.TP2~ #0 #0 // White NPC for BG:EE, BGT and TuTu: 2.0
~BG1RE/SETUP-BG1RE.TP2~ #0 #0 // Amount of -ahem- details and BG-style vs. description text!: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #1 // Bardolan's Briefing, by berelinde: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #2 // Scar's Spare Time, by jastey: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #3 // Kim's Preoccupation, by jastey (WARNING - refer to the readme!): 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #4 // Extension of Bjornin Encounter (Personal Wound Treatment), by jastey: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #5 // No Starch in the Maypole: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #6 // Duke Eltan's Spare Minute, by jastey: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #7 // Husam's Personal Preparation, by jastey: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #8 // Laurel's Post-Hunting, by jastey: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #9 // Bartus' Seduction, by jastey: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #10 // Lina's Massage, by jastey: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #11 // First Night with Quentin, by Kulyok: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #12 // Chatting Niklos Up, by Kulyok (mature content. WARNING - refer to the readme!): 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #13 // Slythe and Krystin, by Kulyok (mature content. WARNING - refer to the readme!): 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #14 // No Regrets: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #15 // Purchased Love, by Thimblerig: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #16 // Hull: Heavy Duty, by Lava: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #17 // Late Night with Jaheira, by Kulyok: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #18 // Sil's Blessing, by Lava: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #19 // Melicamp: The Poultry Boy, by Lava: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #20 // Reading with Rinnie, by Western Paladin: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #21 // Molly the Husband-Grabber, by Kulyok: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #22 // The Mourning of Centeol, the Spider Lady, by Lava: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #23 // The Essential End, by Lava: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #24 // The Harvestmen Lair, by Lava (mature content): 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #25 // The Great Zudini, by Kulyok (mature content): 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #26 // The Messenger, by Thimblerig: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #27 // Ender Sai, the Hero's Reward, by Thimblerig (WARNING - refer to the readme!): 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #28 // The Novelists, by Thimblerig: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #29 // The Honest Lies of Two Riversides, By Lava: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #30 // Necromancer's Trouble, by jastey (WARNING - refer to the readme!): 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #31 // Dinner with Thalantyr, by jastey: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #32 // Girdle of Gender Reactions, by Thimblerig, Kulyok, Domi, Lava, Lastknightleft, Twani, Jastey, Daisy Ninja Girl: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #33 // The Surgeon's Dream, by Kulyok: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #34 // All That Left Was, by Lava and Thimblerig: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #35 // A Childhood Friend, by Kulyok: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #36 // Arlene the Working Girl, by Kulyok: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #37 // Della May from Thay, by Kulyok: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #38 // A Dirty Guard in Candlekeep, by Kulyok (mature content. WARNING - refer to the readme!): 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #39 // Phoenix Flame, by Kulyok (mature content): 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #40 // Mikala the Monk, by Twani: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #41 // The Messenger 2: Rain or Snow or Gloom of Night, by Thimblerig and tibicina: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #42 // Camryn and Tamah, by tibicina: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #43 // Minor Disclosures, by jastey: 2.7
~BG1RE/SETUP-BG1RE.TP2~ #0 #44 // Cloakwood Lovers, by tibicina: 2.7
~SETUP-BBBKBG.TP2~ #0 #0 // Installation of Item BBBKBG1, BBBKBG2, BBBKBG3, BBBKBG4, BBBKBG5, BBBKBG6, BBBKBG7, BBBKBG8, BBBKBG9 - Book Bag
~SETUP-BBPBAG.TP2~ #0 #0 // Installation of Item BBPBAG1, BBPBAG2, BBPBAG3, BBPBAG4, BBPBAG5, BBPBAG6, BBPBAG7, BBPBAG8, BBPBAG9 - Potion Bag
~SETUP-BBQUIVB.TP2~ #0 #0 // Installation of Item BBQUIVB1, BBQUIVB2, BBQUIVB3, BBQUIVB4, BBQUIVB5, BBQUIVB6, BBQUIVB7, BBQUIVB8, BBQUIVB9 - Bolt Quiver
~SETUP-BBQUIV.TP2~ #0 #0 // Installation of Item BBQUIV1, BBQUIV2, BBQUIV3, BBQUIV4, BBQUIV5, BBQUIV6, BBQUIV7, BBQUIV8, BBQUIV9 - Quiver
~SETUP-BBQUIVC.TP2~ #0 #0 // Installation of Item BBQUIVC1, BBQUIVC2, BBQUIVC3, BBQUIVC4, BBQUIVC5, BBQUIVC6, BBQUIVC7, BBQUIVC8, BBQUIVC9 - Ammunition Belt
~SETUP-BBSCARDR.TP2~ #0 #0 // Installation of Item BBSCARDR - Scimitar of the Arch-Druid
~SETUP-BBSCCS.TP2~ #0 #0 // Installation of Item BBSCCS1, BBSCCS2, BBSCCS3, BBSCCS4, BBSCCS5, BBSCCS6, BBSCCS7, BBSCCS8, BBSCCS9 - Scroll Case
~SETUP-BGEEAR.TP2~ #0 #0 // TeamBG's Armors for BG:EE, BGT and TuTu Version 1.05
~SETUP-BGEEW.TP2~ #0 #0 // TeamBG's Weapons Pack for BG:EE, BGT and TuTu Version 1.04
~SETUP-WMART.TP2~ #0 #0 // Deidre and Joluv in BG:EE
~BW_HERBS/SETUP-BW_HERBS.TP2~ #0 #0 // Herbs and Potions Add-in (BG1 / BG1Tutu / BGT) by Baronius: v1.0.3
~SETUP-ITEM_PACK.TP2~ #0 #8 // Item Pack for Tutu/BGT: v1.8
~IWDIFICATION/SETUP-IWDIFICATION.TP2~ #0 #30 // IWD Arcane Spell Pack: Beta 4
~IWDIFICATION/SETUP-IWDIFICATION.TP2~ #0 #40 // IWD Divine Spell Pack: Beta 4
~IWDIFICATION/SETUP-IWDIFICATION.TP2~ #0 #50 // IWD Bard Song: Beta 4
~IWDIFICATION/SETUP-IWDIFICATION.TP2~ #0 #60 // Two Handed Axe Item Pack: Beta 4
~KONTWK/SETUP-KONTWK.TP2~ #0 #9 // Restored Paladin Abilities
~KONTWK/SETUP-KONTWK.TP2~ #0 #11 // Rod of Refuge
~KONTWK/SETUP-KONTWK.TP2~ #0 #13 // Butter Knife of Balduran
~KONTWK/SETUP-KONTWK.TP2~ #0 #14 // Hackmaster +12
~KONTWK/SETUP-KONTWK.TP2~ #0 #15 // Scipio's Barrel
~RUPERT/SETUP-RUPERT.TP2~ #0 #0 // Rupert the Dye Merchant (for BG2 or TuTu/BGT): v2.1
~SONG_AND_SILENCE/SETUP-SONG_AND_SILENCE.TP2~ #0 #1 // Add new bardic store and thief items: v9
~THALAN/THALAN.TP2~ #0 #0 // Thalantyr - Item Upgrade: v4.2.4
~VALHORN/SETUP-VALHORN.TP2~ #0 #0 // Improved Horns of Valhalla: v2
~BG1UB/SETUP-BG1UB.TP2~ #0 #0 // Ice Island Level Two Restoration: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #1 // The Mysterious Vial: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #2 // Additional Elminster Encounter: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #8 // Safana the Flirt: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #9 // Appropriate Albert and Rufie Reward: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #10 // Place Entar Silvershield in His Home: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #11 // Scar and the Sashenstar's Daughter: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #12 // Quoningar, the Cleric: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #13 // Shilo Chen and the Ogre-Magi: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #14 // Edie, the Merchant League Applicant: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #15 // Flaming Fist Mercenary Reinforcements: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #16 // Creature Corrections: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #17 // Creature Restorations: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #18 // Creature Name Restorations: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #19 // Minor Dialogue Restorations: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #20 // Audio Restorations: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #21 // Store, Tavern and Inn Fixes and Restorations: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #22 // Item Corrections and Restorations: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #23 // Area Corrections and Restorations: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #24 // Permanent Corpses: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #26 // The Original Saga Music Playlist Corrections: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #28 // Prism and the Emeralds Tweak: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #29 // Duke Eltan in the Harbor Master's Building: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #30 // Nim Furlwing Encounter: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #31 // Restored Elfsong Tavern Movie: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #32 // Svlast, the Fallen Paladin Encounter: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #33 // Mal-Kalen, the Ulcaster Ghost: v16.0
~BG1UB/SETUP-BG1UB.TP2~ #0 #34 // Chapter 6 Dialogue Restorations: v16.0
~XVARTS/SETUP-XVARTS.TP2~ #0 #100 // Xvart Caverns: Beta4_jasteysedits_180508
~XVARTS/SETUP-XVARTS.TP2~ #0 #110 // Portraits for minor NPCs: Beta4_jasteysedits_180508
~BST/SETUP-BST.TP2~ #0 #0 // The BS Company presents Balduran's Seatower: v0.022
~ANIMALCOMPANIONS/SETUP-ANIMALCOMPANIONS.TP2~ #0 #0 // Animal Companions For All Rangers (Optional: Druids)
~HAIASS/SETUP-HAIASS.TP2~ #0 #0 // Haiass the Wolf: v2.3
~HAIASS/SETUP-HAIASS.TP2~ #0 #10 // Haiass can be resurrected -> Moderate penalty (Constitution -4 temporarily): v2.3
~TB#KITS/TB#KITS.TP2~ #0 #0 // Biotic Vanguard: 1.1
~TB#KITS/TB#KITS.TP2~ #0 #1 // Add Biotic Charge to Haiass the Wolf: 1.1
~AURORA/SETUP-AURORA.TP2~ #0 #0 // Aurora's Shoes and Boots: v5.2.2
~AURORA/SETUP-AURORA.TP2~ #0 #10 // Small portraits for NPCs -> Merchants and minor NPCs: v5.2.2
~AURORA/SETUP-AURORA.TP2~ #0 #9000 // Fix area creature references: v5.2.2
~RR/SETUP-RR.TP2~ #0 #7 // Additional equipment for Thieves and Bards: v4.92
~RR/SETUP-RR.TP2~ #0 #10 // Revised Thievery -> Retain default thievery potions and prevent their effects from stacking: v4.92
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #100 // Restore innate infravision to Half-Orc characters: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #101 // Prevent skeletal and incorporeal undead from being affected by Illithids' Devour Brain attack: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #103 // Allow Dispel/Remove Magic to take down Globes of Invulnerability: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #105 // PnP Dimension Door: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #117 // Allow Mages to scribe memorized spells onto scrolls -> Scrolls can only be scribed at inns and strongholds: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #125 // Rangers' Animal Empathy improves with experience: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #130 // Additional racial traits for Dwarves: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #140 // Additional racial traits for Gnomes: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #200 // Allow Breach to take down Stoneskin effects applied by items: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #201 // Instant casting for warrior innates: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #202 // Revised Bhaalpowers -> Enhance the Bhaalpowers and standardize their casting time: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #203 // Make druidic shapeshifting uninterruptable: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #204 // Prevent Mislead clones from singing Bard songs: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #211 // Make Death Ward protect against Vorpal Hits: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #210 // Restore the Dispel Magic vulnerability to Nishruu and Hakeashars: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #212 // Make alignment detection spells more accurate: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #213 // Expanded saving throw bonus tables for Dwarves, Gnomes and Halflings: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #217 // Bard songs break invisibility -> All Bard songs break invisibility: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #220 // Simple Thief script: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #230 // Simple Bard script: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #239 // Simple Cleric/Paladin script: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #310 // Distinctive creature coloring: v4.53
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #315 // Distinctive creature soundsets: v4.53
~IIITEMMOD/SETUP-IIITEMMOD.TP2~ #0 #1 // Items [version 5]
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #0 // Thrown Hammers: v6.1.0
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #15 // Thrown Spiritual Hammers: v6.1.0
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #25 // Normal throwing hammers: v6.1.0
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #35 // +1 throwing weapons: v6.1.0
~HAMMERS/SETUP-HAMMERS.TP2~ #0 #50 // Additional magic items: v6.1.0
~ATP/ATP.TP2~ #0 #100 // ATP: Improved generic player script: 3.0
~KLATU/SETUP-KLATU.TP2~ #0 #1010 // The Manual of War: 1.7
~KLATU/SETUP-KLATU.TP2~ #0 #2180 // Charisma has a stronger Effect on Store Prices: 1.7
~KLATU/SETUP-KLATU.TP2~ #0 #2190 // Modal Buff AI Script: 1.7
~POLYTWEAK/POLYTWEAK.TP2~ #0 #97 // Related Weapon Proficiencies -> Related Weapon Proficiencies including clubs: v2.00
~POLYTWEAK/POLYTWEAK.TP2~ #0 #800 // Distinctive Icons for Blackrazor and Flametongue: v2.00
~SETUP-FAMILIARPACK.TP2~ #0 #0 // FamiliarPack - WeiDU: v6
~SETUP-GREYA.TP2~ #0 #4 // Entangle
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #1000 // Initialise mod (all other components require this): v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #1901 // Standardise spells: BG1 vs BG2 -> Introduce BG2 spell scrolls into BG1: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2030 // Iron Skins behaves like Stoneskin (can be brought down by Breach): v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2120 // Slightly weaken insect plague spells, and let fire shields block them: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2150 // Make spell sequencers, spell triggers, and contingencies learnable by all mages: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3030 // Re-introduce potions of extra-healing: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4000 // Faster Bears: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4020 // More realistic wolves and wild dogs: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5050 // Stackable ankheg shells, winterwolf pelts and wyvern heads: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5900 // Initialise AI components (required for all tactical and AI components): v30
~MOINESSEAVATARS/MOINESSEAVATARS.TP2~ #0 #0 // Install Longhaired Female Elven Mage Avatars: v4
~MOINESSEAVATARS/MOINESSEAVATARS.TP2~ #0 #1 // Install Female Cleric and Druid Avatars: v4
~MOINESSEAVATARS/MOINESSEAVATARS.TP2~ #0 #2 // Install Male Half-Orc Paperdoll: v4
~MOINESSEAVATARS/MOINESSEAVATARS.TP2~ #0 #3 // Install Longhaired Female Human Fighter Avatars in Full Plate Armor: v4
~MOINESSEAVATARS/MOINESSEAVATARS.TP2~ #0 #4 // Install Male Human Barbarian Avatars: v4
~SENTRIZEAL_AA_PACK/SETUP-SENTRIZEAL_AA_PACK.TP2~ #0 #0 // Sentrizeal's Wizard 4 Missing Animation Fix: v1.3.1
~SENTRIZEAL_AA_PACK/SETUP-SENTRIZEAL_AA_PACK.TP2~ #0 #1 // Sentrizeal's Elven Ranger Avatar (Female): v1.3.1
~SENTRIZEAL_AA_PACK/SETUP-SENTRIZEAL_AA_PACK.TP2~ #0 #2 // Sentrizeal's Elven Ranger Avatar (Male): v1.3.1
~SENTRIZEAL_AA_PACK/SETUP-SENTRIZEAL_AA_PACK.TP2~ #0 #3 // Sentrizeal's Elven Ranger Weapon Fix: v1.3.1
~SENTRIZEAL_AA_PACK/SETUP-SENTRIZEAL_AA_PACK.TP2~ #0 #4 // Sentrizeal's Human Gladiator Avatar (Female): v1.3.1
~SENTRIZEAL_AA_PACK/SETUP-SENTRIZEAL_AA_PACK.TP2~ #0 #5 // Sentrizeal's Human Gladiator Avatar (Male): v1.3.1
~SENTRIZEAL_AA_PACK/SETUP-SENTRIZEAL_AA_PACK.TP2~ #0 #6 // Sentrizeal's Human Mercenary Avatar (Female): v1.3.1
~WILDMAGE/WILDMAGE.TP2~ #0 #0 // New Wild Magic Spells -> Ironman: v2.beta3
~WILDMAGE/WILDMAGE.TP2~ #0 #2 // Retain Rhialto's items: v2.beta3
~WILDMAGE/WILDMAGE.TP2~ #0 #4 // Spellshaper Kit -> Changed avatar: v2.beta3
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #40 // Change Viconia's Skin Color to Dark Blue: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #50 // Avatar Morphing Script: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #110 // Icon Improvements: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #130 // Force All Dialogue to Pause Game: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #140 // Fix Boo's Squeak: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #160 // Make Magic Shields Glow (plainab/grogerson): v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #182 // Unique Containers -> Unique icons and names: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #190 // Use Character Colors Instead of Item Colors -> For all shields and helmets: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1060 // Breakable Iron Nonmagical Shields, Helms, and Armor: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1070 // Improved Multi-Player Kick-out Dialogues: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1075 // Send BioWare NPCs to an Inn (DavidW/Zed Nocear): v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1080 // Add Bags of Holding: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1090 // Exotic Item Pack: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1110 // Add Map Notes: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1251 // Move NPCs to Convenient Locations: Move Alora to Gullykin: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1252 // Move NPCs to Convenient Locations: Move Eldoth to the Coast Way: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1253 // Move NPCs to Convenient Locations: Move Quayle to the Nashkel Carnival: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1254 // Move NPCs to Convenient Locations: Move Shar-Teel to North Nashkel Road: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1255 // Move NPCs to Convenient Locations: Move Tiax to Beregost: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #1256 // Move NPCs to Convenient Locations: Move Viconia to South Beregost Road: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2020 // Two-Handed Bastard Swords: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2030 // Two-Handed Katanas: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2035 // Two-Handed Axes: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2040 // Universal Clubs: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2090 // Change Experience Point Cap -> Remove Experience Cap: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2150 // Wear Multiple Protection Items -> P&P Restrictions: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2160 // Alter Weapon Proficiency System -> Rebalanced Weapon Proficiencies: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2210 // Change Grandmastery Bonuses -> True Grandmastery (Baldurdash): v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2500 // Exceptional Strength Weight Limit Changes: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2520 // Allow Mages to Use Bucklers and Thieves to Use Small Shields (Angel): v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #2999 // Max HP at Level One: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3125 // Neutral Characters Make Happy Comments at Mid-Range Reputation: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3200 // Sellable Items (Icelus): v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3220 // Sensible Entrance Points: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #3230 // Taerom Makes Additional Ankheg Armor (Icendoan/grogerson): v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4025 // Allow NPC pairs to separate: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4080 // Make Khalid a Fighter-Mage (Domi): v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4150 // Move Boo into Minsc's pack: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4160 // Allow Yeslick to use axes: v9
~CDTWEAKS/SETUP-CDTWEAKS.TP2~ #0 #4170 // Ensure Shar-Teel doesn't die in the original challenge: v9
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #2052 // Dragons are not immune to backstabbing: v1.8.1
~SETUP-TURAMBAR_FIXES_TWEAKS.TP2~ #0 #4030 // Bladesinger(needed for Keiria): v1.8.1
~VICONIAREVAMPED/SETUP-VICONIAREVAMPED.TP2~ #0 #11 // Viconia Revamped -> Multi-class: Assassin/Cleric: v6.1
~VICONIAREVAMPED/SETUP-VICONIAREVAMPED.TP2~ #0 #60 // Add special ability: Embrace of Shar: v6.1
~VICONIAREVAMPED/SETUP-VICONIAREVAMPED.TP2~ #0 #70 // Apply drow penalty: Day Blindness: v6.1
~D0TWEAK/SETUP-D0TWEAK.TP2~ #0 #0 // Enhanced Goodberries: 24
~D0TWEAK/SETUP-D0TWEAK.TP2~ #0 #5 // Additional Racial Enemies: 24
~D0TWEAK/SETUP-D0TWEAK.TP2~ #0 #6 // Summoning Cap Removal: 24
~D0TWEAK/SETUP-D0TWEAK.TP2~ #0 #11 // Visual Ioun Stones: 24
~D0TWEAK/SETUP-D0TWEAK.TP2~ #0 #20 // NPCs/Summons Set Off Traps -> Green and blue circles, and enemy summons can set off traps: 24
~P5TWEAKS/SETUP-P5TWEAKS.TP2~ #0 #30 // Drop Items on Imprisonment: v5.1
~P5TWEAKS/SETUP-P5TWEAKS.TP2~ #0 #60 // Increase Spear Range and Damage: v5.1
~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #3000 // Disable hostile reaction after charm: 1.10
~EET_TWEAKS/EET_TWEAKS.TP2~ #0 #3010 // PnP spell scroll caster levels: 1.10
~WANDCASE/WANDCASE.TP2~ #0 #0 // Wand Case: v1.3
~GMINION/SETUP-GMINION.TP2~ #0 #0 // gMinion: v3
~CDPORTRAITS/SETUP-CDPORTRAITS.TP2~ #0 #31 // Jaheira -> Use BG2 portrait: v1
~CDPORTRAITS/SETUP-CDPORTRAITS.TP2~ #0 #51 // Viconia -> Use BG2 portrait: v1
~REZMOD/SETUP-REZMOD.TP2~ #0 #3 // Extended Visual Ioun Stones by WoRm: 2.6
~SETUP-UB-DEMO2.TP2~ #0 #0 // @vGur's  Unfinished Business - Ninja-To (Demo II): demo_II_v1
~SETUP-UB-DEMO2.TP2~ #0 #1 // Ninja-To (continue, press Enter): demo_II_v1
~SETUP-UB-DEMO2.TP2~ #0 #2 // Piercer: demo_II_v1
~SETUP-LOSTITEMS.TP2~ #0 #2 // Monk +3 AC and +1 THAC0 Bonus
~ITEM_REV/ITEM_REV.TP2~ #0 #11 // Dual Wielding Changes for Light and Heavy Weapons: v2
~ITEM_REV/ITEM_REV.TP2~ #0 #13 // Halberds Can Slash, Too: v2
~ITEM_REV/ITEM_REV.TP2~ #0 #17 // Weapon Changes: v2
~ITEM_REV/ITEM_REV.TP2~ #0 #18 // Backstabbing Penalties for Inappropriate Weapons -> Backstabbing Penalties Only: v2
~REFINEMENTS/SETUP-REFINEMENTS.TP2~ #0 #40 // Universal lesser mage robes: beta 4.24
~!BINFINITYSOUNDS/SETUP-!BINFINITYSOUNDS.TP2~ #0 #0 // Restored BG1 Spell Casting Voices: v1.3
~!BINFINITYSOUNDS/SETUP-!BINFINITYSOUNDS.TP2~ #0 #1 // Restored BG1 Spell Casting Sound Effects: v1.3
~!BINFINITYSOUNDS/SETUP-!BINFINITYSOUNDS.TP2~ #0 #2 // Restored BG1 Weapon Attack Sound Effects: v1.3
~!BINFINITYSOUNDS/SETUP-!BINFINITYSOUNDS.TP2~ #0 #3 // Restored BG1 Armor Hit Sound Effects: v1.3
~!BINFINITYSOUNDS/SETUP-!BINFINITYSOUNDS.TP2~ #0 #4 // Restored BG1 Armor Movement Sound Effects: v1.3
~!BINFINITYSOUNDS/SETUP-!BINFINITYSOUNDS.TP2~ #0 #5 // Restored BG1 Interface Sound Effects: v1.3
~!BINFINITYSOUNDS/SETUP-!BINFINITYSOUNDS.TP2~ #0 #6 // Restored Chunked Death Sound Effect -> Original BG1 Sound Effect (Lite): v1.3
~!BINFINITYSOUNDS/SETUP-!BINFINITYSOUNDS.TP2~ #0 #8 // Restored Gulp! Sound Effect: v1.3
~TNT/TNT.TP2~ #0 #0 // Smarter familiars: v8
~TNT/TNT.TP2~ #0 #4 // Easy traps: character action -> stop moving: v8
~TNT/TNT.TP2~ #0 #7 // Easy traps: center on character: v8
~TNT/TNT.TP2~ #0 #8 // Easy traps: play a sound: v8
~TNT/TNT.TP2~ #0 #9 // Easy traps: core (REQUIRED for any of previous "Easy traps" components to work): v8
~TNT/TNT.TP2~ #0 #27 // Potion of really mirrored eyes: v8
~TNT/TNT.TP2~ #0 #49 // More map notes: v8
~JIMFIX/SETUP-JIMFIX.TP2~ #0 #0 // Fix Sunfire power levels: v2.5
~JIMFIX/SETUP-JIMFIX.TP2~ #0 #1 // Enable Spell Immunity in Sequencers/Triggers: v2.5
~JIMFIX/SETUP-JIMFIX.TP2~ #0 #100 // Check for and fix incorrect spell animations: v2.5
~JIMFIX/SETUP-JIMFIX.TP2~ #0 #201 // Add spell school notifications to the combat log -> All spells with a casting time greater than 1: v2.5
~JIMFIX/SETUP-JIMFIX.TP2~ #0 #300 // Add expiration notifications for buffs: v2.5
~JIMFIX/SETUP-JIMFIX.TP2~ #0 #600 // Add expiration notifications for item buffs: v2.5
~JIMFIX/SETUP-JIMFIX.TP2~ #0 #700 // Allow Spell Shield to block Wish Breach and Mordenkainen's Disjunction: v2.5
~SETUP-DSOTSC.TP2~ #0 #100 // Dark Side Interparty Banter: v215
~SETUP-DSOTSC.TP2~ #0 #200 // Extended NPC Soundsets -> Additions only: v215
~CHATTYIMOEN/SETUP-CHATTYIMOEN.TP2~ #0 #0 // Chatty Imoen: Expanded Character Sounds: v1.3
~CHATTYIMOEN/SETUP-CHATTYIMOEN.TP2~ #0 #1 // Chatty Imoen: Add NPC Interactions: v1.3
~SETUP-NSCPORTRAITS.TP2~ #0 #1 // Portraits for BG2 and ToB: v3.0
~SETUP-NSCPORTRAITS.TP2~ #0 #30 // Portraits for Secret of Bone Hill: v3.0
~SETUP-NSCPORTRAITS.TP2~ #0 #50 // Portraits for Stone of Askavar: v3.0
~SETUP-NSCPORTRAITS.TP2~ #0 #300 // Portraits for BG1 Mini-Quests and Encounters: v3.0
~SETUP-NSCPORTRAITS.TP2~ #0 #305 // Portraits for Lure of the Sirines Call: v3.0
~SETUP-NSCPORTRAITS.TP2~ #0 #310 // Portraits for Grey Clan Episode I: v3.0
~SETUP-NSCPORTRAITS.TP2~ #0 #1780 // Portraits for Romantic Encounters BG1: v3.0
~SETUP-NSCPORTRAITS.TP2~ #0 #1380 // Portraits for Ascalons Questpack: v3.0
~SETUP-NSCPORTRAITS.TP2~ #0 #1450 // Portraits for Gavin BG1: v3.0
~SETUP-NSCPORTRAITS.TP2~ #0 #1540 // Portraits for Sirines: v3.0
~SETUP-NSCPORTRAITS.TP2~ #0 #5000 // Alternate Female Character-Creation Portraits: v3.0
~SETUP-NSCPORTRAITS.TP2~ #0 #5010 // Alternate Male Character-Creation Potraits: v3.0
~SETUP-BP-BGT-WORLDMAP.TP2~ #0 #0 // Worldmap for Baldur's Gate - including colored Baldur's Gate map icons: v10.2.3
~BG_TRAVEL/SETUP-BG_TRAVEL.TP2~ #0 #661 // New travel system between Baldur's Gate City areas -> Minimalistic version, allow entering two originally inaccesible small regions of BG city: v2.1
~MAPNAMES/SETUP-MAPNAMES.TP2~ #0 #0 // Sword Coast Map Labels: v2
~MAPNAMES/SETUP-MAPNAMES.TP2~ #0 #25 // Update Map Markers: v2
~SETUP-Z#MISC.TP2~ #0 #16 // Uberweapon - for Testing Purposes
~SETUP-Z#MISC.TP2~ #0 #20 // Hidden Uber Kit - Reaver
~MEGAMODKITS/MEGAMODKITS.TP2~ #0 #4 // Moon Knight Kit, available for all Paladins: v1.01L
~MEGAMODKITS/MEGAMODKITS.TP2~ #0 #7 // Bladesinger Kit, available for Human, Elf and Half-Elf Fighters: v1.01L
~MEGAMODKITS/MEGAMODKITS.TP2~ #0 #18 // Mage Hunter Kit, available for all Fighters: v1.01L
~MEGAMODKITS/MEGAMODKITS.TP2~ #0 #22 // Sellsword Kit, available for Human and Half-Orc Fighter: v1.01L
~MEGAMODKITS/MEGAMODKITS.TP2~ #0 #23 // Apprentice Kit, available for Human and Half-Elf Fighters: v1.01L
~MEGAMODKITS/MEGAMODKITS.TP2~ #0 #24 // Dragonclaw Kit, available for Human and Half-Elf Fighters: v1.01L
~KITRTT.TP2~ #0 #0 // Amazon: v1.3
~KITRTT.TP2~ #0 #10 // Arcane: v1.3
~KITRTT.TP2~ #0 #30 // Items and Spells (you can't skip this component): v1.3
~MIGHT_AND_GUILE/MIGHT_AND_GUILE.TP2~ #0 #245 // Revised Movement Bonuses (Quickstride): 4b12
~SETUP-BGII-SUBRACE.TP2~ #0 #0 // Subrace mini-mod for BGII v1.0
~TB#TWEAKS/TB#TWEAKS.TP2~ #0 #100 // Nature's Beauty Tweak.: TB#Tweaks, V 2.61
~TB#TWEAKS/TB#TWEAKS.TP2~ #0 #150 // Imprisonment Fix.: TB#Tweaks, V 2.61
~TB#TWEAKS/TB#TWEAKS.TP2~ #0 #200 // Flesh to Stone Fix.: TB#Tweaks, V 2.61
~TB#TWEAKS/TB#TWEAKS.TP2~ #0 #2050 // Improved Difficulty System. -> Serious dialogue (recommended).: TB#Tweaks, V 2.61
~TB#TWEAKS/TB#TWEAKS.TP2~ #0 #3600 // WSPATCK for all (Taimon) -> Everybody gets ApR from proficiency, only Warriors from level: TB#Tweaks, V 2.61
~TB#TWEAKS/TB#TWEAKS.TP2~ #0 #8550 // Party Members can facestab too! -> Only when under the effect of Non-Detection: TB#Tweaks, V 2.61
~TB#TWEAKS/TB#TWEAKS.TP2~ #0 #9150 // Mages drop spellbooks. -> 25% of mages drop spellbooks, spellbooks contain 25% of memorized spells.: TB#Tweaks, V 2.61
~GENERALIZED_BIFFING/GENERALIZED_BIFFING.TP2~ #0 #0 // Generalized Biffing: v2.2
~SETUP-EASYTUTUSPAWNRANDOMIZER.TP2~ #0 #2 // EasyTutu Spawn Randomizer -> Base Spawn Chance: 50%
~SETUP-EASYTUTUSPAWNRANDOMIZER.TP2~ #0 #10 // Respawn Interval Selection -> Respawn Interval: 3 game days
 

 and effort required until I install all this again. I will test solo Vynd to see if there are similar problems but frankly I'm fed up with  Baldur's gate for at least of couple of days.

 

 

Edited by Greenhorn
Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...