-
Posts
495 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Blogs
Everything posted by Noqn
-
Oh I like the idea of adding healing received modifier to Con! StatusEffects annoyingly can't have dynamic values based on Attribute values, only Skill values and a few more stats. Though it would be possible to add a StatusEffect with one child effect for each Con value in the 3-35 range with corresponding healing multipliers and conditionals. The StatusEffect could be assigned to an Ability that's only visible in the character sheet, and that Ability appended to all CharacterProgressionTableGameData(?)
-
Triggers
Noqn replied to Svartypops's topic in Pillars of Eternity II: Deadfire: Modding (Spoiler Warning!)
Regarding ParameterHash & FunctionHash, the game ignores these properties during deserialization*, so you can safely write ScriptCallData objects without those lines in your mod files! *Snippet from decompiled ParseScriptCall method: else if (text.Equals("UnrealCall") || text.Equals("FunctionHash") || text.Equals("ParameterHash") || text.Equals("Flags")) { JsonUtilities.DiscardNextBlock(jsonReader); } -
Ops nevermind, I accidentally already included all forms. Mods go into your override folder, which is located here: .../Pillars of Eternity II Deadfire/PillarsOfEternityII_Data/override (You might have to create the override folder if it does not already exist.) After extracting the .zip file, it should look like this: .../Pillars of Eternity II Deadfire/PillarsOfEternityII_Data/override/Orlan Bear Spiritshift Scale Fix
-
x3 Size multiplier x1.5 Size multiplier Download: Orlan Bear Spiritshift Scale Fix.zip This increases your size when spritshifted by 50% (see the lower image), should only apply to Orlans. You can change the size multiplier by editing the following line in statuseffects.gamedatabundle: "BaseValue": 1.5, This only fixes the (non-Shifter) bear form, is that ok or would you like all me to include forms?
-
Maybe if you retrain him, but probably not since it was added at lv1. But there are no downside to changing the proficiencies for future playthroughs of course If you want to change it just for this playthrough, try this: rekke_pollaxe.zip It will fire a single scripthook which removes the unwanted proficiencies from Rekke and adds Pollaxe instead.
-
Looking at the convo file, It seems that you... Must be allied with or have 3 or more Reputation with VTC. Must have 16 Diplomacy (w/ party support). Have restored the adra vein on either Hasongo or Poko Kohara. Ukaizo must not be unlocked ('b_Ukaizo_Unlocked' - I think this is set to true when a faction quest is completed, but I'm not sure). Try opening the Console and enter PrintGlobal b_Ukaizo_Unlocked If it prints 1, that might be the cause.
-
Nexusmods user SirDun recently noticed that one of my mods caused the game to stutter: https://www.nexusmods.com/pillarsofeternity2/mods/481?tab=posts In the latest update, I had added a game.globalvariablesbundle file with a single new variable to the mod. Apparently, this is what caused the game to periodically stutter. It's very noticable and happens every 13 seconds at 60fps, with even shorter intervals on higher framerates. It is luckily very unusual that mods actually implement new variables, but I remember it having been discussed here before. Nevertheless, I want to warn everyone that adding new global variables should be avoided entirely.
-
I apologize to everyone for my inactivity, this week was more eventful than I expected... Fantastic, thanks! You wouldn't happen to have the translation of "Potion of Enlightenment" as well? I absolutely love the idea of restoring Empower Points, but to do it through a duration-based effect might be the wrong way to do it? Maybe if each character could empower more than once per encounter (and the game was balanced around that fact), but otherwise the effect would only be useful up to a certain amount of ticks for each encounter, which I think should be avoided for an Inspiration. As a completely separate mechanic, how would you feel about the player passively restoring an Empower Point every Xth encounter? Cycling Spell Tiers is no doubt the best solution to nerfing Brilliant while still allowing regeneration of high-tier spells, but the question remains if that is desirable. Wizard, Druid and Priests each have many great Spells in PL3 and below, relevant all the way through late-game. Regenerating within that selection is still an extremely strong effect, and still the best Tier 3 inspiration by far. Isn't that enough? I really like the idea of Fatigue after the combat encounter. I have a single concern though, that this effect may add a 4th Injury and kill the drinker right after the encounter. We could use an Injury-like effect (like the Sigil Curses) or a hangover/addiction just to make sure that a player doesn't defeat a megaboss only to die from the fatigue injury? But if this is a non-issue then Fatigue would be great, so I'll add it meanwhile.
-
Thanks for the translations @Boeroer@Elric Galad@lewis_cb! I managed to locate vithrack luminaries in PoE1's stringtable entries, here are the official translations de Vithrack-Koryphäe es Luminar de Vithrack fr Sommité Vithrack I'm sorry to keep bothering you, but could you confirm that I've inserted them grammatically correct? de Dieser geheimnisvolle Trank wird aus gelösten Vithrack-Koryphäe-Hirnen destilliert und mit der Essenz eines unerbittlichen Adra-Animats aufgeladen. Sie erlaubt schier sagenhafte Einsichten und erfüllt den Nutzer mit einer unermüdlichen Beharrlichkeit. es Destilado a partir de los cerebros disueltos de Luminar de Vithrack e infundido con la esencia implacable de un Anímata de adra, este brebaje llena al usuario con conocimientos maravillosos y perseverancia inagotable. fr Distillée à partir de cerveaux dissous de Sommité Vithrack et infusée grâce à l'essence tenace d'Animat d'Adra, cette concoction emplit celui ou celle qui la boit d'une perspicacité merveilleuse et d'une persévérance inépuisable.
-
There's a list of all effect types here in case anyone is interested (warning - it's dense): https://eternity.obsidian.net/game-data-formats/enumerations#statuseffecttype It's hard to find a fitting effect that doesn't conflict with other Attributes/Inspirations... What I would put up for consideration: Suspend Hostile Effects. +X to all Skills.
-
On another note, I've finished up everything with the Potion of Enlightenment! It'll spawn in the following shops, one potion per inventory refill: Vendor Location Bauble The Deck of Many Things Dimesa The Treasure Trove Fetid Spray The Forgotten Sanctum Fassina / Shop Imp The Dark Cupboard Neale The Crucible The last touch is the translations for the item description, @Boeroer@Elric Galad@lewis_cb I'll publish the mod as created by the 'Obsidian Forums Community', with more specific credits in the description. Sounds good to everyone?
-
I have to say I feel this too. Arbitrary duration cap breaks established design rules, and misses the crux of the issue - that the effect itself is too strong. Alternating between PL levels is a really cool, but we should ask whether letting Brilliant restore high tier spells is necessary to begin with. I think the Balancing Patch's current solution of restoring spells only up to a certain a PL is the most efficient and seamless we have so far. If not that, I think we should look back to what Boeroer started the thread with, and think up an altogether different effect for Brilliant. (Anti-Confusion would've been awesome. ) How about suspending hostile effects while Brilliant?
-
It's only possible to override Item and Ability icons, not UI textures sadly. Which font color would suit you the best? Do you want to replace player dialogue options as well, or just the white text spoken by other characters? I had some success editing the Assembly-CSharp.dll to use specific hardcode font colors, for now just play responses as a proof of concept, but I think it would be possible to apply this to all conversation text if you are ok with this solution: If not, I would try to batch search/replace in the conversation stringtables like you mentioned.