A score event server for beatmania IIDX INFINITAS.
The creation of this project is detailed in the following three blog posts:
- https://aixxe.net/2019/06/iidx-score-data
- https://aixxe.net/2019/12/iidx-score-hook
- https://aixxe.net/2020/05/iidx-score-server
- Compile using CMake.
- Load into
bm2dx.exeusing your preferred library loader.
- Run
npm installoryarnfrom the client directory. - Update
config.jsto contain your Discord Webhook URL. - Start the client by running
node app.jsfrom the client directory.