PDA

View Full Version : [CoD2] 44 Magnum. Melee Animation Problem



G-Stuff002
30th March 2018, 11:15
I downloaded a good pistol but the animation melee shows the sleeve skin. Someone know how to fix ?

Melee image:
1486

1485

G-Stuff002
30th March 2018, 13:44
I solved the issue by removed totally Melee function 'viewmodel_knife_slash'

in weapons/mp/webley_mp

G-Stuff002
30th March 2018, 14:15
Completely solved the problem. Now the gun with the animation

G-Stuff002
30th March 2018, 15:54
Tell me please, what it need to change here for 100% damage from one shot ?

damage\50\minDamage\35\meleeDamage\150\maxDamageRa nge\500\minDamageRange\1250\

Tally
30th March 2018, 16:01
damage\100

That should kill with one shot. If not, try raising it higher.

IzNoGoD
30th March 2018, 16:14
For the first 500 units (maxdamagerange) it'll do 50 damage per shot. After that, it falls off to 35 damage at the range of 1250. So at 1000 range, it'll do 40 damage per shot ( maxdmg - ((range - minrange)/(maxrange - minrange)) * (maxdmg - mindg))