Category:QC commands: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (updated language bar.)
Line 1: Line 1:
{{otherlang2
{{lang|Category:QC Commands}}
|fr=Category:QC_Commands:fr
|ru=QC_command:ru
|ko=Category:QC_command:ko
}}
{{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. See [[Qc|QC]] for a description of QC files themselves.}}


Line 9: Line 5:
{{category newcolumn|rowspan=6|width=50%|background-color=#F7F7F7|border-color=lightgray}}
{{category newcolumn|rowspan=6|width=50%|background-color=#F7F7F7|border-color=lightgray}}


== Getting started ==
== Getting Started ==


*'''[[Compiling a model]]'''
*'''[[Compiling a model]]'''
*[[Qc|QC files]]
*[[QC|QC files]]
*[[Studiomdl]]
*[[Studiomdl]]


== Fundamentals ==
== Fundamentals ==


*[[$modelname]]
*{{ent|$modelname}}
*[[$body]] (or [[$model (QC)|$model]])
*{{ent|$body}} (or <code>[[$model (QC)|$model]]</code>)


== Textures ==
== Textures ==
*[[$renamematerial]]
*{{ent|$renamematerial}}
*[[$texturegroup]] (multiple skins)
*{{ent|$texturegroup}} (multiple skins)
*[[$cdmaterials]]
*{{ent|$cdmaterials}}
*[[$surfaceprop]]
*{{ent|$surfaceprop}}
*[[$jointsurfaceprop]]
*{{ent|$jointsurfaceprop}}


== Collisions ==
== Collisions ==
 
*'''{{ent|$collisionmodel}}''' and '''{{ent|$collisionjoints}}'''
*'''[[$collisionmodel]]''' and '''[[$collisionjoints]]'''
*<code>[[Prop Data|prop_data]]</code> (using {{ent|$keyvalues}})
*[[Prop Data|prop_data]] (using [[$keyvalues]])
*{{ent|$jigglebone}} {{hl2ep2|since}}<noinclude>
*[[$jigglebone]] {{{1|}}}{{#if: {{{1|}}} | &nbsp; }}{{since|{{ep2}}}}<noinclude>
*'''{{ent|$hbox}}'''
*'''[[$hbox]]'''
*{{ent|$hboxset}}
*[[$hboxset]]
*{{ent|$contents}}
*[[$contents]]


== Animations ==
== Animations ==
 
*'''{{ent|$sequence}}'''
*'''[[$sequence]]'''
*'''{{ent|$animation}}'''
*'''[[$animation]]'''
*{{ent|$declaresequence}}
*[[$declaresequence]]
*{{ent|$ikchain}}
*[[$ikchain]]
*{{ent|$weightlist}}
*[[$weightlist]]
*{{ent|$poseparameter}}
*[[$poseparameter]]
*{{ent|$proceduralbones}}
*[[$proceduralbones]]
*{{ent|$append}}
*[[$append]]
*{{ent|$maxverts}}
*[[$maxverts]]


== Skeleton ==
== Skeleton ==
 
*{{ent|$root}}
*[[$root]]
*{{ent|$hierarchy}}
*[[$hierarchy]]
*{{ent|$definebone}}
*[[$definebone]]
*{{ent|$bonemerge}}
*[[$bonemerge]]
*{{ent|$animblocksize}}
*[[$animblocksize]]
*{{ent|$realignbones}}
*[[$realignbones]]
*{{ent|$renamebone}}
*[[$renamebone]]
*{{ent|$jointsurfaceprop}}
*[[$jointsurfaceprop]]
*{{ent|$contents}}
*[[$contents]]
*{{ent|$jointcontents}}
*[[$jointcontents]]
*{{ent|$alwayscollapse}}
*[[$alwayscollapse]]


{{category newcolumn|rowspan=1|width=50%|background-color=#FBF7EA|border-color=#E4DCCD}}
{{category newcolumn|rowspan=1|width=50%|background-color=#FBF7EA|border-color=#E4DCCD}}


== Utility ==
== Utility ==
 
*'''{{ent|$keyvalues}}'''
*'''[[$keyvalues]]'''
*{{ent|$include}}
*[[$include]]
*{{ent|$includemodel}}
*[[$includemodel]]
*{{ent|$scale}}
*[[$scale]]
*{{ent|$autocenter}}
*[[$autocenter]]
*{{ent|$upaxis}}
*[[$upaxis]]
*{{ent|$pushd}} and {{ent|$popd}}
*[[$pushd]] and [[$popd]]
*{{ent|$definemacro}} and {{ent|$definevariable}}
*[[$definemacro]] and [[$definevariable]]
*{{ent|$continue}}
*[[$continue]]
*{{ent|$cmdlist}}
*[[$cmdlist]]
*{{ent|$centerbonesonverts}}
*[[$centerbonesonverts]]


{{category cell|background-color=white|border-color=white}}
{{category cell|background-color=white|border-color=white}}


== Performance ==
== Performance ==
 
*{{ent|$staticprop}}
*[[$staticprop]]
*{{ent|$shadowlod}}
*[[$shadowlod]]
*{{ent|$collapsebones}}
*[[$collapsebones]]
*{{ent|$alwayscollapse}}
*[[$alwayscollapse]]
*{{ent|$opaque}}
*[[$opaque]]
*{{ent|$mostlyopaque}}
*[[$mostlyopaque]]
*{{ent|$animblocksize}}
*[[$animblocksize]]
*{{ent|$sectionframes}}
*[[$sectionframes]]
*{{ent|$noforcedfade}}
*[[$noforcedfade]]
*{{ent|$lod}}
*[[$lod]]


{{category cell|background-color=#FBF7EA|border-color=#E4DCCD}}
{{category cell|background-color=#FBF7EA|border-color=#E4DCCD}}
Line 97: Line 88:
== Lighting ==
== Lighting ==


*[[$illumposition]]
*{{ent|$illumposition}}
*[[$constantdirectionallight]]
*{{ent|$constantdirectionallight}}
*[[$ambientboost]]
*{{ent|$ambientboost}}


{{category cell|background-color=white|border-color=white}}
{{category cell|background-color=white|border-color=white}}


== Facial animation ==
== Facial Animation ==


*'''[[$model (QC)|$model]]'''
*'''<code>[[$model (QC)|$model]]</code>'''
*[[$eyeposition]]
*{{ent|$eyeposition}}


{{category cell|background-color=#FBF7EA|border-color=#E4DCCD}}
{{category cell|background-color=#FBF7EA|border-color=#E4DCCD}}


== Locations ==
== Locations ==
 
*{{ent|$attachment}}
*[[$attachment]]
*{{ent|$origin}}
*[[$origin]]
*{{ent|$collisiontext}} (gibs)
*[[$collisiontext]] (gibs)
*{{ent|$autocenter}}
*[[$autocenter]]


{{category end}}
{{category end}}
__NOTOC__
__NOTOC__[[Category:Modeling]]
[[Category:Modeling]]

Revision as of 06:44, 10 May 2022

Subcategories

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