tnu Posted June 13, 2008 Share Posted June 13, 2008 anything along the lines of making Gauntlets Hand to Hand "Weapons" i mean being able to enchant them with "On Strike" instead of "On Self" enchantments? Link to comment Share on other sites More sharing options...
dra6o0n Posted June 13, 2008 Share Posted June 13, 2008 The Construction Set treats the gauntlets as armor though... So i dunno if you can modify them to be both armor and weapon. Link to comment Share on other sites More sharing options...
GBHis Posted June 13, 2008 Share Posted June 13, 2008 Ye' can't. They can be *either* armor *or* weapons. They can, however, be weapons. And using some nifty tricks, you can make a dummy (read: invisible) object act as one of them (so they work as both weapon *and* armor). I'll upload a POC. Link to comment Share on other sites More sharing options...
DogtoothCG Posted June 14, 2008 Share Posted June 14, 2008 couldnt you just make a new weapon in CS and use the gauntlet mesh as the weapon model? Link to comment Share on other sites More sharing options...
dra6o0n Posted June 14, 2008 Share Posted June 14, 2008 Do you want the gauntlet to be swung like a sword? Link to comment Share on other sites More sharing options...
tnu Posted June 14, 2008 Author Share Posted June 14, 2008 no its supposed to be somthing that would work with hand to hand combat. surely someone wearing Ebony Gauntlets would do more hand to hand damege then someone with nothing. Link to comment Share on other sites More sharing options...
Vagrant0 Posted June 14, 2008 Share Posted June 14, 2008 no its supposed to be somthing that would work with hand to hand combat. surely someone wearing Ebony Gauntlets would do more hand to hand damege then someone with nothing.Having anything worn as a weapon will override the animations used for hand to hand. Meaning that at best, you would just be copying some of the hand to hand mods already in existance, and be just as limited as they are. Link to comment Share on other sites More sharing options...
gdarknight Posted June 14, 2008 Share Posted June 14, 2008 no its supposed to be somthing that would work with hand to hand combat. surely someone wearing Ebony Gauntlets would do more hand to hand damege then someone with nothing. I've done a script that is compatible with all mods, and does additional handtohand damage based on skill and gauntlet condition. Granted it was for a specific set that had wrist-blades attached (kind of like being Wolverine). I'll see about modifying it for all gautlets. :biggrin: There are glitches though.....the only way to truly do hit detection is in script modification on all actors/creatures. Approximation can be done using distance, LOS, Player state, controls pressed, and actor/creature health changes. The glitch in my script is that another character could hit the actor/creature your trying to hit at the same time. The script would still do the damage bonus even though it wasn't you that did the hit. :down: Link to comment Share on other sites More sharing options...
DogtoothCG Posted June 15, 2008 Share Posted June 15, 2008 how about putting a drain health on it? Link to comment Share on other sites More sharing options...
Vagrant0 Posted June 15, 2008 Share Posted June 15, 2008 how about putting a drain health on it?You can't put an offensive enchantment on gloves. Any enchantment which is given, is applied to the player. This is one of those hard coded aspects of the game, and even playing around with enchantment type of a specific enchantment n a hex editor will not allow you to attach an onstrike enchantment to a piece of equipment. It'll get changed to a constant effect in game. The reason why this doesn't work too well is the same reason why most wrist blade mods don't work too well. Either you're still using the standard attack animations with an invisible, or oddly positioned weapon, or you're using scripting which is not particularly reliable. At best, you might be able to script specific gauntlets, or an ability with OBSE to detect the defense of gauntlets worn, and then modify the player's Attack Bonus if no weapon is being used. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.