SCORINFO: Difference between revisions

279 bytes added ,  2 September 2022
m
Added the CVar "cl_showplayerids" and edited the descriptions of the other "cl_show..." CVars.
(Updated the draft.)
Tag: Source edit
m (Added the CVar "cl_showplayerids" and edited the descriptions of the other "cl_show..." CVars.)
Tag: Source edit
Line 314: Line 314:
| style="text-align:center" |Bool
| style="text-align:center" |Bool
| style="text-align:center" |true
| style="text-align:center" |true
| Controls whether the <code>Color</code> column is displayed on the scoreboard.
| Controls whether the <code>Color</code> column is displayed on the scoreboard, as defined in zandronum.pk3.
|-
|-
|'''cl_showcountrycolumn'''
|'''cl_showcountrycolumn'''
| style="text-align:center" |Int
| style="text-align:center" |Int
| style="text-align:center" |0
| style="text-align:center" |0
|Controls whether the <code>Country</code> column is displayed on the scoreboard and how a player's country is displayed:
|Controls whether the <code>Country</code> column is displayed on the scoreboard, as defined in zandronum.pk3. This also changes how a player's country is displayed:
<ol start="0">
<ol start="0">
<li>The column is disabled.</li>
<li>The column is disabled.</li>
Line 325: Line 325:
<li>Uses the country's [[wikipedia:ISO_3166-1_alpha-2#Officially_assigned_code_elements|ISO 3166-1 alpha-2]] country code, (e.g. "CA").</li>
<li>Uses the country's [[wikipedia:ISO_3166-1_alpha-2#Officially_assigned_code_elements|ISO 3166-1 alpha-2]] country code, (e.g. "CA").</li>
<li>Uses the country's [[wikipedia:ISO_3166-1_alpha-3#Officially_assigned_code_elements|ISO 3166-1 alpha-3]] country code, (e.g. "CAN").</li>
<li>Uses the country's [[wikipedia:ISO_3166-1_alpha-3#Officially_assigned_code_elements|ISO 3166-1 alpha-3]] country code, (e.g. "CAN").</li>
<li>Uses the country's full name (e.g. "Canada"). '''Beware of incredibly long names!'''</li>
<li> Uses the country's full name (e.g. "Canada"). '''Beware of incredibly long names!'''</li>
</ol>
</ol>
|-
|'''cl_showplayerids'''
| style="text-align:center" |Bool
| style="text-align:center" |false
|Controls whether the <code>Index</code> column is displayed on the scoreboard, as defined in zandronum.pk3.
|}
|}