Installer total-annihilation-gog-german-patch

files:
- game: N/A:Please select the installer downloaded from GOG.
- patch: N/A:Please select the Patch file
game:
  exe: $GAMEDIR/drive_c/GOG Games/Total Annihilation/TotalA.exe
  prefix: $GAMEDIR
installer:
- task:
    description: Creating WINE prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    args: /SP- /SUPPRESSMSGBOXES /VERYSILENT
    description: Installing game
    executable: game
    name: wineexec
    prefix: $GAMEDIR
- extract:
    dst: $CACHE
    src: $patch
- copy:
    dst: $GAMEDIR/drive_c/GOG Games/Total Annihilation
    src: $CACHE/Deutschpatch
- task:
    key: Language
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Cavedog Entertainment\Total Annihilation
    prefix: $GAMEDIR
    type: REG_SZ
    value: german
- task:
    app: directplay
    description: Installing Directplay
    name: winetricks
    prefix: $GAMEDIR
    silent: true
description: This script installs Total Annihilation - Commander Pack from GOG and
  patch it into German. Thanks to Ionisator from GOG-Forum for the german patch.
game_slug: total-annihilation
gogslug: total_anihilation_commander_pack
humblestoreid: ''
installer_slug: total-annihilation-gog-german-patch
name: Total Annihilation
notes: "-download the patch file from: https://mega.nz/#!ZEcDBAJA!JcseiyMODIGK9uxYoEJ3-H--CHzKC-5pCMdWsKVTPDs\r\
  \n-Directplay for Multiplayer"
runner: wine
script:
  files:
  - game: N/A:Please select the installer downloaded from GOG.
  - patch: N/A:Please select the Patch file
  game:
    exe: $GAMEDIR/drive_c/GOG Games/Total Annihilation/TotalA.exe
    prefix: $GAMEDIR
  installer:
  - task:
      description: Creating WINE prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      args: /SP- /SUPPRESSMSGBOXES /VERYSILENT
      description: Installing game
      executable: game
      name: wineexec
      prefix: $GAMEDIR
  - extract:
      dst: $CACHE
      src: $patch
  - copy:
      dst: $GAMEDIR/drive_c/GOG Games/Total Annihilation
      src: $CACHE/Deutschpatch
  - task:
      key: Language
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Cavedog Entertainment\Total Annihilation
      prefix: $GAMEDIR
      type: REG_SZ
      value: german
  - task:
      app: directplay
      description: Installing Directplay
      name: winetricks
      prefix: $GAMEDIR
      silent: true
slug: total-annihilation-gog-german-patch
steamid: 298030
version: GOG + German Patch
year: 1997
{
  "game_slug": "total-annihilation",
  "version": "GOG + German Patch",
  "description": "This script installs Total Annihilation - Commander Pack from GOG and patch it into German. Thanks to Ionisator from GOG-Forum for the german patch.",
  "notes": "-download the patch file from: https://mega.nz/#!ZEcDBAJA!JcseiyMODIGK9uxYoEJ3-H--CHzKC-5pCMdWsKVTPDs\r\n-Directplay for Multiplayer",
  "name": "Total Annihilation",
  "year": 1997,
  "steamid": 298030,
  "gogslug": "total_anihilation_commander_pack",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "total-annihilation-gog-german-patch",
  "installer_slug": "total-annihilation-gog-german-patch",
  "script": {
    "files": [
      {
        "game": "N/A:Please select the installer downloaded from GOG."
      },
      {
        "patch": "N/A:Please select the Patch file"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/drive_c/GOG Games/Total Annihilation/TotalA.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "description": "Creating WINE prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/SP- /SUPPRESSMSGBOXES /VERYSILENT",
          "description": "Installing game",
          "executable": "game",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "src": "$patch"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/drive_c/GOG Games/Total Annihilation",
          "src": "$CACHE/Deutschpatch"
        }
      },
      {
        "task": {
          "key": "Language",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Cavedog Entertainment\\Total Annihilation",
          "prefix": "$GAMEDIR",
          "type": "REG_SZ",
          "value": "german"
        }
      },
      {
        "task": {
          "app": "directplay",
          "description": "Installing Directplay",
          "name": "winetricks",
          "prefix": "$GAMEDIR",
          "silent": true
        }
      }
    ]
  }
}
Back to game