Installer city-of-heroes-sweet-tea-64-bit

files:
- launcher: http://files.thunderspygaming.net/sweet-tea/Sweet-Tea.zip
game:
  arch: win64
  exe: drive_c/Program Files (x86)/Sweet Tea/Sweet-Tea.exe
  prefix: $GAMEDIR
installer:
- extract:
    dst: $GAMEDIR/drive_c/Program Files (x86)/Sweet Tea
    file: launcher
    format: zip
- task:
    arch: win64
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: corefonts
    description: Installing Corefonts
    name: winetricks
    prefix: $GAMEDIR
    silent: true
- task:
    app: tahoma
    description: Installing Tahoma
    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
    name: winetricks
    prefix: $GAMEDIR
    silent: true
- task:
    arch: win64
    key: FontSmoothing
    name: set_regedit
    path: HKEY_CURRENT_USER\Control Panel\Desktop
    prefix: $GAMEDIR
    type: REG_DWORD
    value: '2'
- task:
    arch: win64
    key: FontSmoothingOrientation
    name: set_regedit
    path: HKEY_CURRENT_USER\Control Panel\Desktop
    prefix: $GAMEDIR
    type: REG_DWORD
    value: '00000001'
- task:
    arch: win64
    key: FontSmoothingType
    name: set_regedit
    path: HKEY_CURRENT_USER\Control Panel\Desktop
    prefix: $GAMEDIR
    type: REG_DWORD
    value: '00000002'
- task:
    arch: win64
    key: FontSmoothingGamma
    name: set_regedit
    path: HKEY_CURRENT_USER\Control Panel\Desktop
    prefix: $GAMEDIR
    type: REG_DWORD
    value: 00000578
- task:
    arch: win64
    key: GrabFullscreen
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\X11 Driver
    prefix: $GAMEDIR
    type: REG_SZ
    value: Y
- task:
    app: win7
    arch: win64
    description: Setting Windows version to 7
    name: winetricks
    prefix: $GAMEDIR
wine:
  Desktop: true
  WineDesktop: $RESOLUTION
description: This installer is to install Sweet Tea and be maximally compatible with
  as many desktop environments as possible when installing City of Heroes.
game_slug: city-of-heroes
gogslug: ''
humblestoreid: ''
installer_slug: city-of-heroes-sweet-tea-64-bit
name: City of Heroes
notes: "Select \"Validate\" to install a server's client. Select \"Launch\" to launch.\r\
  \nIf you plan to play Homecoming, you will need to manually add the manifest."
runner: wine
script:
  files:
  - launcher: http://files.thunderspygaming.net/sweet-tea/Sweet-Tea.zip
  game:
    arch: win64
    exe: drive_c/Program Files (x86)/Sweet Tea/Sweet-Tea.exe
    prefix: $GAMEDIR
  installer:
  - extract:
      dst: $GAMEDIR/drive_c/Program Files (x86)/Sweet Tea
      file: launcher
      format: zip
  - task:
      arch: win64
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: corefonts
      description: Installing Corefonts
      name: winetricks
      prefix: $GAMEDIR
      silent: true
  - task:
      app: tahoma
      description: Installing Tahoma
      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
      name: winetricks
      prefix: $GAMEDIR
      silent: true
  - task:
      arch: win64
      key: FontSmoothing
      name: set_regedit
      path: HKEY_CURRENT_USER\Control Panel\Desktop
      prefix: $GAMEDIR
      type: REG_DWORD
      value: '2'
  - task:
      arch: win64
      key: FontSmoothingOrientation
      name: set_regedit
      path: HKEY_CURRENT_USER\Control Panel\Desktop
      prefix: $GAMEDIR
      type: REG_DWORD
      value: '00000001'
  - task:
      arch: win64
      key: FontSmoothingType
      name: set_regedit
      path: HKEY_CURRENT_USER\Control Panel\Desktop
      prefix: $GAMEDIR
      type: REG_DWORD
      value: '00000002'
  - task:
      arch: win64
      key: FontSmoothingGamma
      name: set_regedit
      path: HKEY_CURRENT_USER\Control Panel\Desktop
      prefix: $GAMEDIR
      type: REG_DWORD
      value: 00000578
  - task:
      arch: win64
      key: GrabFullscreen
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\X11 Driver
      prefix: $GAMEDIR
      type: REG_SZ
      value: Y
  - task:
      app: win7
      arch: win64
      description: Setting Windows version to 7
      name: winetricks
      prefix: $GAMEDIR
  wine:
    Desktop: true
    WineDesktop: $RESOLUTION
slug: city-of-heroes-sweet-tea-64-bit
steamid: 29550
version: Sweet Tea - 64 bit
year: 2004
{
  "game_slug": "city-of-heroes",
  "version": "Sweet Tea - 64 bit",
  "description": "This installer is to install Sweet Tea and be maximally compatible with as many desktop environments as possible when installing City of Heroes.",
  "notes": "Select \"Validate\" to install a server's client. Select \"Launch\" to launch.\r\nIf you plan to play Homecoming, you will need to manually add the manifest.",
  "name": "City of Heroes",
  "year": 2004,
  "steamid": 29550,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "city-of-heroes-sweet-tea-64-bit",
  "installer_slug": "city-of-heroes-sweet-tea-64-bit",
  "script": {
    "files": [
      {
        "launcher": "http://files.thunderspygaming.net/sweet-tea/Sweet-Tea.zip"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/Program Files (x86)/Sweet Tea/Sweet-Tea.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/Sweet Tea",
          "file": "launcher",
          "format": "zip"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "corefonts",
          "description": "Installing Corefonts",
          "name": "winetricks",
          "prefix": "$GAMEDIR",
          "silent": true
        }
      },
      {
        "task": {
          "app": "tahoma",
          "description": "Installing Tahoma",
          "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",
          "name": "winetricks",
          "prefix": "$GAMEDIR",
          "silent": true
        }
      },
      {
        "task": {
          "arch": "win64",
          "key": "FontSmoothing",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Control Panel\\Desktop",
          "prefix": "$GAMEDIR",
          "type": "REG_DWORD",
          "value": "2"
        }
      },
      {
        "task": {
          "arch": "win64",
          "key": "FontSmoothingOrientation",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Control Panel\\Desktop",
          "prefix": "$GAMEDIR",
          "type": "REG_DWORD",
          "value": "00000001"
        }
      },
      {
        "task": {
          "arch": "win64",
          "key": "FontSmoothingType",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Control Panel\\Desktop",
          "prefix": "$GAMEDIR",
          "type": "REG_DWORD",
          "value": "00000002"
        }
      },
      {
        "task": {
          "arch": "win64",
          "key": "FontSmoothingGamma",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Control Panel\\Desktop",
          "prefix": "$GAMEDIR",
          "type": "REG_DWORD",
          "value": "00000578"
        }
      },
      {
        "task": {
          "arch": "win64",
          "key": "GrabFullscreen",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver",
          "prefix": "$GAMEDIR",
          "type": "REG_SZ",
          "value": "Y"
        }
      },
      {
        "task": {
          "app": "win7",
          "arch": "win64",
          "description": "Setting Windows version to 7",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "wine": {
      "Desktop": true,
      "WineDesktop": "$RESOLUTION"
    }
  }
}
Back to game