I am having a load of trouble with lod's, I followed various tutorials on the subject, put in the qc commands, and the compile process cuts out after 7 or 8 lines, just after checking the .smd's, and before it is supposed to check the lod command. This is what I have:
$lod 25
{
replacemodel "mymodelreference.smd" "mymodel_LOD1.smd"
}
Obviously with "mymodel....smd" set to the correct paths.
Is there any reason it just stops when trying to do the lod? I have tried various things, like compiling the lod model, and referencing that, trying to reference the compiled models, etc etc, the model compiles fine as soon as I remove the lod command, so what's the deal!?