Template:KV SystemLevelChoice: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Indented Expand and removed its margin_left.)
 
Line 7: Line 7:
<onlyinclude><!--
<onlyinclude><!--
-->{{KV|{{KV SystemLevelChoice/strings|MinMaxEffectDetails}}|intn=mincpulevel / maxcpulevel|integer choices|{{KV SystemLevelChoice/strings|MinMaxEffectDetailsDesc}}  
-->{{KV|{{KV SystemLevelChoice/strings|MinMaxEffectDetails}}|intn=mincpulevel / maxcpulevel|integer choices|{{KV SystemLevelChoice/strings|MinMaxEffectDetailsDesc}}  
{{Expand|title={{KV SystemLevelChoice/strings|EffectChoices}}|margin_left=2em|margin_bottom=0|
:{{Expand|title={{KV SystemLevelChoice/strings|EffectChoices}}|margin_bottom=0|
:*'''0''': {{KV SystemLevelChoice/strings|Default}} ("Low" for <code>mincpulevel</code>, "High" for <code>maxcpulevel</code>)
*'''0''': {{KV SystemLevelChoice/strings|Default}} ("Low" for <code>mincpulevel</code>, "High" for <code>maxcpulevel</code>)
:*'''1''': {{KV SystemLevelChoice/strings|Low}}
*'''1''': {{KV SystemLevelChoice/strings|Low}}
:*'''2''': {{KV SystemLevelChoice/strings|Medium}}
*'''2''': {{KV SystemLevelChoice/strings|Medium}}
:*'''3''': {{KV SystemLevelChoice/strings|High}}}}|since={{l4d}}|nofgd={{{nofgd|}}}}}
*'''3''': {{KV SystemLevelChoice/strings|High}}}}|since={{l4d}}|nofgd={{{nofgd|}}}}}
{{KV|{{KV SystemLevelChoice/strings|MinMaxShaderDetails}}|intn=mingpulevel / maxgpulevel|integer choices|{{KV SystemLevelChoice/strings|MinMaxShaderDetailsDesc}}  
{{KV|{{KV SystemLevelChoice/strings|MinMaxShaderDetails}}|intn=mingpulevel / maxgpulevel|integer choices|{{KV SystemLevelChoice/strings|MinMaxShaderDetailsDesc}}  
{{Expand|title={{KV SystemLevelChoice/strings|ShaderChoices}}|margin_left=2em|margin_bottom=0|
:{{Expand|title={{KV SystemLevelChoice/strings|ShaderChoices}}|margin_bottom=0|
:*'''0''': {{KV SystemLevelChoice/strings|Default}} ("Low" for <code>mingpulevel</code>, "Very High" for <code>maxgpulevel</code>)
*'''0''': {{KV SystemLevelChoice/strings|Default}} ("Low" for <code>mingpulevel</code>, "Very High" for <code>maxgpulevel</code>)
:*'''1''': {{KV SystemLevelChoice/strings|Low}}
*'''1''': {{KV SystemLevelChoice/strings|Low}}
:*'''2''': {{KV SystemLevelChoice/strings|Medium}}
*'''2''': {{KV SystemLevelChoice/strings|Medium}}
:*'''3''': {{KV SystemLevelChoice/strings|High}}
*'''3''': {{KV SystemLevelChoice/strings|High}}
:*'''4''': {{KV SystemLevelChoice/strings|VeryHigh}}}}|since={{l4d}}|nofgd={{{nofgd|}}}
*'''4''': {{KV SystemLevelChoice/strings|VeryHigh}}}}|since={{l4d}}|nofgd={{{nofgd|}}}
}}{{{seealso|{{seealso|[[cpu_level|cpu_level / gpu_level]] convars}}}}}</onlyinclude>
}}{{{seealso|{{seealso|[[cpu_level|cpu_level / gpu_level]] convars}}}}}</onlyinclude>


</includeonly>
</includeonly>
[[Category:Keyvalue Templates|SystemLevelChoice]]
[[Category:Keyvalue Templates|SystemLevelChoice]]

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