$cdmaterials: Difference between revisions
Jump to navigation
Jump to search
Note:Subfolders will not be searched.
TomEdwards (talk | contribs) mNo edit summary |
TomEdwards (talk | contribs) mNo edit summary |
||
Line 14: | Line 14: | ||
[[$sequence]] idle "shell-idle.smd" | [[$sequence]] idle "shell-idle.smd" | ||
[[Category:QC Commands| | [[Category:QC Commands|C]] |
Revision as of 12:04, 27 April 2008
The QC command $cdmaterials
defines the folders in which the game will search for the model's materials, relative to <game>/materials/
.

Options
$cdmaterials <path> <second path> ...
QC syntax Example
$modelname "weapons/shell.mdl" $cdmaterials "models/weapons/" $body shell "shell-ref.smd" $sequence idle "shell-idle.smd"