So I’m using this program Milkshape to model, and I’ve used it before. I had exported some MD3 models with it in the past, but it currently just crashes without any report.
I have to make a .qc file first in order to export md3 and so I did.
// Quake III Arena MD3 control file, generated by MilkShape 3D
//
$model “models/fable/statue.md3”
// reference frame
//$frames -1 -1
// frame 1-1
$frames 1 1
$flags 0
$numskins 0// you can have one or no parent tag
// tags
// meshes (surfaces)
$mesh “Mesh01”
$skin “textures/xlab_wall/xconcrete_c54_c.jpg”
$flags 0$mesh “Regroup04”
$skin “textures/xlab_wall/xconcrete_c54_c.jpg”
$flags 0
I really have no idea wtf I’m doing wrong here.



