Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 660 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 660 Bytes

CHUNIIO

This module is based on this project https://github.com/Nat-Lab/chunithm-vcontroller

Notice, that this module is backward-compactable with the original project.

I just added some extra protocols.

What's the difference?

  • Added protocols:
    • Bit-wise slider control.
    • Ping/Pong
    • Shutdown

Releases

https://github.com/hker9527/chunithm-vcontroller/releases

How to install

This module requires segatools to be installed, which you should already installed.

Put CHUNIIO.dll into the game directory app/bin, overriding the original file.

I want to change the code!

Find how to debug an injected dll online.