Hello,
I'm trying to create a chair for a new addon but the collisions are weird.
[IMG]http://i.imgur.com/mtUXCEt.png[/IMG]
Edit: I am standing on the chair in that picture
This is my qc file:
[CODE]
$scale 0.4
$modelname "project/chair.mdl"
$staticprop
$body chair "chair.smd"
$collisionmodel "chair.smd" {
$concave
}
$surfaceprop "Wood_Furniture"
$contents "solid"
$cdmaterials "project"
[/CODE]
Am I doing something wrong?
Read on the $concave flag description please:
https://developer.valvesoftware.com/wiki/$collisionmodel
Sorry, you need to Log In to post a reply to this thread.