This article's documentation is for anything that uses the Source engine. Click here for more information.

$obsolete: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No 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.
{{This is a|name=$obsolete|QC command}} 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__
__NOTOC__

Latest revision as of 21:54, 18 July 2025

$obsolete is a QC command available in all Source Source games. 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.