Ligh7bulb Posted September 16, 2013 Share Posted September 16, 2013 Is there a way to force usage of a weapon only by left OR right? Setting the Equip Type in the CK does nothing to prevent usage on either hand. It also does not affect AI usage either; so if you give an NPC a "left handed" weapon, with it's equip type set to LeftHand, they'll gladly use it in their right (primary hand).The situation i'm in is that i've made fist type weapons and their models are uniquely associated to a particular hand. Advice would be appreciated.. Thanks in advance Link to comment Share on other sites More sharing options...
IsharaMeradin Posted September 17, 2013 Share Posted September 17, 2013 Make your fist type weapons into a single two handed so that both will be equipped at the same time. Just a thought. But I guess you might have a reason for them to be one handed. Link to comment Share on other sites More sharing options...
Ligh7bulb Posted September 17, 2013 Author Share Posted September 17, 2013 Aaah indeed i would make them two handed but like you said, the intention is for them to be specifically one-handed; just to be used by whateva hand i need.You can liken the idea to World of Warcraft how you can have a "main hand" weapon that can only be equipped by your main hand and likewise how "Offhand" weapons can only be equipped in your offhand/shield slot.On the shield note, i've tried setting the Equip Type to Shield (and likewise modifying the Nif data to be of type Shield as well) but no luck :( Link to comment Share on other sites More sharing options...
IsharaMeradin Posted September 17, 2013 Share Posted September 17, 2013 You can use EquipItemEx a SKSE function to force equip the item to a specific slot. But it may not work for what you want. It requires you to script when they are to equip the specified item rather than letting the NPC decide. You MIGHT be able to force unequip the item when equipped by the NPC, then use GetEquippedObject (another SKSE function) to determine which hand is empty. Then force equip the correct item on the empty hand. Link to comment Share on other sites More sharing options...
ltknight88 Posted October 1, 2013 Share Posted October 1, 2013 What about using the Ring slot on the hand?There is also a mod for Left hand rings.You could look to see how they specified that one. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted October 1, 2013 Share Posted October 1, 2013 What about using the Ring slot on the hand?There is also a mod for Left hand rings.You could look to see how they specified that one.The mod with the left hand rings created new forms for the rings with meshes that have the ring on the left hand. There was no forcing of a right handed ring to the left side or vice versa. Link to comment Share on other sites More sharing options...
Anvildude Posted January 5, 2018 Share Posted January 5, 2018 This is YEARS late, but I'd suggest looking at the Actor stuff, rather than the Item stuff. The AI and Actor Behaviours and the like- For instance, the Draugr have a "Left hand only" thing going with their spells- but the basis of that is in the Draugr AI package, rather than in just the spells. Link to comment Share on other sites More sharing options...
Recommended Posts