QC

From Valve Developer Community
Revision as of 05:44, 9 January 2009 by TomEdwards (talk | contribs)
Jump to navigation Jump to search
For a list of QC commands, see Category:QC Commands.
To learn how to compile a model, see Compiling a model.

A QC file is a script file that controls the process of compiling SMD data files into a binary model that can be used in a game. The extension stands for Quake C, the programming and scripting language from which the Valve Data File format was originally derived.

A QC configures things suc as the model's location and name, which SMD files are used to provide geometry, collision meshes and animations, how the model reacts when shot, and so on.

Tip.pngTip:Shared QC files intended for use with $include are given the extension qci.

See also

Template:Otherlang:en Template:Otherlang:en:jp