$body: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 17: Line 17:
  '''$body "Shell" "shell.smd"'''
  '''$body "Shell" "shell.smd"'''
  $sequence "idle" "shell.smd"
  $sequence "idle" "shell.smd"
[[Category:QC Commands]]

Revision as of 18:24, 7 November 2007

Specifies a reference smd file to be used as part of this model.

Description

$body "name" "smd"

Used for nearly every model except for characters when the model needs complex parameters like eyes, flexes etc. In these cases, use $model.

Parameters

  • name can be any thing as it is only used in HLMV.

Example

$modelname "weapons/shell.mdl"
$cdmaterials "models/weapons/"
$body "Shell" "shell.smd"
$sequence "idle" "shell.smd"