KillTracker
Adds a per-match kill counter next to every player name on the round-end screen. Vanilla compatible.
By jachthafen
| Last updated | 2 hours ago |
| Total downloads | 0 |
| Total rating | 0 |
| Categories | Mods Vanilla compatible |
| Dependency string | jachthafen-KillTracker-1.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305README
Kill Tracker
Adds a per-match kill counter next to every player name on the round-end screen.
Jarne [4] 3
Enemy [1] 2
The number on the right is the game's existing round-win counter. The number in brackets is new: actual kills, i.e. who shot whom.
In a 1v1 both numbers are almost always identical, because a round ends after exactly one kill. The difference shows up in FFA lobbies with 3+ players (e.g. with moreStrafts), where several kills happen per round but only one player wins it.
Features
- Counts real kills, not round wins — all weapons and all explosives
- Works as a client, not just as the host — no custom RPCs
- Configurable display format with TextMeshPro rich text
- Optional standalone scoreboard overlay
- Vanilla compatible — no separate matchmaking pool
Configuration
BepInEx/config/jarne.straftat.killtracker.cfg, or in-game via Mod Menu / ConfigurationManager.
| Setting | Default | Description |
|---|---|---|
General / Enabled |
true |
Master switch |
Display / NameFormat |
{0} <size=60%>[{1}]</size> |
{0} = name, {1} = kills. TMP rich text allowed, e.g. {0} <color=#ff5555>{1}</color> |
Display / HideZeroKills |
false |
Hide the counter for players with 0 kills |
Display / ShowOverlay |
false |
Draw an additional IMGUI scoreboard in the top-left corner |
Tracking / CountSuicides |
false |
Count killing yourself as your own kill |
Debug / VerboseLogging |
false |
Log every detected kill to the BepInEx console |
Notes
- Counters reset when a new match starts.
- Only the round-end screen is modified. Tab screen and victory screen are untouched.
- Vanilla shows 4 name slots; with
moreStrafts+MoreStrafts UISpawnAddonthere are more, and all of them get the counter. - Each client counts independently by observing the replicated
PlayerHealth.killerSyncVar. No custom networking is added. - Compatible with GunGame, KillfeedIcons and Mod Menu.