1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-24 06:40:11 +01:00
bemanitools/doc/ddrhook/ddrio-p3io.md

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
  • Have ddrio-p3io.dll in the same folder as your ddrhookX.dll
  • Rename ddrio-p3io.dll to ddrio.dll
  • Ensure that your gamestart.bat actually injects the appropriate ddrhook dll, for example:
inject ddrhook1.dll ddr.exe ...*

or

launcher -K ddrhook2.dll arkmdxp3.dll ...*