I created atree in 3dsmax 7 with speedtree and exported it to a smd file. I created a .qc file (probably the problem) and compiled it with studiomdl. I get no errors when I copmile it. When I try to put it in hammer. It is in the model viewer but there is no picture of the model like there is for all the other models. When I select it and put it in the map it takes around 19,000 units by 19,000 units. I changed the size in 3ds max and it still takes up the same amount of space. The map compiles fine then but the model isn't there.Any help Would be greatly appreciated. Thank You
Here is my .qc file. I followed some tutorials but I have a feeling I got something wrong.
$modelname props_foliage/tree2.mdl
$body "Body" "tree2.smd"
$cdmaterials modelsrc
$scale 1.0
$staticprop
$surfaceprop "wood_solid"
$sequence "idle" "tree2" fps 30
$collisionmodel "tree2.smd"
{
//Mass in kilograms
$mass 350.0
$concave
}


