I recently made a model for a friend, a fishing cage and it came out okay after i compiled with StudioCompiler
But this happens
[video=youtube;2Yg_X9Poz0s]http://www.youtube.com/watch?v=2Yg_X9Poz0s&feature=youtu.be[/video]
Ignore the guy talking, my friend was in a RP server
Heres the qc script used to compile, I used a reference model a phys model and a idle animation model
[CODE]$modelname "w_cage"
$scale 1.00
$staticprop
$cdmaterials "models/cage"
$body "Body" "reference .SMD"
$sequence "Idle" "C:\Users\Chris\Desktop\compile\reference .SMD" fps 30 ACT_IDLE 1
$surfaceprop "metal"
$collisionmodel "C:\Users\Chris\Desktop\compile\phys2.SMD" {
$concave
$mass 50.000
}[/CODE]
I used 1 smooth group on the model in 3ds max and exported that as a smd for my phys model.
Sorry, you need to Log In to post a reply to this thread.