I’m trying to compile an animated TF2 hat where the fan spins, but when I compile it, this happens. On a version with out the fan, it works fine.
Any suggestions on what to do?
Here’s the .QC if it helps.
[code]$cd “C:\Documents and Settings\Mikhail\Desktop\Modeling\Psycho\Output\Gibus”
$modelname “player\items\scout\scout_domination.mdl”
$model “body” “scout_domination.dmx.smd”
$cdmaterials “\models\player\items\scout”
$hboxset “default”
$hbox 0 “bip_head” -4.626 -11.927 -6.189 5.324 0.000 5.783
// Model uses material “models/player/items/scout/psycho.vmt”
$surfaceprop “cloth”
$illumposition -0.549 0.349 79.423
$sequence idle “idle” fps 8.00
$collisionmodel “phymodel.smd” {
$mass 5.0
$inertia 1.00
$damping 0.00
$rotdamping 0.00
}
[/code]