Skip to content

Reverse of CoD4 & CoD4X (.DM_1) demo files with features such as parsing snapshot informations, frames, entities, clients and server messages.

License

Notifications You must be signed in to change notification settings

Iswenzz/CoD4-DM1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bb43514 · Oct 13, 2024
Sep 26, 2024
Sep 24, 2023
May 26, 2024
Nov 26, 2021
Oct 13, 2024
May 26, 2024
May 26, 2024
May 26, 2024
Mar 20, 2022
Oct 13, 2024
May 26, 2024
May 16, 2020
Sep 22, 2024
Sep 7, 2023
Oct 13, 2024

Repository files navigation

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 .. --preset windows
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.