Testlum
Members-
Posts
93 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Blogs
Everything posted by Testlum
-
I encountered this bug in my own game (without Balance Polishing Mod installed) and might've found a way to fix it without editing the base progression tables. In the attached file, I appended a blank ability when Rapid Recovery is picked for the Black Jacket subclass, specifying Constant Recovery to be removed. Feel free to use @Elric Galad! EDIT: Ah, Constant Recovery came back after I leveled up again. My fix doesn't solve that unfortunately, so it's back to the drawing board. Just for transparency, the bug is caused by Black Jacket's Constant Recovery having an incorrect check for the base fighter's Rapid Recovery instead of the subclass modified version inside the progression table.
-
Super niche interaction that's probably more useful for modding than playing the game, but console added abilities can't be empowered for some odd reason. Tested it by adding Far From Defeated... to my chanter via console command, which grayed out the ability when I tried to empower it. Removed Far From Defeated..., added Their Champion Braved..., leveled up my chanter and picked Far From Defeated... and I could empower it.
-
Patch v1.3.7.1.1411 is Live
Testlum replied to cstanick's topic in Pillars of Eternity: Announcements & News
Remembered a bug I encountered in the game, as detailed by another poster here. The universal talent Veteran's Recovery will eventually be better than the fighter's own Constant Recovery due to a scaling oversight. -
Stunning Surge in the base game does not work per the upgrade description. If you land a Crit, you'll get 2 Wounds in addition to recovering the 2 Mortification spent. The "AddResource" enumeration used to provide this effect sadly does not differentiate between Wounds and Mortification. That's a technical limitation, so it would need to be worked around. The obvious idea would be to append an "AddWounds" effect with -2 value, but that's no good because the monk loses 2 Wounds if they were already at max when Stunning Surge lands a Crit. Anyone with a clever idea?
-
Patch v1.3.7.1.1411 is Live
Testlum replied to cstanick's topic in Pillars of Eternity: Announcements & News
I'm in favour of correcting what's clearly a bug with Psychic Backlash. The number of per encounter uses or duration of the Stun can be increased if the fixed version is not worth choosing as a talent. The fixed version will allow players to pick it without feeling like they're cheesing the game -
@thelee I noticed that your guide over at GameFAQs still describes Full Attacks as using only the offhand recovery when dual-wielding, though this no longer seems to be the case in the current version. Since I saw the last update being in Sep 2023, I assume the guide is still being updated, so it would be good to correct this. A quick test in-game seems to match the below post saying it instead uses the higher recovery of either weapon instead.
- 126 replies
-
- 1
-
- mechanics
- attack speed
- (and 4 more)
-
Ayyy, glad to see someone else has the same thoughts as me. Shadowed Hunters always sounded to me like an offensive ability instead of a defensive, Withdraw-ish tool to retreat with. I modded it in my own game to stack Crit-to-Hit chance and Crit damage over time, similar to your idea, though I didn't bother capping the stacks since it's a PL9 ability.
-
I've tried a few times to get this to work without success. The closest I've come to is setting my characters to Defend Self, manually casting the first ability I want to use and then letting the script take over for the remaining spells. I did come across a mod on Nexus that might do what you want, though not sure if it works for the current version of Deadfire. https://www.nexusmods.com/pillarsofeternity2/mods/558?tab=description
-
Some of the NPCs in Deadfire have the same portrait, which bugs me. For example, Fyrna from The Hole and Cuitzli from Cuitzli's Herbs both use the same orlan portrait. I'd like to change that. Overwriting the old portrait with a new one clearly won't work because then both NPCs will display the same new portrait. Yet I can't find the file that dictates which NPC displays what portrait. Anyone have an answer?
-
Dropping by with a bug report. I'm messing around with Sacred Immolation for my own mods and went over the one here. It looks like the AoE damage doesn't scale with PL. I suspect that's because it's triggered from the ApplyOnTick status effect instead of linking the real AoE attack directly from the ability itself. In vanilla, the AoE damage scales according to PL even though the duration does not. Unfortunately I'm not sure whether it is possible to have both AoE damage and duration scale with PL correctly. It might be down to a technical fault of the engine.
-
Portraits V
Testlum replied to Amentep's topic in Pillars of Eternity II: Deadfire General Discussion (NO SPOILERS)
-
Hi, looking to see if anybody knows how changing weapon sets are programmed for this game. I've currently managed to make it so that using consumables (i.e. potions, drugs) don't break invisibility, and it'd be great if I could extend that to weapons as well. Can't seem to find it in the abilities.gamedatabundle though. EDIT: Perhaps this is hardcoded and can't be modded normally, since the only related thing I found was a variable that set the weapon switch time to 2s in global.gamedatabundle.
-
Unable to play the game
Testlum replied to Bossinova8's question in Pillars of Eternity II: Deadfire Technical Support (Spoiler Warning!)
If you're running any mods, try disabling them. That might happen due to a stringtable error.