Page 1 of 1

"Dual Wield" Archery mod help

Posted: Wed Jan 22, 2020 10:59 pm
by dumbmud
Hey everyone!

I'm trying to make my first Daggerfall mod, something real simple where bows are one handed so you can easily switch to a dagger. However, I'm bad at programming and I can't figure out how to change these properties for the bow.

I can see when attempting to equip items, it checks ItemHands, but I can't seem to figure out how to change that for long bows and short bows.

Any help would be appreciated. Thanks!

Re: "Dual Wield" Archery mod help

Posted: Thu Jan 23, 2020 10:12 am
by Ralzar
I think there's a way to change the bows to be 1-handed.

However, then you run into a much bigger problem: The bows are only visually made to be held in one hand for the paperdoll. I assume it would need additional art assets for displaying on the paperdoll as being held in the other hand. And maybe some additional code to make that work, which I'm not completely sure if is possible to mod at the moment.

Re: "Dual Wield" Archery mod help

Posted: Fri Jan 24, 2020 3:21 am
by dumbmud
Hmm.. I think I saw an option in ItemHands that specifies if it can only be held in the left or right hand as well.