Hi TotoR
thank for info, i will revert to original engine if it disable off-hand slot for shapeshifters/spell weapon
That would be great!
Original BG2 allow to use off-hand slot for shapeshifters, so i cannot say this is bug or decision
In addition, you can't created 2 handed weapons without a crash, witch is a minor modding issue.to reproduce bug i only need patch existed magic weapon .ITM to make it two-weapon, right ?
I wounder if you could address this "bug" by the same way as the component "Unlimited Hand Off Slot" do and make two-handed all shapeshift items?Unlimited Hand Off Slot must disable second weapon if first is two-hand weapon, i never tested it fully with magic weapon yet. If it is bugged, it just need to fix
For weapons created by spells, it does not seems to be linked to the weapon itself but to the way it is created... if the weapon is created in the inventory, obviously there is no issue and it can be used without issue, even with an off-hand weapon. If the weapon is created in hand (with an off-hand weapon or shield), the game crash: ASSERTION FAILED! Return Address: 0x84AC3C File: ObjAnimation.cpp Line: 20462 Expression: m_currentVidCellShield == NULL Message: (null)
For 2-handed Shapeshift itm, The issue seems different as the game crash with no "ASSERTION FAILED!" at all when equipped with an off-hand weapon or shield. I have add, in the link above, an itm from Stratagems mod (DW#SHBRP) which is used to shapeshift into bear and create CTD.
confirm both issues
1) ASSERTION FAILED! - bug in Unlimited Hand Off Slot, fixed.Then magic/polymorph weapon was created and if it is two-hands, it will fit without error and disable hand-off
2) Issue with opcode 53 (change animation), this opcode is tricky, it temporarily unequip all items from char and then equip all back. but opcode processed inside equipping of item with this opcode, so there is recursion (BioWare rulez!) and Unlimited Hand Off Slot get crazy. In one of big BWP installation only 3 items have this opcode, they are non-weapons so no issues with hand-off slot