Installer city-of-heroes-homecoming-launcher

files:
- client: https://manifest.cohhc.gg/launcher/hcinstall.exe
game:
  arch: win64
  exe: drive_c/Games/Homecoming/bin/win64/launcher.exe
  prefix: $GAMEDIR
installer:
- task:
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: dotnet35 corefonts dinput8 tahoma
    description: Installing components...
    name: winetricks
    prefix: $GAMEDIR
    silent: true
- task:
    arch: win64
    description: Running Homecoming Launcher installer.
    executable: client
    name: wine.wineexec
    prefix: $GAMEDIR
description: Uses the new Homecoming launcher in place of the old Tequila launcher.
game_slug: city-of-heroes
gogslug: ''
humblestoreid: ''
installer_slug: city-of-heroes-homecoming-launcher
name: City of Heroes
notes: "When run for the first  time it will ask for an install directory.  You can\
  \ use what is selected by default.\r\n\r\nAfter loading the game you might need\
  \ to hit \"Alt-Enter\" to change to windowed mode as the resolution may not be supported."
runner: wine
script:
  files:
  - client: https://manifest.cohhc.gg/launcher/hcinstall.exe
  game:
    arch: win64
    exe: drive_c/Games/Homecoming/bin/win64/launcher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: dotnet35 corefonts dinput8 tahoma
      description: Installing components...
      name: winetricks
      prefix: $GAMEDIR
      silent: true
  - task:
      arch: win64
      description: Running Homecoming Launcher installer.
      executable: client
      name: wine.wineexec
      prefix: $GAMEDIR
slug: city-of-heroes-homecoming-launcher
steamid: 29550
version: Homecoming Launcher
year: 2004
{
  "game_slug": "city-of-heroes",
  "version": "Homecoming Launcher",
  "description": "Uses the new Homecoming launcher in place of the old Tequila launcher.",
  "notes": "When run for the first  time it will ask for an install directory.  You can use what is selected by default.\r\n\r\nAfter loading the game you might need to hit \"Alt-Enter\" to change to windowed mode as the resolution may not be supported.",
  "name": "City of Heroes",
  "year": 2004,
  "steamid": 29550,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "city-of-heroes-homecoming-launcher",
  "installer_slug": "city-of-heroes-homecoming-launcher",
  "script": {
    "files": [
      {
        "client": "https://manifest.cohhc.gg/launcher/hcinstall.exe"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/Games/Homecoming/bin/win64/launcher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dotnet35 corefonts dinput8 tahoma",
          "description": "Installing components...",
          "name": "winetricks",
          "prefix": "$GAMEDIR",
          "silent": true
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Running Homecoming Launcher installer.",
          "executable": "client",
          "name": "wine.wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game