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.
- Protocol CoD4 & CoD4X 16+
- Parsing of gamestate, snapshot, frames, entities, clients, configs and server messages
- CoD4 & Q3 huffman code
- Demo reader API
- CMake and vcpkg.
- Visual Studio
Build Command:
mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=.vcpkg/windows.cmake
cmake --build .
This package is available for use via vcpkg-registry.
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.