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

Add new Cvar to control whether scoreboard_bug is enabled #978

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jonathan-up
Copy link

No description provided.

@abecee
Copy link

abecee commented Jul 28, 2024

Already in regamedll

// Show 'HP' field into a scoreboard
// -1 - disabled
// 0 - don't send any update for 'HP' field to any clients
// 1 - show only Terrorist 'HP' field to all clients
// 2 - show only CT 'HP' field to all clients
// 3 - show 'HP' field to teammates
// 4 - show 'HP' field to all clients
// 5 - show 'HP' field to teammates and spectators
//
// Default value: "3"
mp_scoreboard_showhealth "3"

// Show 'Money' field into a scoreboard
// -1 - disabled
// 0 - don't send any update for 'Money' field to any clients
// 1 - show only Terrorist 'Money' field to all clients
// 2 - show only CT 'Money' field to all clients
// 3 - show 'Money' field to teammates
// 4 - show 'Money' field to all clients
// 5 - show 'Money' field to teammates and spectators
//
// Default value: "3"
mp_scoreboard_showmoney "3"

// Show 'D. Kit' field into a scoreboard for teammates
// NOTE: If you don't want to show defuse kit field for dead enemies
// then disable this CVar or configure mp_forcecamera
// 0 - disabled
// 1 - enabled
//
// Default value: "1"
mp_scoreboard_showdefkit "1"

@jonathan-up
Copy link
Author

@abecee Many players do want to show 'D.Kit' and 'Bomb' for dead enemies in China 5V5 Match. Or rather dead player want check the player who carry the 'Bomb' or 'D.Kit'.

I think it's bad, but it's too common

@SmilexGamer
Copy link

@wopox1337 This scoreboard bug is from the original game DLL. Some people don't regard it as a bug, so having a cvar to enable/disable the bug fix is important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants