Specifying New Players - Atelier-Shiori/DetectionKit GitHub Wiki

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>"
}