Jump to content

CamDawg

Gibberling Poobah
  • Posts

    12,004
  • Joined

Everything posted by CamDawg

  1. Oh derp, I was looking for a standalone section. My mistake, missed them entirely--they're there, tucked in next to other entries.
  2. It looks like this was already fixed in PsTEE--there are no duplicate sections in ar0502.ini.
  3. I've combined these into one fix: the inaccessible container in the Hall of Heroes has been deleted, and its contents (Potion of Insulation, Spell Thrust scroll) have been moved into the container that formerly held the duplicated random drop.
  4. It's still on my radar! I'm just slow and random in my work patterns.
  5. Next time I'm taking a picture of my monitor with my cellphone and posting that.
  6. Fixed, though as noted by Bubb above, this needs to be fixed in code. Also note that while this will mitigate the crashes with the pregens, you can still get crashes if you import a character with equipment into the first slot. Issues with the starting equipment table has also been fixed.
  7. Yeah, this. If it was 4 hp/round--even doubled to 8 due to haste--I'd be inclined to leave it be, but this is Bugged Karoug levels of silliness.
  8. Oh, good to know. I'll update Tweaks' PI metadata.
  9. Trying to assign illegal items in ToB results in the items being moved to inventory and not this popup, so it's possible this needs a UI fix instead. The problem is widespread--since strength is checked, pretty much any low STR character has a good chance to encounter this with the default armor or weapon.
  10. What's happening Start a new HoW game in IWDEE. Delete one of the existing pregen party members. In the open slot, make a trueclass cleric of evil alignment. After selecting your weapon pips, you're presented with this screen: Clicking 'cancel' crashes the game. Clicking 'level up' takes you to the appearance part of chargen, bypassing spell selection. What should be happening When you select your weapon pips, this popup should not happen and you proceed to spell selection Notes HoW uses 25stweap.2da to give default equipment to new NPCs. The default helmet for clerics is the Blessed Helm of Lathander, an item disallowed for evil clerics. This prompts the popup from (what appears to be) the dual-classing menu. Swapping in a different helmet is easy, however, all items in the table require review to avoid incidents with other kit/class/race combos.
  11. The Black Blade of Disaster. edit: To clarify, SoD Belhifet does apply a few (to scale it for difficulty) as does Wilson with his undroppable paw. Neither of these can cause this bug so we don't need to change them--BBoD is the only one we need to do this song-and-dance for.
  12. OK, this is in with a new Unholy Blight portrait icon. Since Holy Smite just blinds, it continues to use the Blind icon. As a test, I padded out the portrait icons with a thousand entries, and Unholy Blight worked fine as icon #1214 so we're fine extending the table.
  13. Tieflings are no longer included in IWDEE effects that target 'extra' or 'outer' planars. Between this and Luke's previous commits, I believe there's nothing left open in the thread.
  14. Yes, ultimately it needs an engine fix. In the meantime, we can work around it somewhat.
  15. IWDEE can't decide on whether 'outer planar' is hyphenated or not. I noticed this when Three White Doves uses both in its description: Not hyphenated: Debian's Rod of Smiting (21491), Solemn Duty (40018), destruction message from Three White Doves (40195) Hyphenated: Star Metal Cudgel (24254) Both: Three White Doves (21625), Gate (hyphenated in 35839, 36832; not hyphenated in 14315, 17352, but the latter two are unused) One word: none A similar issue with 'extra planar' Hyphenated: History of the North (7319, 13177) One word: all of the cure/cause wounds (3807, 7469, 7533, 7896, 7954, 8788, 11185, 11194, 11202, 12323, 12325, 18613, 18729, 21478, 25920, 35853, 35958, 35972, 35982, 36190, 36295, 36327, 36345, 36366, 36397, 36402, 40254), Beltyn's Burning Blood (6513), paladin class and blackguard kit descriptions (37128, 37145), unused axe of hurling (39523), Favor of Ilmater (40772) Not hyphenated: none There's one instance of "inter-planar" in the description of the Tome of Clear Thought.
  16. The other side of this is that Bioware playtested planetars and were satisfied with how they worked sans regen, or they would have noticed and fixed it. And not just just planetars--several critical ToB characters have permanent regen that are now suddenly working: the chinchilla Bhaalspawn, Toop the Brave, and Tibbit, though thankfully Bondari, Nanoc the Barbarian, and Tim Goldenhand are unaffected. It also affects some less critical ToB characters like Balthazar, Draconis, and Demogorgon. As for Beamdog's clear intent: more than likely this was passed along to the code team as a broken opcode, e.g. 'regen doesn't work with permanent timing', and they fixed it.
  17. Yes, but it's trivial to account for it (or even revert it) downstream.
  18. I'm OK with both of these changes; here are previews: I like the darker shadows on the wyverns, personally, though let's see what everyone else thinks.
  19. These were the starting point for BG2FP's alignment fixes (core and OBC), and both are already included in BG2EE.
  20. BBoD's description states (emphasis mine): If doing this via 233 is an issue, I'd suggest a simpler solution rather than a repeating EFF, spell, and UI tweaks: apply the GM bonuses directly to the weapon (+3 to-hit. +5 damage, lower speed by 3, and add +1APR for warrior classes). This works, AFAICT: COPY_EXISTING ~blakblad.itm~ ~override~ WRITE_BYTE 0x31 0 // change to zero to avoid non-prof penalties LPF ALTER_HEADER INT_VAR damage = 10 to_hit = 8 speed = 0 END // manually apply +5 damage, +3 to-hit, and -3 speed from GM PATCH_IF game_is_iwdee BEGIN SET apr = 7 END ELSE BEGIN SET apr = 1 END // +1.5 attacks on IWD, +1 otherwise LPF ALTER_EFFECT INT_VAR check_headers = 0 match_opcode = 233 opcode = 1 parameter1 = apr parameter2 = 0 special = 0 END // change set prof to +APR LPF CLONE_EFFECT INT_VAR check_headers = 0 match_opcode = 1 opcode = 318 parameter1 = 1 parameter2 = 105 STR_VAR insert = above resource = blakblad END // block APR effect from mages PATCH_FOR_EACH class IN 3 4 5 11 13 14 15 19 20 21 BEGIN // and then block APR from all of the other non-warrior classes, too LPF CLONE_EFFECT INT_VAR check_headers = 0 multi_match = 1 match_opcode = 318 parameter1 = class END END The only difference is cosmetic: instead of the inventory listing damage as 2d12+5 with another +5 from proficiency, it just lists damage as 2d12+10, with a similar issue for thac0. However, I'd put that as lesser issue to disabling UI elements.
  21. Be careful not to conflate two distinct questions. "Is the secondary type on HLA X correct?" and "should HLA X have a secondary type at all?" both lead you to Assassination as a combat protection is nonsense, but doesn't necessarily answer what should be done about it.
  22. Angel's added two more fixes that I've committed: one more door fix for Gromnir's basement (ar5007), and adding the option to use the Blessed Bracers to resurrect the dead dad in Saradush. edit: Almost forgot, you can ask the merchant outside Saradush about the fire giant enclave, but only the very first time you meet. It's been added as an option for return visits.
  23. 1) Yes, though IWDification's implementation is not very advanced. 2) SCS accounts for the IWD spells whether they're sourced from IWDification or SCS.
×
×
  • Create New...