$obsolete: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
Marks the model as obsolete so that it will show a specific 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.


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


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

Revision as of 04:12, 26 March 2024

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.