Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

v0.13.0

Choose a tag to compare

@LeadRDRK LeadRDRK released this 20 Dec 15:07
· 114 commits to main since this release

What's new

  • [windows] Added support for loading through DLL redirection.

Improvements

  • [windows] Reimplemented rendering and input hooks with better initialization procedure. This makes Hachimi completely independent of the load order and is able to be loaded in at any time with different methods.
    This also fixed a bug where the game would freeze after it starts up due to improper hooks.

Bug fixes

  • [windows] Properly clean up after DLL gets unloaded. Previously this wasn't being done which led to the game crashing on exit.