Can this bug introduced by 2.6 be fixed with mods?
royalprotector
Member Posts: 42
Just wondering if the bug that causes Thief simulacra unable to use the thieving abilities is fixable or just a hardcoded thing?
Thanks
Thanks
0
Comments
In 2.5 ... detecting traps works, stealth works, picking pockets works, disarming traps doesn't.
Now, I can see why not allowing trap disabling for clones can make sense; they already can't open containers to set the traps off. Disabling stealth doesn't make sense, finding traps and detecting illusions shouldn't cause problems, but picking pockets should be disabled because it's a way to destroy critical items.
Unfortunately, this isn't going to be easy to mod. Looking at the simulacrum spell, all of the real action is contained in a single opcode 236 action. And the spell itself is unchanged. It's what that opcode (used for all clones, in various forms) does under the hood that's changed. And that means any attempt to change it would require deeper access to things than mods usually work with.
It's not intended: https://forums.beamdog.com/discussion/comment/1169353/#Comment_1169353
File is from BG2EE, but should work in BGEE/SoD/IWDEE for now.
- Remove all temporary abilities that Raise Dead does.
- Remove the Slayer Change and Pocket Plane abilities (only relevant in the BG2EE campaign).
- Block new sequencers and contingencies from being made.
- Block all clone spells from being used (except Shadow Twin as noted in the link).
- Block restoration effects.
- Disable the trapfinding and stealth buttons.