3
0
mirror of https://github.com/CrazyRedMachine/popnhax.git synced 2024-09-23 18:58:27 +02:00
popnhax
Go to file
2024-07-18 21:47:29 +02:00
dist/popnhax force_slow_timer 2024-07-18 21:47:29 +02:00
imports Omnimix v2 2023-02-10 20:33:37 +01:00
libcurl tachi scorehook, rivals 2024-07-18 13:56:29 +02:00
libdisasm patch_db: generate patch file 2024-06-23 12:50:29 +02:00
minhook Omnimix v2 2023-02-10 20:33:37 +01:00
popnhax change version 2024-07-18 21:47:29 +02:00
util tachi scorehook, rivals 2024-07-18 13:56:29 +02:00
.gitignore assets + build rework 2024-05-03 22:33:01 +02:00
clang-format.py Omnimix v2 2023-02-10 20:33:37 +01:00
clang-tidy.sh Omnimix v2 2023-02-10 20:33:37 +01:00
Makefile tachi scorehook, rivals 2024-07-18 13:56:29 +02:00
Module.mk patch_db: generate patch file 2024-06-23 12:50:29 +02:00
README.md readme 2024-07-18 21:47:29 +02:00

Donate

popnhax

Patcher for pop'n music arcade game.

Featuring pfree, instant retire, visual and audio offset adjust, 1000Hz input polling for true ms-based timing, unlimited favorites, auto hi-speed selection, iidx-like hard gauge and more..

Based on bemanihax whose an updated version was included with omnimix v1

Credits

popnhax uses:

Special thanks to Nagato for the original popnhax and omnimix Special thanks to r2nk226 and pulse for their contributions

Features

Refer to popnhax.xml for complete list and explanations

More info could be found in Release Notes or in the popnhax_tools repository.

Run Instructions

  • Extract all files directly in the contents folder of your install.

(Note: if you're running your dlls from modules subfolder, please rather copy them back into contents folder).

  • Edit popnhax.xml with a text editor and set your desired options.

  • Add popnhax.dll as an inject dll to your gamestart command or option menu.

eg. modify your gamestart.bat to add -k popnhax.dll or -K popnhax.dll depending on the launcher you use.

Some launchers also feature an option menu (accessible by pressing F4 ingame), in which case you can locate the "Inject Hook" setting in option tab. Enter popnhax.dll there.

Build Instructions

Using WSL is the recommended method. Just run make.