hey guys, I've recently started modelling, and I've come across some issues when exporting max models as smd's and converting them to mdls.
I export them with the following steps:
export as SMD's as the following: reference, idle(anim) and phys(collision).
create qc with the following:
[code]$modelname mg1\model_compiled\mg1.mdl
$cdmaterials "models\"
$staticprop
$scale 1
$body studio "MG1_REF.smd"
$sequence idle "MG1_STILL" fps 1
$collisionmodel "MG1_phys.smd"
{
$Mass 1
$concave
} [/code]
It returns a number of files:
[code]
mg1.dx80.vtx
mg1.dx90.vtx
mg1.mdl
mg1.sw.vtx
mg1.vvd
mg1.xbox.vtx[/code]
when I drap the .mdl file onto the model viewer it gives the generic "error loading model"
and opens the window. It show that it has a poly count of 0.
I know this is very minimal insight into my situation but I was wondering if anyone possibly new what I was doing wrong. thanks and please help!
It has to be compiled in the directory you want to place it in in the first place.
Sorry, you need to Log In to post a reply to this thread.