Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.81 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.81 KB

CoD4 DM1

Checks CodeFactor CodeCov License

Reverse of CoD4 & CoD4X .DM_1 demo files with features such as parsing snapshot informations, frames, entities, clients and server messages. This project comes with a CLI and a library.

Features

  • Protocol CoD4 & CoD4X 16+
  • Parsing of gamestate, snapshot, frames, entities, clients, configs and server messages
  • CoD4 & Q3 huffman code
  • Demo reader API

Building

  1. CMake and vcpkg.
  2. Visual Studio

Build Command:

mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=.vcpkg/windows.cmake
cmake --build .

Package

This package is available for use via vcpkg-registry.

Contributors

Note: If you would like to contribute to this repository, feel free to send a pull request, and I will review your code. Also feel free to post about any problems that may arise in the issues section of the repository.