BMEdit
The Blood Money Editor (aka BMEdit) is a tool to create & edit levels in Hitman Blood Money game.
Dependencies
- Qt6
- ZBinaryIO
- Nlohmann JSON
- zlib
- conan (see "Build" for details)
Build
First of all you need to install conan dependencies manager on your system.
Then download (or git clone) this repository and do
conan install . -s build_type=Debug --install-folder=cmake-build-debug
or
conan install . -s build_type=Release --install-folder=cmake-build-release
Reload cmake project in your IDE or
cd <build_folder>
cmake --build .
Contact Information
The team can be contacted in the Project's issue tracker or via Discord (any questions, ideas, etc).