Help would be great. =P
By jamespizzurro 4 years agoI just about finished animating an 1911 model that's textured and everything already so animating and compiling the model was the last thing I needed to do. So, I finished and compiled it for the deagle.
Here's what my .qc looks like for my view model, which is the only one I have completed thus far:
$cd "C:\Documents and Settings\JDP\Desktop\Pistol\Replace This\Decompiled" $modelname "weapons\vpistdeagle.mdl" $model "studio" "reference.smd" $cdmaterials "models\weapons\vmodels\1911deag\" $cdmaterials "models\weapons\vmodels\hands\" $hboxset "default" $attachment "1" "slide" 0.00 -2.00 1.00 rotate 0 0 0 $attachment "2" "bullet" 1.00 0.50 2.00 rotate -10 -180 0 $surfaceprop "default" $illumposition 5.962 3.334 -8.123
$sequence idle "idle" ACTVMIDLE 1 fps 8.53
$sequence shoot "shoot" ACTVMPRIMARYATTACK 1 fps 27.00 { { event 5001 0 "1" } { event AECLIENTEFFECTATTACH 0 "EjectBrass9mm 2 100" } }
$sequence shootempty "shootempty" ACTVMDRYFIRE 1 fps 69.56 { { event 5001 0 "21" } }
$sequence reload "reload" ACTVMRELOAD 1 fps 13.85 { { event 5004 1 "WeaponDEagle.Clipout" } { event 5004 26 "WeaponDEagle.Clipin" } }
$sequence draw "draw" ACTVMDRAW 1 fps 30.00 { { event 5004 1 "Weapon_DEagle.Deploy" } }
It works fine when I'm playing locally in CS:S. However, when I join a server, the draw animation has been replaced by the idle animation and the reload animation has been replaced by the draw animation and my reload animation is never seen. I've checked my SMDs to make sure I named them correctly and I did.
Anyone know what might be wrong here? I've never encountered something like this. Thanks in advance for any help. =)




