Category:QC commands: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
A '''QC file''' is a [[text editor|text-based]] script which instructs [[Studiomdl]].exe how to compile an [[Studiomodel]] from one or more [[SMD]] files. QC stands for [http://en.wikipedia.org/wiki/Quake_C Quake C] (the scripting language on which the [[Valve Data File]] format is based). 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 <code>.qc</code> and <code>.qci</code> files can be found under <code>sourcesdk_content/hl2/modelsrc</code>.<!-- // This is useful & concise orientation information. Please do not delete it again. // -->
{{note|This documentation is far from complete. Please see [[category_talk:QC Commands]] for a list of commands yet to be looked at. See [[Qc|QC]] for a description of QC files themselves.}}
 
{{note|This documentation is far from complete. Please see [[category_talk:QC Commands]] for a list of commands yet to be looked at.}}


{{category header|background-color=#E0E0E0|border-color=lightgray}}
{{category header|background-color=#E0E0E0|border-color=lightgray}}
Line 30: Line 28:
*[[$declaresequence]]
*[[$declaresequence]]
*[[$ikchain]]
*[[$ikchain]]
*[[$weightlist]]
*[[$poseparameter]]
*[[$poseparameter]]
*[[$append]]
*[[$append]]
Line 52: Line 51:
*[[$collisionjoints]]
*[[$collisionjoints]]
*[[$jigglebone]]
*[[$jigglebone]]
*[[$weightlist]]


== Hitboxes==
== Hitboxes==

Revision as of 12:31, 7 January 2009

Subcategories

This category has the following 4 subcategories, out of 4 total.