Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.06 KB

FreeCamMotion

This is FreeCamMotion, a mod for Hitman 3!

Installation Instructions

  1. Download the latest version of ZHMModSDK and install it.
  2. Download the latest version of FreeCamMotion 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 FreeCamMotion 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.