/homm3cheatdetector

Simple Homm3 plugin which will notify you about cheats

Primary LanguageC++

Heroes 3 CheatDetector plugin

Quite simple - just notifies you with message before day starts if you current save under cheat.

Build from src

git clone https://github.com/RoseKavalier/H3API
mkdir build
cd build
cmake -G "Visual Studio 17 2022" -A Win32 -S .. -B "build32"
cmake --build build32 --config Release