/ZHMModSDK-Sample

Primary LanguageC++GNU General Public License v3.0GPL-3.0

MyMod

This is MyMod, a mod for Hitman 3!

Installation Instructions

  1. Download the latest version of ZHMModSDK and install it.
  2. Download the latest version of MyMod and copy it to the ZHMModSDK mods folder (e.g. C:\Games\HITMAN 3\Retail\mods).
  3. Run the game and once in the main menu, press the ~ key (^ on QWERTZ layouts) and enable MyMod from the menu at the top of the screen (you may need to restart your game afterwards).
  4. Enjoy!

Building

1. Clone this repository locally with all submodules.

You can either use git clone --recurse-submodules or run git submodule update --init --recursive after cloning.

2. Install Visual Studio (any edition).

Make sure you install the C++ and game development workloads.

3. Open the project in your IDE of choice.

See instructions for Visual Studio or CLion.