Category:QC commands: Difference between revisions
Jump to navigation
Jump to search
Note:This documentation is far from complete. Please see category_talk:QC Commands for a list of commands yet to be looked at.
TomEdwards (talk | contribs) No edit summary |
m (→Utility: no such command) |
||
Line 68: | Line 68: | ||
*[[$popd]] | *[[$popd]] | ||
*[[$definemacro]] | *[[$definemacro]] | ||
*[[$cmdlist]] | *[[$cmdlist]] | ||
Revision as of 18:17, 28 April 2008

Getting startedFundamentals
TexturesAnimationSkeletons
PhysicsHitboxes |
Utility |
Performance | |
Facial animation | |
Locations |
- A QC file is a text-based script which instructs Studiomdl.exe how to compile an MDL model from an SMD file. The extension stands for "Quake C", the programming and scripting language from which the Valve Data File format was originally derived.
- A QCI file is a reusable or generic block of QC commands intended for use as an (optional) $include. You don't have to use the QCI files, but it can save a lot of work when appropriate.
- Many example
.qc
and.qci
files can be found undersourcesdk_content/hl2/modelsrc
.
Subcategories
This category has the following 4 subcategories, out of 4 total.