Skip to content

Specifying New Players

James edited this page May 27, 2017 · 3 revisions

To make it easier for contributors to add new players without modifying the source code, the player's name and process name are moved to supportedplayers.json.

To add a new player, just add the following before the "]"

 ,
{
"player_name":"<Player Name Here>",
"process_name":"<Process Name Here>"
}
Clone this wiki locally