KitsuneLab-Development / CS2_DamageInfo

CS2 server extension that displays the amount of damage players have inflicted on the victim's HP and Armor, as well as the hit groups they have hit.
GNU General Public License v3.0
64 stars 8 forks source link

[REQ] Death summary support #15

Closed iclassdon closed 8 months ago

iclassdon commented 9 months ago

Add support for deathmatch. There are no rounds.

i.e. "death-summary-show-all-damages-enemies-only"

The data keeps piling up on death and doesn't reset. See below.

▬▬▬▬▬▬▬▬▬▬▬▬▬ Statistics ▬▬▬▬▬▬▬▬▬▬▬▬▬ ➜ To: [172 / 3 hits] From: [0 / 0 hits] - Gustov [22HP] ➜ To: [105 / 3 hits] From: [100 / 4 hits] - Aggressor [100HP] ➜ To: [12 / 1 hits] From: [0 / 0 hits] - Dabisi [76HP] ➜ To: [26 / 2 hits] From: [106 / 4 hits] - Comb [5HP] ➜ To: [102 / 6 hits] From: [0 / 0 hits] - Shadow [69HP] ➜ To: [125 / 12 hits] From: [232 / 10 hits] - Striker [14HP] ➜ To: [0 / 0 hits] From: [38 / 3 hits] - Bluefish [100HP] ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

K4ryuu commented 9 months ago

Hello, There is already an option for that in the configs with the "round-end-summary-allow-death-print": true

K4ryuu commented 9 months ago

I just realized the second part of the request, sorry. Its too late in the morning haha

I will do it Today. Thank you!

K4ryuu commented 8 months ago

The feature has been added and being uploaded with next release.