Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lukedotpng/EntityPathTracer

Repository files navigation

Entity Path Tracer

This is a mod to trace the path of items in Hitman WoA

Usage

  • This mod is designed for tracing the path of bomb launches.
  • To start tracking an item you must drop/place it on the ground.
    • The last item dropped/placed that can be traced will take priority
    • Breaching charges are ignored, so if you drop it after the bomb you want to launch, dont worry!
  • To toggle showing an items path, press p
    • A white box will appear around the item you are tracking as a confirmation.
    • The items position is always logged, even if you dont press p, until another valid item is drop/placed
  • To clear the current traced path, press o. This will not affect what item you are currently tracking.
    • When you have multiple paths logged, you can continue pressing o to remove them
  • Customization settings available is the ZHM mod menu, which you can access by pressing the ~ key (^ on QWERTZ layouts).

Installation Instructions

  1. Download the latest version of ZHMModSDK and install it.
  2. Download the latest version of EntityPathTrace 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 EntityPathTrace from the menu at the top of the screen.
  4. Enjoy!

Build It Yourself!

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.

About

Entity Path Tracing Mod for Hitman WoA using ZHM Mod SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published