/infinitashook

Event server for beatmania IIDX INFINITAS

Primary LanguageC++MIT LicenseMIT

infinitashook

A score event server for beatmania IIDX INFINITAS.

The creation of this project is detailed in the following three blog posts:

Usage

Server

  • Compile using CMake.
  • Load into bm2dx.exe using your preferred library loader.

Client

  • Run npm install or yarn from the client directory.
  • Update config.js to contain your Discord Webhook URL.
  • Start the client by running node app.js from the client directory.