Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
/ infinitashook Public archive

Event server for beatmania IIDX INFINITAS

License

Notifications You must be signed in to change notification settings

aixxe/infinitashook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.