Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additions to hud_frags element #895

Merged
merged 4 commits into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 26 additions & 4 deletions help_variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7436,15 +7436,23 @@
"desc": "Toggles alignment of players nick and team name in frags HUD element.",
"group-id": "19",
"remarks": "Use 'frags shownames 1' and/or 'frags showteams 1' to show names and team names of players.",
"type": "boolean",
"type": "integer",
"values": [
{
"description": "Rows aligned to the left side, names and team tags are on the right side of frag counts.",
"name": "false"
"name": "0"
},
{
"description": "Rows aligned to the right side, names and team tags are on the left side of frag counts.",
"name": "true"
"name": "1"
},
{
"description": "Rows aligned toward the inside of each column.",
"name": "2"
},
{
"description": "Rows aligned toward the outside of each column.",
"name": "3"
}
]
},
Expand Down Expand Up @@ -7595,7 +7603,7 @@
"name": "2"
},
{
"description": "Similar to 0.",
"description": "No pointer or indicator.",
"name": "3"
},
{
Expand Down Expand Up @@ -7628,6 +7636,20 @@
"hud_frags_vertical": {
"desc": "Switches vertical rendering of frags bar.",
"group-id": "19",
"values": [
{
"description": "No vertical rendering.",
"name": "0"
},
{
"description": "Legacy vertical rendering.",
"name": "1"
},
{
"description": "New vertical rendering: split columns evenly based on number of players.",
"name": "2"
}
],
"type": "float"
},
"hud_gameclock_align_x": {
Expand Down
Loading
Loading