Help With Collision Model

SidewinderX

Newbie
Joined
May 15, 2003
Messages
4,884
Reaction score
0
Well, after many, many, many, many attempts, I've finally gotten the model i've been working on to export and compile properly (kinda).

However, there's a problem with the physics model. It doesn't seem to exist.

In HLMV, I see my model, and the texture, that came out fine. BUT, it doesn't have a collision model. I exported one (using cannonfodder's tutorial on making collision models), and the model compiled fine, but when I look at the model in hlmv, it doesn't have the collision model with it.

Anyone know what might be wrong?
 
did u check off the "physics model" thing in hlmv?
also make sure u have
$collisionmodel "path/to/file.smd"{
$Mass 35
}
 
Back
Top