$minlod: Difference between revisions
Jump to navigation
Jump to search
Bug:Causes the compile to fail with an access violation on Source 2013. Must use another branch, such as HL2, Garry's Mod, etc.
ReverendV92 (talk | contribs) (Added note that it works on other branches that aren't SDK 2013 SP) |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
When the model is built, all LODs that are at higher resolution that the specified one are thrown away and the model is reset to use the specified LOD in their place. This was first used on the XBox 360 to clamp model LODs since the screen resolution was fixed and there was very little memory. | {{Dead end|date=January 2024}} | ||
{{bug|Causes the compile to fail with an access violation on Source 2013. Must use another branch, such as HL2, Garry's Mod, etc.}} | |||
{{This is a|name=$minilod|QC command}} When the model is built, all LODs that are at higher resolution that the specified one are thrown away and the model is reset to use the specified LOD in their place. This was first used on the XBox 360 to clamp model LODs since the screen resolution was fixed and there was very little memory. | |||
{{bug|hidetested=1|Causes the compile to fail with an access violation on Source 2013. Must use another branch, such as HL2, Garry's Mod, etc.}} | |||
== Syntax == | == Syntax == | ||
Line 6: | Line 8: | ||
$minlod (lod) | $minlod (lod) | ||
__NOTOC__ |
Latest revision as of 21:38, 18 July 2025

This article has no
links to other VDC articles. Please help improve this article by adding links
that are relevant to the context within the existing text.
January 2024


January 2024
$minilod
is a QC command available in all Source games. When the model is built, all LODs that are at higher resolution that the specified one are thrown away and the model is reset to use the specified LOD in their place. This was first used on the XBox 360 to clamp model LODs since the screen resolution was fixed and there was very little memory.

Syntax
$minlod (lod)