Jump to content

Simon280586

Members
  • Posts

    71
  • Joined

  • Last visited

Posts posted by Simon280586

  1. So I tried it out and the trolls now die normally, and the spirit trolls no longer flicker. That's great!

     

    However, I think part of the fix is still missing: polytweaks applied improved invisibility via script, rather than their claws, but now the trolls never go invisible. Now they are pretty easy to kill (as they are easier to hit and can be targeted by spells). Also, they no longer drain strength on a hit.

     

    I have a save where there's a lone spirit troll down the hallway that I can easily test on. With your component installed, he's visible. If I uninstall it and install the polytweaks component, he's invisible, and becomes partially visible when he attacks me.

     

    Any chance you could take a look at this? :love:

     

    edit: I had a look through the scripts and found this (in TROLSI01.BCS). But I don't know what to do with it as I don't know any programming.

     

     

     

     

    IF
    !StateCheck(Myself,STATE_IMPROVEDINVISIBILITY)
    HPGT(Myself,1)
    !GlobalTimerNotExpired("trollinvis","LOCALS")
    THEN
    RESPONSE #100
    ApplySpellRES("A^TROINV",Myself)
    SetGlobalTimer("trollinvis","LOCALS",TEN_ROUNDS)
    END

    IF
    !StateCheck(Myself,STATE_INVISIBLE)
    !Detect([GOODCUTOFF])
    !StateCheck(Myself,STATE_BLIND)
    !CheckStatLT(Myself,7,VISUALRANGE)
    !Range(Player1,4)
    !Range(Player2,4)
    !Range(Player3,4)
    !Range(Player4,4)
    !Range(Player5,4)
    !Range(Player6,4)
    !GlobalTimerNotExpired("turninvis","LOCALS")
    THEN
    RESPONSE #100
    ApplySpellRES("A^TROINV",Myself)
    SetGlobalTimer("turninvis","LOCALS",ONE_ROUND)

     

     

     

     

    Also it looks like the strength drain effect comes from a^spitrl.spl:

     

     

    Effect: Type: Strength bonus (44),Targettype: TargetPresetTarget (2),Power: 0,Value: -1

  2. Hi!

     

    The 'fix' I was referring to is from this part of the readme:

     

     

    Vanilla game spirit trolls had claws which work like the Staff of the Magi, i.e. granting invisibility on equip, this interacts badly with SCS melee scripting because the troll "equips" their claws before attacking (and thus becomes invisible) several times per round. Their invisibility is now applied by script and less frequently, they also drain more strength per hit, but only by their claws (not their bite) and for a shorter time.

     

    With SCS, spirit trolls go invisible many times per round, and even spells like True Sight don't prevent this. It makes them too difficult for my low-level party.

     

    The part I would like to disable is this:

     

     

    The behaviour of trolls in the vanilla game (i.e. often "forgetting" to die while in combat and being unable to die while webbed) makes battles with trolls unnecessarily long and full of micromanagement and is a source of frustration to many players including myself. This component allows trolls to be killed directly, providing fire or acid is used...

     

    Which is a cool feature, but seems to be occasionally buggy.

  3. Hi,

     

    I've been trying out the improved trolls component of your mod. Mainly for the spirit trolls flickering fix.

     

    I've just entered the De'Arnise keep and have noticed a few problems. The first troll I killed is flickering between lying down and standing up, even though it's dead. It does this even on a reload.

     

    Another issue is that the animations and combat log tell me trolls are dead (and gives me XP) even if I haven't used fire/acid on them, then they get resurrected. It's a bit confusing, and also cancels spell targeting (so if I was about to finish off a troll with an acid arrow, and then he gets killed by normal damage, I lose the spell but the troll comes back to life). Is this working as intended?

     

    Finally, is there any way to disable this component while keeping the spirit trolls fix?

     

    Here's my weidu log in case there's some conflict:

     

     

     

    // 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]
    ~DDRAWFIX/DDRAWFIX.TP2~ #0 #0 // DDrawFix -> Force DirectDraw Emulation: v1.0
    ~TOBEX/TOBEX.TP2~ #0 #100 // TobEx - Core: Beta 0025
    ~TOBEX/TOBEX.TP2~ #0 #101 // Apply Concentration Check On Damage [WIP]: Beta 0025
    ~TOBEX/TOBEX.TP2~ #0 #102 // Awaken On Damage: Beta 0025
    ~TOBEX/TOBEX.TP2~ #0 #103 // Blindness As Spell Description: Beta 0025
    ~TOBEX/TOBEX.TP2~ #0 #105 // No Spell Interruption On Zero Damage: Beta 0025
    ~TOBEX/TOBEX.TP2~ #0 #108 // Allow Equipping Armor in Combat: 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 #116 // Enable Animation Attack Sounds: Beta 0025
    ~TOBEX/TOBEX.TP2~ #0 #120 // Drop Inventory on Disintegrate: Beta 0025
    ~TOBEX/TOBEX.TP2~ #0 #121 // Drop Inventory on Frozen Death: Beta 0025
    ~TOBEX/TOBEX.TP2~ #0 #122 // Drop Inventory on Stone Death: Beta 0025
    ~TOBEX/TOBEX.TP2~ #0 #123 // Enable Auto-Pause On All Screens: Beta 0025
    ~TOBEX/TOBEX.TP2~ #0 #124 // Make All Attack Animations Genuine Attacks: Beta 0025
    ~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 #4 // Tougher Illasera (optional, requires ToB)
    ~SETUP-ASCENSION.TP2~ #0 #5 // Tougher Yaga-Shura (optional, requires ToB)
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #0 // BG2 Fixpack - Core Fixes: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #1000 // BG2 Fixpack - Game Text Update -> GTU Light (by Wisp): v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #3 // BETA Core Fixes (please check the readme!): v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #100 // Party Gets XP for Sending Keldorn to Reconcile With Maria: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #101 // Improved Spell Animations: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #102 // Cromwell's Forging Actually Takes a Day: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #103 // Mixed-Use Dagger Fixes: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #104 // Ghreyfain's Holy Symbol Fixes: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #106 // Giants Receive Penalties When Attacking Halflings, Dwarves, and Gnomes: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #107 // Remove Dual-Classing Restriction from Archers and Stalkers: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #108 // Remove Second Attribute Bonus for Evil Path in Wrath Hell Trial: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #109 // Corrected Summoned Demon Behavior: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #110 // Additional Script Fixes: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #111 // Bard Song Fixes: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #112 // Wizard Slayers Cause Miscast Magic on Ranged Attacks: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #113 // Additional Alignment Fixes: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #114 // Change Free Action to Protect Against Stun: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #115 // Paws from Shapeshifting Can Not Be Dispelled: v10
    ~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #116 // Remove Thieving Start Bonuses from Bard and Ranger Skills: v10
    ~1PP/1PP.TP2~ #0 #101 // 1ppv4: Core paperdolls
    ~1PP/1PP.TP2~ #0 #103 // 1ppv4: Extended palette entries -> Full install (recommended)
    ~1PP/1PP.TP2~ #0 #104 // 1ppv4: GUI additions for BGII
    ~1PP/1PP.TP2~ #0 #105 // 1ppv4: Avatar fixes
    ~1PP/1PP.TP2~ #0 #106 // 1ppv4: Female Dwarves -> Separate Avatars for Female Dwarves - Baldur's Gate II
    ~1PP/1PP.TP2~ #0 #111 // 1ppv4: Thieves Galore -> BGII - Unique Thief Avatars
    ~1PP/1PP.TP2~ #0 #113 // 1ppv4: Smart Avatar & Armour Switching
    ~1PP/1PP.TP2~ #0 #114 // 1ppv4: Softer Spell Effects
    ~1PP/1PP.TP2~ #0 #200 // 1ppv4: Core content patches
    ~1PP/1PP.TP2~ #0 #201 // 1ppv4: Consistent spell and scroll icons
    ~1PP/1PP.TP2~ #0 #202 // 1ppv4: Spell tweaks
    ~1PP/1PP.TP2~ #0 #203 // 1ppv4: Restored flame sword animations
    ~1PP/1PP.TP2~ #0 #204 // 1ppv4: Colourable Quarterstaves
    ~1PP/1PP.TP2~ #0 #205 // 1ppv4: Legacy Shields
    ~1PP/1PP.TP2~ #0 #206 // 1ppv4: Additional Shield Animations (core)
    ~1PP/1PP.TP2~ #0 #207 // 1ppv4: Wizards' Staves (core)
    ~1PP/1PP.TP2~ #0 #208 // 1ppv4: Additional Helmet Animations (core)
    ~1PP/1PP.TP2~ #0 #210 // 1ppv4: Increased paperdoll object variety (core)
    ~1PP/1PP.TP2~ #0 #400 // 1ppv4: Core updates and item patches
    ~1PP/1PP.TP2~ #0 #401 // 1ppv4: Improved projectile effects
    ~1PP/1PP.TP2~ #0 #300 // 1ppv4: Fixed animations for solars and elementals
    ~1PP/1PP.TP2~ #0 #301 // 1ppv4: Miscellaneous content fixes
    ~SETUP-ITEMUPGRADE.TP2~ #0 #10 // Shadows Of Amn Item Upgrades -> Revised consistency plus version: v40
    ~SETUP-ITEMUPGRADE.TP2~ #0 #11 // Throne Of Bhaal Item Upgrades -> Revised consistency plus version: v40
    ~DEARNISE/SETUP-DEARNISE.TP2~ #0 #0 // de'Arnise Romance for Baldur's Gate II: v4
    ~SETUP-BANTERPACK.TP2~ #0 #0 // Pocket Plane Banter Pack for BG2: Shadows of Amn: V14
    ~SETUP-BANTERPACK.TP2~ #0 #2 // Pocket Plane Banter Pack for BG2: Throne of Bhaal: V14
    ~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #0 // Extended NPC-NPC Interaction SoA: V4.2
    ~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #1 // Extended Minsc/Aerie Interaction ToB: V4.2
    ~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #2 // Imoen "Retrospection" dialogue for BGII: ToB: V4.2
    ~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #3 // Wake-Up dialogue for Anomen Romance (By David Gaider with additions from Kulyok): V4.2
    ~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #4 // NPC Conflict Revisions: V4.2
    ~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #5 // Restored Aerie/Jaheira/Anomen interjection in Underdark: V4.2
    ~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #10 // Install Banter Accelerator? How much time would you like in between NPC banters in-game? -> 45 Minutes: V4.2
    ~SETUP-NPCFLIRT.TP2~ #0 #0 // Aerie Flirt Pack For SOA: v1.03
    ~SETUP-NPCFLIRT.TP2~ #0 #2 // Aerie Flirt Pack For TOB: v1.03
    ~SETUP-NPCFLIRT.TP2~ #0 #4 // Jaheira Flirt Pack for SOA: v1.03
    ~SETUP-NPCFLIRT.TP2~ #0 #6 // Jaheira Flirt Pack for TOB: v1.03
    ~SETUP-NPCFLIRT.TP2~ #0 #8 // Viconia Flirt Pack for SOA: v1.03
    ~SETUP-NPCFLIRT.TP2~ #0 #10 // Viconia Flirt Pack for TOB: v1.03
    ~SETUP-NPCFLIRT.TP2~ #0 #12 // Anomen Flirt Pack for SOA: v1.03
    ~SETUP-NPCFLIRT.TP2~ #0 #14 // Anomen Flirt Pack for TOB: v1.03
    ~RE/SETUP-RE.TP2~ #0 #0 // Aerie, Anomen, Jaheira and Viconia React to Romantic Encounters: v8
    ~RE/SETUP-RE.TP2~ #0 #1 // Storms and Lightning, by berelinde (Weathermistress Ada, adult content): v8
    ~RE/SETUP-RE.TP2~ #0 #2 // Aimi's Magic, by berelinde (adult content): v8
    ~RE/SETUP-RE.TP2~ #0 #3 // Anishai's Deft Hands, by cmorgan: v8
    ~RE/SETUP-RE.TP2~ #0 #6 // Bodhi's Allure, by Kulyok (adult content): v8
    ~RE/SETUP-RE.TP2~ #0 #7 // Trademeet with Guildmistress Busya, by magrat: v8
    ~RE/SETUP-RE.TP2~ #0 #9 // Chanelle's Gifts, by cmorgan (adult content): v8
    ~RE/SETUP-RE.TP2~ #0 #13 // A Lonely Dryad, by Kulyok (adult content): v8
    ~RE/SETUP-RE.TP2~ #0 #22 // Ilona, a Merchant's Daughter, by Kulyok: v8
    ~RE/SETUP-RE.TP2~ #0 #24 // A Night with Lais in Imnesvale, by Kulyok: v8
    ~RE/SETUP-RE.TP2~ #0 #28 // Mira's Special Stock, by berelinde: v8
    ~RE/SETUP-RE.TP2~ #0 #30 // Rebecca the Gypsy, by Kulyok: v8
    ~RE/SETUP-RE.TP2~ #0 #35 // Dreaming of Sendai, by Kulyok: v8
    ~RE/SETUP-RE.TP2~ #0 #36 // Sheri the Bardess, by cmorgan (adult content): v8
    ~RE/SETUP-RE.TP2~ #0 #41 // Isabelle's Fears, by gertjanvh (adult content): v8
    ~RE/SETUP-RE.TP2~ #0 #42 // Anne's Rescue, by gertjanvh (adult content): v8
    ~RE/SETUP-RE.TP2~ #0 #43 // The Queen, by Domi: v8
    ~RE/SETUP-RE.TP2~ #0 #45 // Rehearsal with Chandra, by Western Paladin: v8
    ~SETUP-UB.TP2~ #0 #0 // The Kidnapping of Boo by Cliffette: v25
    ~SETUP-UB.TP2~ #0 #1 // The Suna Seni/Valygar Relationship: v25
    ~SETUP-UB.TP2~ #0 #2 // Kalah and What He Was Promised: v25
    ~SETUP-UB.TP2~ #0 #3 // "Cat and Mouse" (Bodhi hunts you in Spellhold) by Ghreyfain: v25
    ~SETUP-UB.TP2~ #0 #4 // Gorje Hilldark and the Extended Illithium Quest: v25
    ~SETUP-UB.TP2~ #0 #5 // The Pai'Na/Spider's Bane Quest: v25
    ~SETUP-UB.TP2~ #0 #6 // Restored Crooked Crane Inn: v25
    ~SETUP-UB.TP2~ #0 #7 // Restored Encounters: v25
    ~SETUP-UB.TP2~ #0 #8 // Artemis Entreri in Bodhi's Lair: v25
    ~SETUP-UB.TP2~ #0 #15 // NPC Portrait Restorations: v25
    ~SETUP-UB.TP2~ #0 #16 // Corrected BAMs and Scripts: v25
    ~SETUP-UB.TP2~ #0 #17 // Corrected Character Names and Biographies: v25
    ~SETUP-UB.TP2~ #0 #18 // Restored Minor Dialogs: v25
    ~SETUP-UB.TP2~ #0 #19 // Restored Bhaalspawn Powers, by David Gaider: v25
    ~SETUP-UB.TP2~ #0 #20 // Extended ToB Item Descriptions: v25
    ~SETUP-UB.TP2~ #0 #21 // Throne of Bhaal Minor Restorations: v25
    ~SETUP-UB.TP2~ #0 #22 // Justifier Kit: v25
    ~SETUP-UB.TP2~ #0 #23 // Feralan Kit: v25
    ~SETUP-UB.TP2~ #0 #25 // The Murder of Acton Balthis, by Kulyok: v25
    ~SETUP-D0QUESTPACK.TP2~ #0 #0 // General AI Improvements: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #401 // Miscellaneous Enhancements -> Without Additonal Random Encounters: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #5 // Additional Shadow Thieves Content: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #6 // Alternative Harper/Xzar Plot: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #7 // Extended Reynald Sequence: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #8 // Intrigue In The Copper Coronet: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #9 // Rahul Kanakia's Potion Quest: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #10 // Revised Hell Trials: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #12 // Improved Oasis II -> IO2 Dialogue Enhancement Only: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #13 // Saving Sanik In Brynnlaw: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #14 // Burglary Of The Bookkeeper: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #15 // New Fate For The Dryads' Acorns: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #16 // The Tragedy Of Besamen: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #17 // Further Slaver Involvement: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #18 // Sending The Solamnic Knights Home: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #19 // Nazariel The Lich: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #20 // Reward Negotiation: v3.1
    ~SETUP-D0QUESTPACK.TP2~ #0 #21 // Infernal Thievery: v3.1
    ~WHEELS/SETUP-WHEELS.TP2~ #0 #0 // The Wheels of Prophecy: v3
    ~ALTERNATIVES/SETUP-ALTERNATIVES.TP2~ #0 #0 // Alternatives: v10
    ~SETUP-DUNGEONBEGONE.TP2~ #0 #0 // Dungeon Be Gone V1.6
    ~SETUP-OVERSIGHT.TP2~ #0 #2 // Class Tweaks/Fixes
    ~SETUP-OVERSIGHT.TP2~ #0 #3 // Altered Spells
    ~SETUP-OVERSIGHT.TP2~ #0 #7 // Holy Liberator
    ~SETUP-OVERSIGHT.TP2~ #0 #8 // Expanded Brynnlaw
    ~RR/SETUP-RR.TP2~ #0 #0 // Proper dual-wielding implementation for Thieves and Bards: v4.80
    ~RR/SETUP-RR.TP2~ #0 #1 // Thief kit revisions: v4.80
    ~RR/SETUP-RR.TP2~ #0 #3 // Proper racial adjustments for thieving skills: v4.80
    ~RR/SETUP-RR.TP2~ #0 #4 // Bard kit revisions: v4.80
    ~RR/SETUP-RR.TP2~ #0 #6 // Proper spell progression for Bards: v4.80
    ~RR/SETUP-RR.TP2~ #0 #7 // Additional equipment for Thieves and Bards: v4.80
    ~RR/SETUP-RR.TP2~ #0 #8 // Upgradeable Equipment: v4.80
    ~RR/SETUP-RR.TP2~ #0 #10 // Revised Thievery -> Retain default thievery potions and prevent their effects from stacking: v4.80
    ~RR/SETUP-RR.TP2~ #0 #11 // Chosen of Cyric encounter: v4.80
    ~RR/SETUP-RR.TP2~ #0 #12 // Shadow Thief Improvements: v4.80
    ~RR/SETUP-RR.TP2~ #0 #999 // BG2-style icons for RR content: v4.80
    ~SETUP-REFINEMENTS.TP2~ #0 #10 // Revised High Level Abilities: Refinements v 3.31
    ~SETUP-REFINEMENTS.TP2~ #0 #40 // Universal lesser mage robes: Refinements v 3.31
    ~SETUP-REFINEMENTS.TP2~ #0 #73 // Revised Armors & Shields. -> Update the descriptions.: Refinements v 3.31
    ~RR/SETUP-RR.TP2~ #0 #2 // Thief High Level Ability revisions: v4.80
    ~RR/SETUP-RR.TP2~ #0 #5 // Bard High Level Ability revisions: v4.80
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #60 // Weapon Animation Tweaks: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #70 // Icewind Dale Casting Graphics (Andyr): v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #110 // Icon Improvements: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #130 // Force All Dialogue to Pause Game: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #140 // Fix Boo's Squeak: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1010 // More Interjections: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1020 // Alter HP Triggers for NPC Wounded Dialogues: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1040 // Improved Athkatlan City Guard: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1050 // Gradual Drow Item Disintegration: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1080 // Add Bags of Holding: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1120 // Stores Sell Higher Stacks of Items: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1161 // Multiple Strongholds (Baldurdash) -> Keep Class Restrictions: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1220 // Allow Cromwell to Upgrade Watcher's Keep Items: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1230 // Allow Cespenar to Use Cromwell Recipes: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2020 // Two-Handed Bastard Swords: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2030 // Two-Handed Katanas: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2035 // Two-Handed Axes: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2040 // Universal Clubs: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2060 // Weapon Styles for All: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2160 // Alter Weapon Proficiency System -> Rebalanced Weapon Proficiencies: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2192 // Limit Ability of Storekeepers to Identify Items -> Hybrid of Both Methods: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3000 // Higher HP on Level Up -> Maximum: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3030 // Easy Spell Learning -> 100% Learn Spells: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3080 // Unlimited Ammo Stacking: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3090 // Unlimited Gem and Jewelry Stacking: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3100 // Unlimited Potion Stacking: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3110 // Unlimited Scroll Stacking: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3125 // Neutral Characters Make Happy Comments at Mid-Range Reputation: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3200 // Sellable Items (Icelus): v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3220 // Sensible Entrance Points: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4010 // Improved Fate Spirit Summoning: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4050 // Change Jaheira to Neutral Good: v16
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4100 // Change Korgan to Neutral Evil: v16
    ~REASONABLE_GRANDMASTERY/REASONABLE_GRANDMASTERY.TP2~ #0 #0 // Reasonable Grandmastery
    ~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2220 // Change Magically Created Weapons to Zero Weight: v16
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #1000 // Initialise mod (all other components require this): v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #1910 // Protection from Normal Missiles also blocks Arrows of Fire/Cold/Acid and similar projectiles without pluses: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2000 // Allow Spellstrike to take down a Protection from Magic scroll: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2010 // More consistent Breach spell (always affects liches and rakshasas; doesn't penetrate Spell Turning): v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2020 // Antimagic attacks penetrate improved invisibility: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2030 // Iron Skins behaves like Stoneskin (can be brought down by Breach): v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2040 // Modify the Harm spell so it does damage rather than reducing target to 1 hp -> Enemy Harm spells reduce target to 1 hit point; player Harm spells do 150 hp of damage: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2060 // Revert Greater Restoration back to only affecting one creature: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2070 // Blade Barrier and Globe of Blades only affect hostile creatures: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2080 // Cap damage done by Skull Trap at 12d6: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2090 // Make Power-Word: Blind single-target: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2100 // Make Minute Meteors into +2 weapons: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2110 // Reduce the power of Inquisitors' Dispel Magic -> Inquisitors dispel at 1.5 x their level (not twice their level): v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2120 // Slightly weaken insect plague spells, and let fire shields block them: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2130 // Cosmetic change: stop Stoneskins from changing the caster's colour: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2140 // Slightly increase the power of Mantle, Improved Mantle, and Absolute Immunity: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2150 // Make spell sequencers, spell triggers, and contingencies learnable by all mages: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2160 // Add an extra copy of some hard-to-find spell scrolls: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2170 // True Sight/True Seeing spells protect from magical blindness: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2180 // Prevent Simulacra and Projected Images from using magical items: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3010 // Replace +1 arrows with nonmagical "fine" ones: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3020 // Replace +1 magical weapons with Fine ones: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3060 // Remove the invisibility power of the Staff of the Magi: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3070 // Move Vhailor's Helm into Throne of Bhaal: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3080 // Move the Cloak of Mirroring: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3090 // Move the Robe of Vecna into Throne of Bhaal: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3100 // Make the healing and resurrection powers of the Rod of Resurrection into separate abilities: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3110 // Change Carsomyr so that its Dispel on contact power grants a saving throw: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4000 // Faster Bears: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4010 // Grant large, flying, non-solid or similar creatures protection from Web and Entangle: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4030 // Improved shapeshifting: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4040 // Make party members less likely to die irreversibly: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4051 // Decrease the rate at which reputation improves -> Reputation increases at about 1/2 the normal rate: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4150 // Allow the Cowled Wizards to detect spellcasting in most indoor, above-ground areas in Athkatla: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4170 // Increase the price asked by Gaelan Bayle -> Gaelan wants 40,000 gold pieces: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4180 // Make Freedom scrolls available earlier: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4190 // Make Watchers' Keep accessible between SoA and ToB (warning: this will make it inaccessible until the end of SoA): v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4200 // Retrieve Dropped Items from Hell: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4210 // Randomise the maze in Watcher's Keep: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4215 // Remove unrealistically helpful items from certain areas: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4217 // Remove unrealistically convenient ammunition from certain areas -> Remove ammo up to the +2 level from random containers: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4230 // Delay the arrival of the "bonus merchants" in the Adventurers' Mart and the Copper Coronet: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4240 // Treat mages' and priests' High-Level Abilities as innate abilities rather than memorisable spells (each may be taken only once): v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5000 // Ease-of-use party AI: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5010 // Move Boo into Minsc's pack: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5020 // Remove the blur graphic effect from the Cloak of Displacement: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5030 // Remove animation from the Cloak of Mirroring (leave it for other spells and effects that use the same graphic): v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5900 // Initialise AI components (required for all tactical and AI components): v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6000 // Smarter general AI: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6010 // Better calls for help: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6020 // Add high-level abilities (HLAs) to spellcasters -> Only selected spellcasters in Throne of Bhaal get HLAs: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6033 // Smarter Mages -> Mages in BG1 cast short-duration spells instantly at start of combat; mages in BG2 only do so if they are created in sight of the PC: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6040 // Smarter Priests -> Priests cast some short-duration spells instantly at start of combat, to simulate pre-battle casting: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6102 // Potions for NPCs -> Half the potions dropped by slain enemies break and are lost: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6200 // Improved Spiders: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6500 // Improved golems: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6510 // Improved fiends -> Fiends have about 50 percent more hit points than normal: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6520 // Smarter genies -> Genies have about 50 percent more hit points than normal: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6530 // Smarter celestials -> Celestials have about 50 percent more hit points than normal: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6540 // Smarter dragons -> Dragons have a substantial hit point increase: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6550 // Smarter beholders -> Give beholder rays some chance to "burn through" spell protections; beholder antimagic blocks all spells, including harmful ones, for a round (simulates D&D rules): v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6560 // Smarter mind flayers -> Illithids have only original-game resistances; Illithids can see through invisibility: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6570 // Smarter githyanki: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6580 // Improved Vampires: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6590 // Smarter Throne of Bhaal final villain: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6800 // Smarter Illasera: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6810 // Smarter Gromnir: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6820 // Smarter Yaga-Shura: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6830 // Smarter Abazigal: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6840 // Give Ascension versions of Irenicus and Sendai SCS scripts and abilities: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6850 // Give Ascension demons SCS scripts and abilities: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8000 // Make the starting dungeon slightly harder: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8010 // Improved Shade Lord: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8050 // Improved Random Encounters: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8060 // Improved de'Arnise Keep ("Tactics Remix") -> Spirit trolls have the same powers as in the original game: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8070 // Improved Unseeing Eye: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8080 // Improved Bodhi (Tactics Remix) -> "Toned-down" version of the original Tactics Improved Bodhi, with SCSII scripting: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8090 // Party's items are taken from them in Spellhold: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8100 // Improved battle with Irenicus in Spellhold: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8110 // Improved Sahuagin: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8120 // Improved Beholder hive (adapted from Quest Pack): v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8130 // Prevent resting in the Illithid city: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8140 // Slightly Improved Drow -> Upgrade Ust Natha's defences: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8150 // Slightly Improved Watcher's Keep: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8160 // Improved Fire Giant temple: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8170 // Enhanced Sendai's Enclave: v30
    ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8190 // Improved Minor Encounters: v30
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #101 // Prevent skeletal and incorporeal undead from being affected by Illithids' Devour Brain attack: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #102 // Change Spiritual Hammer into a ranged force weapon: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #103 // Allow Dispel/Remove Magic to take down Globes of Invulnerability: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #104 // PnP Color Spray: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #110 // Magical arrows and bolts deal bonus damage equal to their enchantment level: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #200 // Allow Breach to take down Stoneskin effects applied by items: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #201 // Instant casting for warrior innates: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #202 // Revised Bhaalpowers -> Enhance the Bhaalpowers and standardize their casting time: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #218 // Regain Bhaalpowers in ToB: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #204 // Prevent Mislead clones from singing Bard songs: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #205 // Prevent Project Image and Simulacrum clones from using quickslot items: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #211 // Make Death Ward protect against Vorpal Hits: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #210 // Restore the Dispel Magic vulnerability to Nishruu and Hakeashars: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #212 // Make alignment detection spells more accurate: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #213 // Expanded saving throw bonus tables for Dwarves, Gnomes and Halflings: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #217 // Bard songs break invisibility -> All Bard songs break invisibility: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #261 // Altered XP rewards from locks, traps and scrolls -> Improved (lowered) XP rewards from locks, traps and scrolls: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #270 // Unbiased quest rewards: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #220 // Simple Thief script: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #230 // Simple Bard script: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #239 // Simple Cleric/Paladin script: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #301 // Change the appearance of Valygar's armor: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #302 // Change the appearance of the Robe of Vecna: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #310 // Distinctive creature coloring: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #315 // Distinctive creature soundsets: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #500 // Slightly expanded storage capacity for containers -> Use the recommended storage capacity value (999): v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #510 // Expanded temple services: v4.32
    ~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #999 // BG2-style icons for aTweaks content: v4.32
    ~POLYTWEAK/POLYTWEAK.TP2~ #0 #60 // Improved (less buggy) trolls: v2.00
    ~POLYTWEAK/POLYTWEAK.TP2~ #0 #70 // Improved Umberhulks: v2.00
    ~POLYTWEAK/POLYTWEAK.TP2~ #0 #83 // Improved Minotaurs: v2.00
    ~POLYTWEAK/POLYTWEAK.TP2~ #0 #85 // Corrected Vampire Stats: v2.00
    ~POLYTWEAK/POLYTWEAK.TP2~ #0 #97 // Related Weapon Proficiencies -> Related Weapon Proficiencies including clubs: v2.00
    ~POLYTWEAK/POLYTWEAK.TP2~ #0 #100 // Anomen: v2.00
    ~POLYTWEAK/POLYTWEAK.TP2~ #0 #150 // Cernd: v2.00
    ~POLYTWEAK/POLYTWEAK.TP2~ #0 #201 // Jaheira -> two handed weapons: v2.00
    ~POLYTWEAK/POLYTWEAK.TP2~ #0 #300 // Keldorn: v2.00
    ~POLYTWEAK/POLYTWEAK.TP2~ #0 #403 // Minsc -> Make Minsc a barbarian (dual wielding): v2.00
    ~POLYTWEAK/POLYTWEAK.TP2~ #0 #500 // Nalia: v2.00
    ~POLYTWEAK/POLYTWEAK.TP2~ #0 #600 // Valygar: v2.00
    ~POLYTWEAK/POLYTWEAK.TP2~ #0 #700 // Viconia: v2.00
    ~POLYTWEAK/POLYTWEAK.TP2~ #0 #800 // Distinctive Icons for Blackrazor and Flametongue: v2.00
    ~POLYTWEAK/POLYTWEAK.TP2~ #0 #900 // PnP mace of disruption: v2.00
    ~WIDESCREEN/WIDESCREEN.TP2~ #0 #0 // Widescreen Mod -> for the original Infinity Engine (CHOOSE THIS!): Widescreen Mod v3.07
    ~PAINTBG/PAINTBG.TP2~ #0 #2 // Portraits for PC (BG2/BGT) -> PaintBG: Override old PC portraits with new the selection (suggested)
    ~PAINTBG/PAINTBG.TP2~ #0 #6 // PaintBG: Install all BG1-only NPC portraits for BG2 (should affect most mods that bring back NPCs from BG1)
    ~PAINTBG/PAINTBG.TP2~ #0 #11 // PaintBG: Anomen
    ~PAINTBG/PAINTBG.TP2~ #0 #13 // PaintBG: Cernd
    ~PAINTBG/PAINTBG.TP2~ #0 #18 // PaintBG: Edwin -> Install Edwin portrait #2 (hooded)
    ~PAINTBG/PAINTBG.TP2~ #0 #20 // PaintBG: Edwina (female Edwin)
    ~PAINTBG/PAINTBG.TP2~ #0 #24 // PaintBG: Haer'Dalis -> Haer'Dalis has dark hair and light fiendish features
    ~PAINTBG/PAINTBG.TP2~ #0 #31 // PaintBG: Jan
    ~PAINTBG/PAINTBG.TP2~ #0 #33 // PaintBG: Keldorn
    ~PAINTBG/PAINTBG.TP2~ #0 #37 // PaintBG: Korgan
    ~PAINTBG/PAINTBG.TP2~ #0 #40 // PaintBG: Mazzy
    ~PAINTBG/PAINTBG.TP2~ #0 #44 // PaintBG: Nalia
    ~PAINTBG/PAINTBG.TP2~ #0 #54 // PaintBG: Valygar
    ~PAINTBG/PAINTBG.TP2~ #0 #62 // PaintBG: Yoshimo -> Yoshimo with more usual hairstyle
    ~PAINTBG/PAINTBG.TP2~ #0 #63 // PaintBG: Extra portraits (Bodhi, Jon, Ellesime and ToB characters) - affects LR Jon, TS Bodhi and Ascension Balthazar
    ~GENERALIZED_BIFFING/GENERALIZED_BIFFING.TP2~ #0 #0 // Generalized Biffing: v2.2

     

     

    Thanks.

     

    edit: I notice that polytope hasn't been active on these forums for a while, does anyone else know how I can isolate the spirit troll fix and disable the rest of this component?

×
×
  • Create New...