Summary
Script/
Description
The script is designed to:
Track Player Kills and Deaths:
Keeps a record of each player's total kills and deaths during gameplay.
Differentiates between team kills (friendly fire) and enemy kills.
Log Kill Events:
Records individual kill events in a dedicated log file (NWKillFeed.txt), including details about the killer and victim.
Save and Update Player Statistics:
Maintains a cumulative record of all player stats (kills and deaths) in two files:
A human-readable stats file (NWKillCount.txt).
A JSON file (TotalStats.json) for structured data storage.
Ensure Data Reliability:
Includes logic to create directories and handle missing players or data, ensuring the system doesn't crash or lose information.
License
Arma Public License (APL)