Template:KV SystemLevelChoice

From Valve Developer Community
Revision as of 08:46, 5 June 2021 by Orinuse (talk | contribs) (ExpandBoxes; Sentence rewording; Lower character counts for the sentences)
Jump to navigation Jump to search
Note.pngNote:This template is only here for legacy purposes; Template:KV BaseAnimating directly acceses this, and pages like env_fog_controller may suggest its not strictly related to entity model rendering. If you find yourself needing to use this, consult Template:KV BaseAnimating first.

SystemLevelChoice: (in all games since Left 4 Dead)

Minimum Effect Details Level (mincpulevel) <choices> (in all games since Left 4 Dead)
Maximum Effect Details Level (maxcpulevel) <choices> (in all games since Left 4 Dead)
Don't render for players with Effect Details levels that exceed the minimum or maximum.

  • 0: Default ("Low" formincpulevel, "High" formaxcpulevel)
  • 1: Low
  • 2: Medium
  • 3: High
Note.pngNote:The key's names is because of thecpu_levelcommand; the command Effect Details uses.
Minimum Shader Details Level (mingpulevel) <choices> (in all games since Left 4 Dead)
Maximum Shader Details Level (maxgpulevel) <choices> (in all games since Left 4 Dead)
Don't render for players with Shader Details levels that exceed the minimum or maximum.

  • 0: Default ("Low" formingpulevel, "Very High" formaxgpulevel)
  • 1: Low
  • 2: Medium
  • 3: High
  • 4: Very High
Note.pngNote:The key's names is because of thegpu_levelcommand; the command Shader Details uses.