Player Stats - buu342/ACS-DoomWare GitHub Wiki
DoomWare has player stat tracking built in. By default, DoomWare will only track the scores of players that are logged in through the official Zandronum authentication system, but this behaviour can be changed by enabling the doomware_unsafedb CVar. When the unsafe database CVar is enabled, DoomWare will instead use player names for stat tracking. This can be potentially problematic if players share names or change names during a round, but that's difficult (if not, downright impossible) to deal with without a secure authentication system. The following information is tracked on players:
- Accumulated points
- Game wins
- Deaths
- 1UPs collected
- Role
- Achievements
- Bosses killed
How to view stats
A player can view their own stats and achievements, as well as the global stats, in the built in DoomWare Menu:

The global stats and top stats are only updated on the start of each game, for performance and networking reasons.
Achievements
Along with player starts, DoomWare also features an achievement system. You can view your unlocked achievements in the same page of the menu as the stats. A full list of achievements is available here.