"folder" - Folder name of the song
"difficulty": - Difficulty to be used (Easy/Normal/Hard/Expert/ExpertPlus)
"port": - Port you'll be using
"password": - Password to the server, can be left empty for no password
{
"folder": "The Other Side",
"difficulty": "ExpertPlus",
"port": 17425,
"password": "967"
}
npm install
node ./server.js
Server saves every 5 minutes, so at most 5 minutes of progress is lost in the case of a crash.
No more than one person using the same name can be in a session. sometimes this bugs out and there's an improper disconnect. Have server restarted after a save if you're unable to join with the same name and really don't wanna change it. or just change it.
Full or partial information can be supplied to the server by typing for example node ./server.js --difficulty "ExpertPlus"