Iswenzz / CoD4-DM1

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

Home Page:https://iswenzz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

Download

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.

About

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

https://iswenzz.com

License:GNU General Public License v3.0


Languages

Language:C++ 97.7%Language:CMake 2.3%