Category:QC commands: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
This is a glossary index of commands or parameters available for use in writing a [[qc|QC]] file.   
[[:Category:QC Commands]] is a glossary index of commands or parameters available for use in writing a [[qc|QC]] file.   


* A '''QC file''' is a [[text editor|text-based]] script which instructs [[Studiomdl]].exe how to compile an [[MDL]] from an [[SMD]] model.
* A '''QC file''' is a [[text editor|text-based]] script which instructs [[Studiomdl]].exe how to compile an [[MDL]] model from an [[SMD]] file.
 
* 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>.


* See also [[Compiling Models|this concise tutorial]] about compiling models.
* See also [[Compiling Models|this concise tutorial]] about compiling models.


* {{warning| QC command documentation is far from complete. Please see [[category_talk:QC Commands]] for a list of suspects.}}
 
{{warning| QC command documentation is far from complete. Please see [[category_talk:QC Commands]] for a list of suspects.}}


[[Category:Glossary]]
[[Category:Glossary]]
[[Category:Modeling]]
[[Category:Modeling]]

Revision as of 08:03, 8 April 2008

Category:QC Commands is a glossary index of commands or parameters available for use in writing a QC file.

  • 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 under sourcesdk_content/hl2/modelsrc.


Warning.pngWarning: QC command documentation is far from complete. Please see category_talk:QC Commands for a list of suspects.

Subcategories

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