D
dayglo
Guest
Hi there,
I cannot find any help in the sourcesdk docs, and google isnt helping, so I thought would ask to see if anyone else has had this. . .
I am using XSI to create a simple prop_physics model. I exported the ref. and phys. models, they seemed to compiled ok, they show up in hammer OK. My .qc is below:
====
"$modelname" "de_dish\de_dish_entryphone.mdl"
"$scale" 1.0
"$body" "Body" de_dish_entryphone.smd
"$sequence" idle "de_dish_entryphone" fps 15 ACT_IDLE 1
"$surfaceprop" "metal"
"$keyvalues" { "prop_data" { "base" "Metal.Medium" } }
"$cdmaterials" "de_dish"
"$collisionmodel" "de_dish_entryphone_phy.smd" {
$concave
$mass 2.0
}
====
But when I run the map, I get this error twice in the console:
ERROR!: Can't create physics object for models/de_dish/de_dish_entryphone.mdl
If anyone could usher me in the right direction I would be so grateful!
dayglo
I cannot find any help in the sourcesdk docs, and google isnt helping, so I thought would ask to see if anyone else has had this. . .
I am using XSI to create a simple prop_physics model. I exported the ref. and phys. models, they seemed to compiled ok, they show up in hammer OK. My .qc is below:
====
"$modelname" "de_dish\de_dish_entryphone.mdl"
"$scale" 1.0
"$body" "Body" de_dish_entryphone.smd
"$sequence" idle "de_dish_entryphone" fps 15 ACT_IDLE 1
"$surfaceprop" "metal"
"$keyvalues" { "prop_data" { "base" "Metal.Medium" } }
"$cdmaterials" "de_dish"
"$collisionmodel" "de_dish_entryphone_phy.smd" {
$concave
$mass 2.0
}
====
But when I run the map, I get this error twice in the console:
ERROR!: Can't create physics object for models/de_dish/de_dish_entryphone.mdl
If anyone could usher me in the right direction I would be so grateful!
dayglo