Writing a QC file

Eat Fresh

Newbie
Joined
Jun 30, 2004
Messages
66
Reaction score
0
So I have a couple models I made that I want to use as prop_phys and prop_statics. The thing is, I have no idea how to write a .qc file to compile the model with. The examples are there but they provide barely any documentation of what is going on. Can someone point me to or write up an article that details each part of a .qc file? Thanks ahead...
 
well, most of us are waiting for more complete documentation... but for the time being...

not sure how to do a prop_phys, but for statics...

open one of the lamp .qc files, copy that into your new one. we'll play "replace the data." Find one of the .qc files that is commented out, so you have more tips.

You need to export 3 .smd files... 2 that reference files and 1 skeletal file. 1 reference is the core model, and other reference is the physics model. the skeletal model is the animation file, even if it doesn't have an animation...replace the names/locations, and it *should* work, unless i've forgotten something.
 
Alright, I just didn't know that you had to export 3 files. That should do it.
 
Back
Top