Template:KV SystemLevelChoice: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


<onlyinclude><!--
<onlyinclude><!--
-->{{KV|{{KV SystemLevelChoice/strings|MinMaxEffectDetails}}|intn=mincpulevel / maxcpulevel|choices|{{KV SystemLevelChoice/strings|MinMaxEffectDetailsDesc}} {{inline note|name=[[file:note.png|10px|link=]]Key names are related to '''<code>cpu_level</code>''' cvar used by Effect Details.|color=#e6e9be}}
-->{{KV|{{KV SystemLevelChoice/strings|MinMaxEffectDetails}}|intn=mincpulevel / maxcpulevel|choices|{{KV SystemLevelChoice/strings|MinMaxEffectDetailsDesc}}  
{{Expand|title={{KV SystemLevelChoice/strings|EffectChoices}}|margin_left=2em|margin_bottom=0|
{{Expand|title={{KV SystemLevelChoice/strings|EffectChoices}}|margin_left=2em|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>)
Line 11: Line 11:
:*'''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|choices|{{KV SystemLevelChoice/strings|MinMaxShaderDetailsDesc}} {{inline note|name=[[file:note.png|10px|link=]]Key names are related to '''<code>gpu_level</code>''' cvar used by Shader Details.|color=#e6e9be}}
{{KV|{{KV SystemLevelChoice/strings|MinMaxShaderDetails}}|intn=mingpulevel / maxgpulevel|choices|{{KV SystemLevelChoice/strings|MinMaxShaderDetailsDesc}}  
{{Expand|title={{KV SystemLevelChoice/strings|ShaderChoices}}|margin_left=2em|margin_bottom=0|
{{Expand|title={{KV SystemLevelChoice/strings|ShaderChoices}}|margin_left=2em|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>)
Line 18: Line 18:
:*'''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|}}}
}}</onlyinclude>
}}{{seealso|[[cpu_level|cpu_level / gpu_level]] convars}}</onlyinclude>


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

Revision as of 04:22, 3 September 2024

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) <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" formincpulevel, "High" formaxcpulevel)
  • 1: Low
  • 2: Medium
  • 3: High
Minimum / Maximum Shader Details Level (mingpulevel / maxgpulevel) <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" formingpulevel, "Very High" formaxgpulevel)
  • 1: Low
  • 2: Medium
  • 3: High
  • 4: Very High
See also:  cpu_level / gpu_level convars