Blizzard Arcade Collection Development Region Product Config
Download
{
  "all": {
    "config": {
      "casc_language_agnostic": true,
      "data_dir": "Data/",
      "decryption_key_name": "rtrodev",
      "form": {
        "game_dir": {
          "dirname": "Rtro Dev"
        }
      },
      "product": "rtrodev",
      "supported_locales": [
        "enUS",
        "frFR",
        "deDE",
        "itIT",
        "esES",
        "koKR",
        "ptBR",
        "esMX",
        "jaJP",
        "plPL",
        "ruRU",
        "zhTW",
        "zhCN"
      ],
      "supports_multibox": false,
      "supports_offline": true,
      "switcher": false,
      "title_info": {
        "title_id": "rtro"
      },
      "update_method": "containerless ngdp"
    }
  },
  "enus": {
    "config": {
      "install": [
        {
          "add_remove_programs_key": {
            "display_name": "Rtro Dev",
            "helplink": "http://us.blizzard.com/support/",
            "icon_path": "%binarypath%",
            "install_path": "%installpath%",
            "locale": "%locale%",
            "root": "Rtro Dev",
            "uid": "%uid%",
            "uninstall_path": "%uninstallpath%"
          }
        }
      ]
    }
  },
  "platform": {
    "win": {
      "config": {
        "binaries": {
          "game": {
            "launch_arguments": [],
            "regex": "client.exe",
            "relative_path": "client.exe",
            "switcher": false
          }
        },
        "binary_version_path": "client.exe",
        "form": {
          "game_dir": {
            "default": "Program Files",
            "required_space": 3000000000
          }
        },
        "min_spec": {
          "default_requires_64_bit": true,
          "required_osspecs": {
            "6.1": {
              "required_subversion": 0
            }
          }
        },
        "tags": [],
        "uninstall": [
          {
            "delete_registry_key_list": {
              "flags": "WOW_BOTH",
              "key_type": "HKEY_LOCAL_MACHINE",
              "root": "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall",
              "subkeys": [
                "Rtro Dev"
              ]
            }
          },
          {
            "delete_registry_key_list": {
              "flags": "WOW_BOTH",
              "key_type": "HKEY_CURRENT_USER",
              "root": "SOFTWARE\\Blizzard Entertainment",
              "subkeys": [
                "Rtro Dev"
              ]
            }
          },
          {
            "delete_folder": {
              "relative_paths": [
                "BlizzardBrowser",
                "BlizzardError",
                "Data"
              ],
              "root": "%game%"
            }
          },
          {
            "delete_file": {
              "relative_paths": [
                "client.exe"
              ],
              "root": "%game%"
            }
          }
        ]
      }
    }
  }
}