Skip to content

Releases: ermaccer/MK11Hook

0.5.7

18 Dec 18:54
Compare
Choose a tag to compare
  • Added dynamic HUD toggling (no longer required to reset match to disable whole HUD)
  • Added infinite & no requirement fatal blow cheats

0.5.6

15 Jul 21:18
Compare
Choose a tag to compare
  • Whole plugin moved to patterns, might add minmal impact on boot time
  • Gamepad functions are now read dynamically from available DLLs, this should fix LoadLibrary error on Windows 7 or 8
  • Improved graphics hook
  • DX12 support added
  • Fixed a bug where keys would be "ghost" pressed
  • Added P2 support to animation tool
  • MKO functions are now populated dynamically and can be searched (manual writing is still available)
  • Simplified characters and stage tabs
  • Updated bundled asi loader

0.5.5

09 Jan 15:28
Compare
Choose a tag to compare
  • Fixed an issue where move forward key for free camera wouldn't save in user settings

Posing Tool
New feature! Allows to edit skeleton positions of P1 (only) and also allows to transfer P2 frames to P1. Currently in beta so might not be very user friendly.
cage_small

0.5.4-update

16 Dec 18:51
Compare
Choose a tag to compare

Updated to latest Steam patch (15.12.2022)

0.5.4

01 Sep 19:24
Compare
Choose a tag to compare
  • Updated menu design
  • Tab names have been shortened (Character Modifier -> Character)
  • Added new section - AI
    • Allows to change AI player behaviour

0.5.3

01 Jul 12:43
Compare
Choose a tag to compare
  • Fixed a crash (#16) with Krypt character swap which would happen on character select

Camera

  • Added mouse control setting
  • Free camera movement is now relative to camera (going forward will always be forward)

Settings

  • Added a few new settings related to mouse control

0.5.2

23 Mar 16:23
Compare
Choose a tag to compare

Updated to latest Steam version.

Fixed a crash with character modifier in towers.

Cheats

  • Easy KBs are now checkboxes
  • Added Infinite KBs and Quick Uppercut Recovery Cheats

Script

  • Removed "Global" calling as calling everything on character proc seems to work just fine.

0.5.1-update

19 Mar 13:02
Compare
Choose a tag to compare

0.5.1

26 Feb 16:08
Compare
Choose a tag to compare

Modifiers

  • Added "Custom Brutality" modifier that lets you execute a function when P1/P2 health is below a set value

Script

  • New "Script" tab that allows to execute scripts on P1/2 object or globally if a script function doesn't require an object. Only functions without parameters will work.

Bug Fixes

  • Fixed an issue with P2 bone scaling in modifiers

0.5.0

07 Feb 20:57
Compare
Choose a tag to compare

Updated to VS 2019.

Misc

  • Added an option to disable combo scaling

Keys submenu

  • Added an option to reset keys to default values

Some codebase changes.