Installation

Prerequisites

You will need to download and install Npcap. It is used to sniff the game's packages. Alternatively, you can download Wireshark to record your traffic and use the Combat Logger to analyze the recording. This also eliminates the risk of using an outdated config file.

Installing the Combat Logger

To use the Combat Logger, you can either use the pre-compiled executable or clone the repository and build it yourself.

1. Bundled executable

Download the latest executable from Combat-Logger Releases and grab the current config.

2. Building from source

git clone https://github.com/sch-28/combat_logger
cd combat_logger
install

Last updated