So I have this nice model made up in XSI Mod Tool:
And I export it as blueprint_1.smd and blueprint_c.smd into a props_stovepipe folder in sourcesdk_content/tf/modelsrc
Here's my .qc
When I compile it, it turns into this:
I've tried following the XSI tutorials, the tutorial on this forum... still, "purple crown of death".
Help?
(Don't say USE AN OVERLAY, I'm trying to learn to make a model, and this was simple, and you can't put overlays on top of other props! I want help solving this issue only, please.)

And I export it as blueprint_1.smd and blueprint_c.smd into a props_stovepipe folder in sourcesdk_content/tf/modelsrc
Here's my .qc
Code:
/*
----------------
blueprint QC
----------------
*/
$modelname blueprint.mdl
$origin 0 0 0 90
$scale 1.0
$body "Body" "blueprint_1.smd"
$staticprop
$surfaceprop "cardboard"
$upaxis Z
$cdmaterials "models/props_stovepipe/"
$sequence "idle" "blueprint_1.smd" fps 30
$collisionmodel "blueprint_c.smd"
{
$mass 1.0
}
When I compile it, it turns into this:

I've tried following the XSI tutorials, the tutorial on this forum... still, "purple crown of death".
Help?
(Don't say USE AN OVERLAY, I'm trying to learn to make a model, and this was simple, and you can't put overlays on top of other props! I want help solving this issue only, please.)