Stormy
Companion Cube
- Joined
- Aug 7, 2003
- Messages
- 3,888
- Reaction score
- 22
I have been looking for a 1/2 decent tutorial on basic physics props with out much luck. Does anyone have a link to a tut or a basic .qc that i can edit?
Ta.
edit....
Got it compiled using
The model has appeared in hammer and model viewer but once in game there is nothing there. Is this a common problem?
Ta.
edit....
Got it compiled using
Code:
$modelname models/props/illominationtest
$model studio "prop_illominationtest.smd"
$cdmaterials models/props
$surfaceprop "metal"
$sequence "idle" "prop_illominationtest" loop fps 1
$collisionmodel "prop_illominationtest_phy.smd" {
$mass 15.0
$inertia 1.00
$damping 0.00
$rotdamping 0.00
}
The model has appeared in hammer and model viewer but once in game there is nothing there. Is this a common problem?