Hey guys,
First time trying to get an animation into source, and it's not working ![]()
Anyone see a problem with the below .qc I have for my model? I can see the "playing" animation under Sequences in the editor, but the animation doesn't play (even in preview window). It's a simple 1 bone, 360 degree rotating animation so I can't see how something in max may be screwed... but if anyone has any ideas - I'm all ears.
Code
$modelname "plgh/plgh_model.mdl"
$body "Body" "plgh_model.smd"
$cdmaterials "plgh"
$staticprop
$scale 1
$surfaceprop "Metal"
$sequence playing "plgh_model_anim" loop fps 30
$collisionmodel "plgh_model.smd"
{
$concave
}
Display More
The anim sequence export is named plgh_model_anim.SMD