$obsolete: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Marks the model as obsolete so that it will show the obsolete material in game. [[$opaque]] takes precedence over this option.
Marks the model as obsolete so that it will show a specific obsolete material in game. [[$opaque]] takes precedence over this option.


== Syntax ==
{{note|The obsolete material used is materials/obsolete/obsolete.vmt, which is by default missing in all Source games, resulting in missing textures.}}
 
$obsolete


[[Category:QC Commands|Obsolete]]__NOTOC__
[[Category:QC Commands|Obsolete]]__NOTOC__

Revision as of 13:17, 1 September 2018

Marks the model as obsolete so that it will show a specific obsolete material in game. $opaque takes precedence over this option.

Note.pngNote:The obsolete material used is materials/obsolete/obsolete.vmt, which is by default missing in all Source games, resulting in missing textures.