kjeron
kjeron
Reactions
-
Re: Enable Dual-classing into Kits (now with Proficiency Fix)
I wouldn't know without seeing Cahir's current RACETEXT.2da file, but it's most a likely mod-added entry. The default file has I think only 10 entries (7 PC races, Tiefling, Vampire, and Goblin), tha… (View Post)1 -
Re: Restricting Specialist's extra Spell Slots to Specialist's School Spells
No, both make too many changes to the spellbook. The "manual edits" I listed can still be done and be functional, but you will lose spell descriptions and the altered appearance of the spel… (View Post)1 -
Re: General mod Questions thread
Correct, it also includes FIST_THAC0_BONUS, I had some leftover modifications corrupting my tests. HITBONUS is separate, your initial three were correct: THAC0, THACOBONUSRIGHT/LEFT, and HITBONUS. It… (View Post)1 -
Re: Mods in 2020
Add to Baldur.lua:SetPrivateProfileString('Game Options','Show AOE','1') Only works in BGEE, BGSoD, and IWDEE currently, not BG2EE (so not much use to you, but it should be eventually added). Does no… (View Post)3 -
Re: Making Illithid intelligence drain make sense.
Add SPLPROT rows:rowA# 273 0x20 8 rowB# 260 14 rowA# Size <= 3 already exists (row 14). Use rowB#: NOT ( (Size <= 3) OR (BIT MATCH STATE_HELPLESS) ) == Size > 3 AND NOT STATE_HELPLESS Or, if… (View Post)3