Installer city-of-heroes-homecoming-64bit

files:
- client: http://patch.savecoh.com/tequila.exe
game:
  arch: win64
  exe: drive_c/Games/CoH/tequila.exe
  prefix: $GAMEDIR
installer:
- task:
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: dotnet35
    description: Installing MS .NET 3.5
    name: winetricks
    prefix: $GAMEDIR
    silent: true
- task:
    app: dotnet35sp1
    description: Installing MS .NET 3.5 SP1
    name: winetricks
    prefix: $GAMEDIR
    silent: true
- execute:
    command: mkdir -p "$GAMEDIR/drive_c/Games/CoH"
- move:
    dst: $GAMEDIR/drive_c/Games/CoH/tequila.exe
    src: client
description: "For additional install instructions:\r\nhttps://forums.homecomingservers.com/topic/584-dredds-guide-to-loading-city-of-heroes/"
game_slug: city-of-heroes
gogslug: ''
humblestoreid: ''
installer_slug: city-of-heroes-homecoming-64bit
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\nThe Tequila client may have issues downloading\
  \ some of the other software it can run like paragon chat.  This will prevent the\
  \ play button from appearing.  You can by pass that by just double clicking on Homecoming\
  \ in the navbar to load the game.\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: http://patch.savecoh.com/tequila.exe
  game:
    arch: win64
    exe: drive_c/Games/CoH/tequila.exe
    prefix: $GAMEDIR
  installer:
  - task:
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: dotnet35
      description: Installing MS .NET 3.5
      name: winetricks
      prefix: $GAMEDIR
      silent: true
  - task:
      app: dotnet35sp1
      description: Installing MS .NET 3.5 SP1
      name: winetricks
      prefix: $GAMEDIR
      silent: true
  - execute:
      command: mkdir -p "$GAMEDIR/drive_c/Games/CoH"
  - move:
      dst: $GAMEDIR/drive_c/Games/CoH/tequila.exe
      src: client
slug: city-of-heroes-homecoming-64bit
steamid: 29550
version: Homecoming (64bit)
year: 2004
{
  "game_slug": "city-of-heroes",
  "version": "Homecoming (64bit)",
  "description": "For additional install instructions:\r\nhttps://forums.homecomingservers.com/topic/584-dredds-guide-to-loading-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\nThe Tequila client may have issues downloading some of the other software it can run like paragon chat.  This will prevent the play button from appearing.  You can by pass that by just double clicking on Homecoming in the navbar to load the game.\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-64bit",
  "installer_slug": "city-of-heroes-homecoming-64bit",
  "script": {
    "files": [
      {
        "client": "http://patch.savecoh.com/tequila.exe"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/Games/CoH/tequila.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dotnet35",
          "description": "Installing MS .NET 3.5",
          "name": "winetricks",
          "prefix": "$GAMEDIR",
          "silent": true
        }
      },
      {
        "task": {
          "app": "dotnet35sp1",
          "description": "Installing MS .NET 3.5 SP1",
          "name": "winetricks",
          "prefix": "$GAMEDIR",
          "silent": true
        }
      },
      {
        "execute": {
          "command": "mkdir -p \"$GAMEDIR/drive_c/Games/CoH\""
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/drive_c/Games/CoH/tequila.exe",
          "src": "client"
        }
      }
    ]
  }
}
Back to game