popnhax
Go to file
2024-06-18 00:35:43 +02:00
dist/popnhax rework popnhax.xml 2024-06-09 10:08:42 +02:00
imports Omnimix v2 2023-02-10 20:33:37 +01:00
libdisasm wip patch gen 2024-06-17 20:49:27 +02:00
minhook Omnimix v2 2023-02-10 20:33:37 +01:00
popnhax cleanup a little 2024-06-18 00:35:43 +02:00
util wip patch gen 2024-06-17 20:49:27 +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 fix WSL compilation 2023-12-29 23:24:47 +01:00
Module.mk test libdisasm 2024-06-16 20:44:13 +02:00
README.md assets + build rework 2024-05-03 22:33:01 +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

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.