Installer the-settlers-online-unity

files:
- setup: https://static3.cdn.ubi.com/TSO/The%20Settlers%20Online%20Installer.exe
game:
  arch: win32
  exe: drive_c/Program Files/Ubisoft/The Settlers Online/The Settlers Online.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- move:
    description: Moving the Setup
    dst: $GAMEDIR/drive_c/The%20Settlers%20Online%20Installer.exe
    src: setup
- task:
    description: Installing
    executable: $GAMEDIR/drive_c/The%20Settlers%20Online%20Installer.exe
    name: wineexec
    prefix: $GAMEDIR
description: This installer is for unity client
game_slug: the-settlers-online
gogslug: ''
humblestoreid: ''
installer_slug: the-settlers-online-unity
name: The Settlers Online
notes: "Change the default installation path to:\r\n\"C:/Program Files/Ubisoft/The\
  \ Settlers Online/\""
runner: wine
script:
  files:
  - setup: https://static3.cdn.ubi.com/TSO/The%20Settlers%20Online%20Installer.exe
  game:
    arch: win32
    exe: drive_c/Program Files/Ubisoft/The Settlers Online/The Settlers Online.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - move:
      description: Moving the Setup
      dst: $GAMEDIR/drive_c/The%20Settlers%20Online%20Installer.exe
      src: setup
  - task:
      description: Installing
      executable: $GAMEDIR/drive_c/The%20Settlers%20Online%20Installer.exe
      name: wineexec
      prefix: $GAMEDIR
slug: the-settlers-online-unity
steamid: 354640
version: Unity
year: 2015
{
  "game_slug": "the-settlers-online",
  "version": "Unity",
  "description": "This installer is for unity client",
  "notes": "Change the default installation path to:\r\n\"C:/Program Files/Ubisoft/The Settlers Online/\"",
  "name": "The Settlers Online",
  "year": 2015,
  "steamid": 354640,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "the-settlers-online-unity",
  "installer_slug": "the-settlers-online-unity",
  "script": {
    "files": [
      {
        "setup": "https://static3.cdn.ubi.com/TSO/The%20Settlers%20Online%20Installer.exe"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/Ubisoft/The Settlers Online/The Settlers Online.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "move": {
          "description": "Moving the Setup",
          "dst": "$GAMEDIR/drive_c/The%20Settlers%20Online%20Installer.exe",
          "src": "setup"
        }
      },
      {
        "task": {
          "description": "Installing",
          "executable": "$GAMEDIR/drive_c/The%20Settlers%20Online%20Installer.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game