1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-28 00:10:51 +01:00
bemanitools/doc/sdvxhook/sdvxio-bio2.md

25 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

This library talks to a BIO2 BI2A node and implements the sdvxio API of BT5. Thus, it allows you to
use a BIO2 SDVX device board with *any* version of SDVX that is supported by BT5.
2020-08-15 04:05:44 +02:00
# Setup
- Make sure that your BIO2 is flashed with a SDVX firmware (if you can boot SDVX5 with it, it's
already the right firmware)
- The firmware persists between boots, so as long as it's flashed to the correct firmware, you no
longer need to do this step
- Rename sdvxio-kfca.dll to sdvxio.dll.
- Ensure that your gamestart.bat actually injects the appropriate sdvxhook dll for example:
2020-08-15 04:05:44 +02:00
```
launcher -K sdvxhook.dll soundvoltex.dll ...*
```
2020-08-15 04:05:44 +02:00
or that the application otherwise uses sdvxio.dll
- sdvxio-bio2 implements BIO2 device autodetection
- if this fails please make a bug report, and set the port manually in the config
- You can change the port and baudrate by editing the sdvxio-bio2.conf that should be created by
default
- Please connect any additional acio devices to their own port (ex: SDVX5 expects an ICCA by itself
on COM2)