This repository was archived by the owner on Jan 17, 2026. It is now read-only.
Releases: Hachimi-Hachimi/Hachimi
Releases · Hachimi-Hachimi/Hachimi
Release list
v0.14.1
v0.14.0
What's new
- [android] Added support for x86 architectures (32-bit and 64-bit).
- [android] Added support for emulators including Google Play Games and Waydroid.
- [android] Added (physical) keyboard and mouse input support.
- [android] Added an option to hook dlopen directly. This might be needed on some devices and emulators.
- [gui] Added localization support with new fonts.
- [gui] Added translations for Simplified Chinese (@yingyingyingqwq, YuShen), Traditional Chinese (@yotv2000tw) and Vietnamese.
- [tl_repo] Allow customizing the meta index URL, changed the default meta index URL to a new download server.
- [Gameplay] Added an option to change the physics update mode. Setting this option to "Mode60FPS" will have the same effect as enabling the "better60FPS" option as it's called in some other mods.
Improvements
- [tl_repo] Pedantic update checks are no longer done by default and can now be run manually. This was previously implemented to fix a flaw for existing users of an older Hachimi version, however it had negative effects on mobile devices with slower I/O speeds.
v0.13.7
If the game doesn't launch after installing, please enable "Disable fullscreen optimizations" in the game exe's compatibility settings.
Bug fixes
- [windows] Properly check if auto full screen is enabled on startup and add an arbitrary delay before applying auto full screen to prevent crashing.
This update contains no changes to the Android version.
v0.13.6
Bug fixes
- [windows] Fixed auto full screen.
- [android] Use Java API to obtain system API level instead. Previously
android_get_device_api_levelwas being used which is not properly exported in some Android versions.
v0.13.5
Improvements
- Fixed compatibility with Unity 2022.3.20f1
(Unity 2020.x builds of the game are no longer supported. This includes the TW and KR versions, which never actually worked anyways.)
Known issues
- Unreliable overlay input handling on Android (but still usable)
v0.13.4
Bug fixes
- Changed lyrics translation method to restore functionality for Windows.
Note to translators: The new method skips the initial parsing step, which means that you will no longer be able to use special lyrics syntax such as[COMMA]and the ruby text tags.
Known issues
v0.13.3
v0.13.2
Improvements
- [windows] Block and buffer WM_SIZE messages, then replay them when the game finishes initializing.
This fixes a crash when using Uma Launcher's "Maximize + center game" option.
Special thanks: Chunky is Dead, SeiunSky, KevinVG207, anh 9
v0.13.1
v0.13.0
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.