J
justice_sam
Guest
my qc just wont compile, its placed in (with all the smd's and the materials are in the materialsrc folder)
D:\Valve\Steam\SteamApps\sam_justice\sourcesdk_content\cstrike\modelsrc
// Output .MDL
$modelname statue.mdl
//Location of textures in the materials folder
$cdmaterials /statue
$staticprop // Remove this line for a prop_physics object
$scale 1.0
// Whole body
$body studio "statue.smd"
// Sequences: all sequences are in $cd
$sequence idle "statueanim.smd" loop fps 15
$collisionmodel "statuephysbox.smd" {
// Mass in kilograms
$Mass 100
$concave
}
any ideas ?
D:\Valve\Steam\SteamApps\sam_justice\sourcesdk_content\cstrike\modelsrc
// Output .MDL
$modelname statue.mdl
//Location of textures in the materials folder
$cdmaterials /statue
$staticprop // Remove this line for a prop_physics object
$scale 1.0
// Whole body
$body studio "statue.smd"
// Sequences: all sequences are in $cd
$sequence idle "statueanim.smd" loop fps 15
$collisionmodel "statuephysbox.smd" {
// Mass in kilograms
$Mass 100
$concave
}
any ideas ?