I have looked at the first XSI model tutorial and made the cube. Then looked at the source modeling setup tutorial. I exported the model smd, skeletal animationsmd, and physbox smd. Model smd=prop_box_ref.smd skeletal animation smd=prop_box_idle.smd physbox smd=prop_box_phys.smd. This the the QC file I am using-
$modelname prop_box/prop_box.mdl
$cdmaterials models/prop_box
$scale 1.0
$body studio "prop_box_ref.smd"
$sequence idle "prop_box_idle.smd" fps 1
$collisionmodel "prop_box_phys.smd" {
$Mass 20
}
I compiled the model, looks fine in the model viewer. Made a map with the prop_box (cube) as a prop_physics entity. Ran the map. The cube isn't there and the console says something like "prop_physics models/prop_box/prop_box.mdl has no prop data. Can be used as only prop_static. DELETED." Can some one help me out here :cry:?