Template:KV SystemLevelChoice: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Indented Expand and removed its margin_left.)
 
(25 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{ScrollBox|title=SystemLevelChoice|
{{see also|{{t|KV DXLevelChoice}}}}
{{KV|Minimum CPU Level|choices|Minimum CPU Level|since=L4D}}
{{Strings notice}}
:* 0 : default (low)
{{tip|call {{para|nofgd|1}} to mark these KVs as !fgd.}}
:* 1 : low
{{KV SystemLevelChoice}}
:* 2 : medium
<includeonly>
:* 3 : high
 
{{KV|Maximum CPU Level|choices|Maximum CPU Level|since=L4D}}
<onlyinclude><!--
:* 0 : default (high)
-->{{KV|{{KV SystemLevelChoice/strings|MinMaxEffectDetails}}|intn=mincpulevel / maxcpulevel|integer choices|{{KV SystemLevelChoice/strings|MinMaxEffectDetailsDesc}}
:* 1 : low
:{{Expand|title={{KV SystemLevelChoice/strings|EffectChoices}}|margin_bottom=0|
:* 2 : medium
*'''0''': {{KV SystemLevelChoice/strings|Default}} ("Low" for <code>mincpulevel</code>, "High" for <code>maxcpulevel</code>)
:* 3 : high
*'''1''': {{KV SystemLevelChoice/strings|Low}}
{{KV|Minimum GPU Level|choices|Minimum GPU Level|since=L4D}}
*'''2''': {{KV SystemLevelChoice/strings|Medium}}
:* 0 : default (very low)
*'''3''': {{KV SystemLevelChoice/strings|High}}}}|since={{l4d}}|nofgd={{{nofgd|}}}}}
:* 1 : very low
{{KV|{{KV SystemLevelChoice/strings|MinMaxShaderDetails}}|intn=mingpulevel / maxgpulevel|integer choices|{{KV SystemLevelChoice/strings|MinMaxShaderDetailsDesc}}
:* 2 : low
:{{Expand|title={{KV SystemLevelChoice/strings|ShaderChoices}}|margin_bottom=0|
:* 3 : medium
*'''0''': {{KV SystemLevelChoice/strings|Default}} ("Low" for <code>mingpulevel</code>, "Very High" for <code>maxgpulevel</code>)
:* 4 : high
*'''1''': {{KV SystemLevelChoice/strings|Low}}
{{KV|Maximum GPU Level|choices|Maximum GPU Level|since=L4D}}
*'''2''': {{KV SystemLevelChoice/strings|Medium}}
:* 0 : default (high)
*'''3''': {{KV SystemLevelChoice/strings|High}}
:* 1 : very low
*'''4''': {{KV SystemLevelChoice/strings|VeryHigh}}}}|since={{l4d}}|nofgd={{{nofgd|}}}
:* 2 : low
}}{{{seealso|{{seealso|[[cpu_level|cpu_level / gpu_level]] convars}}}}}</onlyinclude>
:* 3 : medium
 
:* 4 : high
</includeonly>
{{KV|Disable X360|boolean|Hide on Xbox 360?|since=L4D2}}
}}<noinclude>
[[Category:Keyvalue Templates|SystemLevelChoice]]
[[Category:Keyvalue Templates|SystemLevelChoice]]
</noinclude>

Latest revision as of 00:17, 18 January 2025

See also:  {{KV DXLevelChoice}}
Icon-translate.png
This template uses a strings subpage
Please follow the format on this subpage(s) to add translations.
Tip.pngTip:call |nofgd=1 to mark these KVs as !fgd.
Minimum / Maximum Effect Details Level (mincpulevel / maxcpulevel) <integer choices> (in all games since Left 4 Dead)
Don't render for players with Effect Details levels that exceed the minimum or maximum.
Choices
  • 0: Default ("Low" for mincpulevel, "High" for maxcpulevel)
  • 1: Low
  • 2: Medium
  • 3: High
Minimum / Maximum Shader Details Level (mingpulevel / maxgpulevel) <integer choices> (in all games since Left 4 Dead)
Don't render for players with Shader Details levels that exceed the minimum or maximum.
Choices
  • 0: Default ("Low" for mingpulevel, "Very High" for maxgpulevel)
  • 1: Low
  • 2: Medium
  • 3: High
  • 4: Very High
See also:  cpu_level / gpu_level convars