$model: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
Specifies a reference smd file to be used as part of this model.
==Description==
$model (name) (smd name)  
$model (name) (smd name)  
Used mainly for characters when the model needs complex parameters like eyes, flexes etc. In other cases, use [[$body]].


==Parameters==
==Parameters==
* (name) can be any thing as it is only ever used in [[HLMV]]. Should be in douple quotes.


(name) can be any thing as it is only ever used in [[HLMV]], .
* (smd name) The path to a reference smd, relative to the [[$cd|current path]]. Should be in douple quotes.
 
(smd name)
 
==Note==
Specifies the smd file to be load. Used mainly for characters when the model needs complex parameters like eyes, flexes etc. In other cases, use [[$body]].


Excample
==Example==
$model "Shell" "shell.smd"
$model "Shell" "shell.smd"

Revision as of 09:05, 13 October 2007

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

Description

$model (name) (smd name)

Used mainly for characters when the model needs complex parameters like eyes, flexes etc. In other cases, use $body.

Parameters

  • (name) can be any thing as it is only ever used in HLMV. Should be in douple quotes.
  • (smd name) The path to a reference smd, relative to the current path. Should be in douple quotes.

Example

$model "Shell" "shell.smd"