Go to file
Jennifer a6c1471a0e Merge branch 'master' of github.com:DragonMinded/ACIOLauncher 2019-06-30 22:30:14 -07:00
.gitignore Ignore machine-specific files in directory. 2017-08-30 22:46:28 -07:00
ACIO.cpp Detect ICCC as a reader 2018-09-06 17:48:19 +00:00
ACIO.h Fix readers being incorrectly detected when there's more than one serial with ACIO nodes on it. 2018-01-17 14:47:41 -08:00
ACIOLauncher.cpp Major refactor of ACIO Launcher. 2017-09-06 22:14:25 -07:00
ACIOLauncher.sln Initial commit of ACIO Launcher code. 2017-08-30 22:39:39 -07:00
ACIOLauncher.vcproj Major refactor of ACIO Launcher. 2017-09-06 22:14:25 -07:00
Debug.cpp Major refactor of ACIO Launcher. 2017-09-06 22:14:25 -07:00
Debug.h Major refactor of ACIO Launcher. 2017-09-06 22:14:25 -07:00
Menu.cpp Fix order of operations for parsing ini files. 2019-06-30 22:24:58 -07:00
Menu.h Major refactor of ACIO Launcher. 2017-09-06 22:14:25 -07:00
ReadMe.md Update readme for pagination. 2017-09-03 12:37:57 -07:00

ReadMe.md

ACIOLauncher

A launcher that takes input from an ACIO reader attached via serial to a cabinet.

This will initialize either slotted or wavepass reader hardware, plugged into any standard COM port on actual BEMANI hardware. Once initialized, it will present a menu of games to launch, based on a configured ini file. If a game is not selected, it will boot the first option after 60 seconds.

The project provided is a Visual Studio 2008 project that produces a statically-compiled executable which is ready to run on embedded XP. This is suitable for execution on the operating system that comes with various BEMANI games.

The ini file format is simple. For each game, there should be a section which is the game name. For each section, there should be a "launch" key which points to the full path of the executable or batch file to execute when selecting this option. An example is below:

[Lincle]
launch=D:\LincleData\contents\gamestart.bat

[Resort Anthem]
launch=D:\RAData\contents\gamestart.bat

[Sirius]
launch=D:\Sirius\contents\gamestart.bat

To correctly execute the built code, run the executable with one parameter specifying the location of the INI file. Optionally, you can add the --debug attribute for additional debugging. An example invocation is as follows:

ACIOLauncher.exe games.ini