Skip to content

v1.7.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@OrfeasZ OrfeasZ released this 20 Nov 11:52
· 314 commits to master since this release

⚠️ WARNING ⚠️ The files below ending with -CTT are ONLY compatible with the CTT build of the game (version 1.135.0.0), and all the rest are ONLY compatible with version 1.130.0.0.

Added

  • Added support for HITMAN 3 3.135.0.0 (CTT). You can download the CTT-specific files attached below.
  • Added initial support for ray-casting.
  • Add support for HTTP response interception.
  • [DebugMod] Add display of Hitman's and the active camera's transform matrix.
  • [DebugMod] Add support for ray-cast based entity selection. To try it, go into a level and without pausing enable the SDK overlay using ~ and click anywhere in the game window.

Changed

  • Changed C++ standard to C++23.
  • Fixed ScreenToWorld implementation.