Template:KV SystemLevelChoice: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(.)
m (Indented Expand and removed its margin_left.)
 
(24 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{minititle|SystemLevelChoice}}
{{see also|{{t|KV DXLevelChoice}}}}
{{KV|Minimum CPU Level (mincpulevel)|choices|A user with a CPU level lower than this will not see this object rendered in-game. It's unclear how the CPU level is decided, but most systems are classified as "high".|since=L4D}}
{{Strings notice}}
; {{#if:  | <del> }}Maximum CPU Level (maxcpulevel) {{#if:  | <span style="font-weight: normal;">to</span> {{{to}}} }} {{#if: choices | {{KV Type|choices}} }}{{#if:  | </del> }}{{#if: L4D | &nbsp;{{L4D add}} }}{{#if:  | &nbsp;{{Not in FGD}} }}
{{tip|call {{para|nofgd|1}} to mark these KVs as !fgd.}}
: {{#if:  | Deprecated.&nbsp; }}{{#if: Maximum CPU Level. | Maximum CPU Level. | {{todo|add description}} }}
{{KV SystemLevelChoice}}
:*0: Default
<includeonly>
:*1: Low
 
:*2: Medium
<onlyinclude><!--
:*3: High
-->{{KV|{{KV SystemLevelChoice/strings|MinMaxEffectDetails}}|intn=mincpulevel / maxcpulevel|integer choices|{{KV SystemLevelChoice/strings|MinMaxEffectDetailsDesc}}  
; {{#if:  | <del> }}Minimum GPU Level (mingpulevel) {{#if:  | <span style="font-weight: normal;">to</span> {{{to}}} }} {{#if: choices | {{KV Type|choices}} }}{{#if:  | </del> }}{{#if: L4D | &nbsp;{{L4D add}} }}{{#if:  | &nbsp;{{Not in FGD}} }}
:{{Expand|title={{KV SystemLevelChoice/strings|EffectChoices}}|margin_bottom=0|
: {{#if:  | Deprecated.&nbsp; }}{{#if: Minimum GPU Level. | Minimum GPU Level. | {{todo|add description}} }}
*'''0''': {{KV SystemLevelChoice/strings|Default}} ("Low" for <code>mincpulevel</code>, "High" for <code>maxcpulevel</code>)
; {{#if:  | <del> }}Maximum GPU Level (maxgpulevel) {{#if:  | <span style="font-weight: normal;">to</span> {{{to}}} }} {{#if: choices | {{KV Type|choices}} }}{{#if:  | </del> }}{{#if: L4D | &nbsp;{{L4D add}} }}{{#if:  | &nbsp;{{Not in FGD}} }}
*'''1''': {{KV SystemLevelChoice/strings|Low}}
: {{#if:  | Deprecated.&nbsp; }}{{#if: Maximum GPU Level. | Maximum GPU Level. | {{todo|add description}} }}
*'''2''': {{KV SystemLevelChoice/strings|Medium}}
:*0: Default
*'''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<noinclude>
*'''1''': {{KV SystemLevelChoice/strings|Low}}
*'''2''': {{KV SystemLevelChoice/strings|Medium}}
*'''3''': {{KV SystemLevelChoice/strings|High}}
*'''4''': {{KV SystemLevelChoice/strings|VeryHigh}}}}|since={{l4d}}|nofgd={{{nofgd|}}}
}}{{{seealso|{{seealso|[[cpu_level|cpu_level / gpu_level]] convars}}}}}</onlyinclude>
 
</includeonly>
[[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