So im trying to port in weapon animations for the Hammer from SRTT into SRIV, I noticed that all weapons that have theyr own special animations have a xtbl that has the anim file names in them but ther are no tabels that I can find for melee weapons, I looked through Melee.xtbl and Weapon_melee_attacks.xtbl and cant see any refrence to any anim files so im confused how I would go about it
I know that I have to preload the animations that I want but I need table to handle the animaions for my weapon im alright with replacing in game weapons, I was considering replacing a gun but as they have a diffrent layout like
<Action><ID>stand fire</ID> as its a gun
and the melee uses this <Action><ID>Hammer Smash</ID>
Im not sure how to work with that I know I would need to replace the file name later on for my ported animation file names but im stuck on the action id mainly
Any help would be greatly apreshated
I know that I have to preload the animations that I want but I need table to handle the animaions for my weapon im alright with replacing in game weapons, I was considering replacing a gun but as they have a diffrent layout like
<Action><ID>stand fire</ID> as its a gun
and the melee uses this <Action><ID>Hammer Smash</ID>
Im not sure how to work with that I know I would need to replace the file name later on for my ported animation file names but im stuck on the action id mainly
Any help would be greatly apreshated