Strange Animation/Compiling Problem...

Help would be great. =P

By jamespizzurro 4 years ago

I 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. =)

3 posts 389 views

Replies

    • P2: Drudge
      Points: 6,415
    • E1: Helper
      EF: 7
    • C1: Member
    • A5: Veteran
      Account Age: 6 years

    Anyone? Even if it's really simplistic advice. I'll try anything at this point.

    Agent Red Productions
    • P2: Drudge
      Points: 5,019
    • C1: Member
    • A5: Veteran
      Account Age: 6 years

    You forgot Shoot2 in the sequences list, so everything is moved up one.

    • P2: Drudge
      Points: 6,415
    • E1: Helper
      EF: 7
    • C1: Member
    • A5: Veteran
      Account Age: 6 years
    Posted by monkey42 You forgot Shoot2 in the sequences list, so everything is moved up one.

    Thank you. Forgot that order matters. Been a while since I've compiled much of anything.

    Agent Red Productions