mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-04-25 07:18:13 -05:00
1.0 KiB
1.0 KiB
ddrio API implementation with DDR P3IO (Dragon) and EXTIO
This implementation of BT5's ddrio API allows you to use the native DDR P3IO of a "Dragon PCB" plus the EXTIO with anything the ddrio API supports.
This is not required to run the actual games supporting the hardware natively. However, there are various 3rd party applications using the ddrio API where you might benefit from using actual SD cabinet hardware, e.g. vigem-ddrio.
Setup
For hooks, but likely applicable to 3rd party applications (consolidate their manuals).
- Driver: You must have the P3IO driver intalled on your system
- Driver from bemanitools-supplements
- Have
ddrio-p3io.dllin the same folder as yourddrhookX.dll - Rename
ddrio-p3io.dlltoddrio.dll - Ensure that your
gamestart.batactually injects the appropriate ddrhook dll, for example:
inject ddrhook1.dll ddr.exe ...*
or
launcher -K ddrhook2.dll arkmdxp3.dll ...*