QUOTE(Giggsy @ Jul 11 2007, 12:54 AM) [snapback]284895[/snapback]
Oblivion Community!
Are you saying it is impossible to add a spear-type weapon into the game because of the animations?
Why? Is it so hard to animate/create animations?
It only needs a good stabbing animation, and a power stab animation.
Well, I'm just starting my modding journey, so I don't really know how hard stuff like this is, but I would appreciate an explanation why it is so hard, to get spears into the game

Thanks for your time

It isn't creating new animations so much as getting them linked to a new weapon type, and having that new weapon type somehow registered with a skill. Since weapon types are hard coded, and cannot be changed or added to, this cannot be done without overwriting an existing animation group currently used by one of the existing weapon types. This means that in order to add a spear, you would need to replace ALL the 2hand weapon animations with ones suited to a spear type weapon, then go through and change all the 2 handed weapons to look right when using that animation... Never mind the fact that you would have blunt and bladed spears since blunt 2hand weapons use the same animations as bladed 2 hand weapons. You cannot use the staff type weapons since these aren't tied to any weapon skill, so will never do any physical damage, furthermore, within the CS all staffs use target based enchantments, so you could not even make a spearlike staff with a damage health enchantment without it being range based.
Simply put, it cannot be done without totally vulking everything up royally. Mods do have spear type weapons, but they are used like standard 2 hand weapons.