Releases: SirusDoma/Mu3IO.NET
Releases · SirusDoma/Mu3IO.NET
Mu3IO.NET: v1.0.1
Mu3IO.NET
Segatools Io4 Module enhancement for Mu3 (SDDT).
The segatools fork to build mu3hook.dll can be found in the following fork:
https://github.com/SirusDoma/segatools/tree/mu3-gpio
Installation
- Get and set up the game data.
- Download and configure the Segatools.
- Compatible with
mu3hook.dllthat comes from vanilla segatools and other common forks. However, the leds won't work unless write GPIO is implemented and forwarded tomu3_io_set_leds(uint8_t *rgb)with correct led mapping values. - Incompatible with
mu3hook.dllfrom ontroller-hook or other IO/hook that modifies mu3_io4_poll button flags and lever behavior at the hook level.
- Compatible with
- Download or Build this project and copy it to the game data directory.
- Copying
mu3hook.dllto the game directory is optional. See the notes above.
- Copying
- Configure
segatools.inito include the following config (For more information, see Configuration).[mu3io] path=mu3io.dll - Run the game with
mu3hook.dllinjected into theamdaemon.exeor other loaders that the game uses. - Once the game booted, enter operator/test menu and then recalibrate your lever (Normally, the range should be between 0000H and 8000H)
Changelogs
New Contributors
Full Changelog: v1.0.0...v1.0.1
Mu3IO.NET: v1.0.0
Mu3IO.NET
Segatools Io4 Module enhancement for Mu3 (SDDT).
The segatools fork to build mu3hook.dll can be found in the following fork:
https://github.com/SirusDoma/segatools/tree/mu3-gpio
Installation
- Get and set up the game data.
- Download and configure the Segatools.
- Compatible with
mu3hook.dllthat comes from vanilla segatools and other common forks. However, the leds won't work unless write GPIO is implemented and forwarded tomu3_io_set_leds(uint8_t *rgb)with correct led mapping values. - Incompatible with
mu3hook.dllfrom ontroller-hook or other IO/hook that modifies mu3_io4_poll button flags and lever behavior at the hook level.
- Compatible with
- Download or Build this project and copy it to the game data directory.
- Copying
mu3hook.dllto the game directory is optional. See the notes above.
- Copying
- Configure
segatools.inito include the following config (For more information, see Configuration).[mu3io] path=mu3io.dll - Run the game with
mu3hook.dllinjected into theamdaemon.exeor other loaders that the game uses. - Once the game booted, enter operator/test menu and then recalibrate your lever (Normally, the range should be between 0000H and 8000H)
Changelogs
Initial public release.