Installer city-of-heroes-homecoming-32bit

files:
- client: http://patch.savecoh.com/tequila.exe
game:
  arch: win32
  exe: drive_c/Games/CoH/tequila.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: corefonts
    description: Installing Corefonts
    name: winetricks
    prefix: $GAMEDIR
    silent: true
- task:
    app: dotnet35
    description: Installing MS .NET 3.5
    name: winetricks
    prefix: $GAMEDIR
    silent: true
- task:
    app: dinput8
    description: Installing DirectInput 8
    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-32bit
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: win32
    exe: drive_c/Games/CoH/tequila.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: corefonts
      description: Installing Corefonts
      name: winetricks
      prefix: $GAMEDIR
      silent: true
  - task:
      app: dotnet35
      description: Installing MS .NET 3.5
      name: winetricks
      prefix: $GAMEDIR
      silent: true
  - task:
      app: dinput8
      description: Installing DirectInput 8
      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-32bit
steamid: 29550
version: Homecoming - 32bit
year: 2004
{
  "game_slug": "city-of-heroes",
  "version": "Homecoming - 32bit",
  "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-32bit",
  "installer_slug": "city-of-heroes-homecoming-32bit",
  "script": {
    "files": [
      {
        "client": "http://patch.savecoh.com/tequila.exe"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Games/CoH/tequila.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "corefonts",
          "description": "Installing Corefonts",
          "name": "winetricks",
          "prefix": "$GAMEDIR",
          "silent": true
        }
      },
      {
        "task": {
          "app": "dotnet35",
          "description": "Installing MS .NET 3.5",
          "name": "winetricks",
          "prefix": "$GAMEDIR",
          "silent": true
        }
      },
      {
        "task": {
          "app": "dinput8",
          "description": "Installing DirectInput 8",
          "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