$modelname: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (cat fix, minor note)
m (Russian language link)
Line 11: Line 11:


Including <code>.mdl</code> is optional but makes the script easier to understand.
Including <code>.mdl</code> is optional but makes the script easier to understand.
{{otherlang:en}}
{{otherlang:en:ru|$modelname:ru}}


[[Category:QC Commands|modelname]]
[[Category:QC Commands|modelname]]

Revision as of 05:17, 21 September 2008

The $modelname QC command must be used. It specifies the output folder (relative to game_dir/models/) and filename of the compiled model.

Tip.pngTip:By convention this should be the same name as the QC file, but it doesn't have to be.

Example

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

Including .mdl is optional but makes the script easier to understand. Template:Otherlang:en Template:Otherlang:en:ru