Installer age-of-empires-online-digital-download

files:
- age_of_empires_online_installer: https://www.mediafire.com/file/afo6kcizm5qhl4e/AOEO_Installer.zip
- age_of_empires_celeste_launcher: https://github.com/ProjectCeleste/Celeste.Launcher/releases/latest/download/CelesteLauncher.zip
game:
  exe: $GAMEDIR/drive_c/Program Files/Age Of Empires Online/Celeste Launcher.exe
  prefix: $GAMEDIR
installer:
- input_menu:
    description: 'Choose your preferred game''s language:'
    id: LOCALE
    options:
    - en_US: English U.S.
    - fr_FR: "Fran\xE7ais"
    - de_DE: Deutsch
    - es_ES: "Espa\xF1ol"
    - it_IT: Italiano
    preselect: en_US
- task:
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: dotnet48
    description: Installing .NET Framework. (4.8)
    name: winetricks
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/setupdir/
    file: age_of_empires_online_installer
- task:
    args: $GAMEDIR/setupdir/aoeo_setup.exe
    description: Run the Age of Empires Online Installer
    executable: $GAMEDIR/drive_c/windows/explorer.exe
    include_processes: explorer.exe
    name: wineexec
- task:
    name: winekill
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/Program Files/Age Of Empires Online/
    file: age_of_empires_celeste_launcher
system:
  exclude_processes: Celeste Launcher.exe Celeste Game Scanner UI.exe
wine:
  MouseWarpOverride: enable
description: 'For issues & source: https://github.com/Toetje585/Age-of-Empires-Online-Lutris'
game_slug: age-of-empires-online
gogslug: ''
humblestoreid: ''
installer_slug: age-of-empires-online-digital-download
name: Age of Empires Online
notes: ''
runner: wine
script:
  files:
  - age_of_empires_online_installer: https://www.mediafire.com/file/afo6kcizm5qhl4e/AOEO_Installer.zip
  - age_of_empires_celeste_launcher: https://github.com/ProjectCeleste/Celeste.Launcher/releases/latest/download/CelesteLauncher.zip
  game:
    exe: $GAMEDIR/drive_c/Program Files/Age Of Empires Online/Celeste Launcher.exe
    prefix: $GAMEDIR
  installer:
  - input_menu:
      description: 'Choose your preferred game''s language:'
      id: LOCALE
      options:
      - en_US: English U.S.
      - fr_FR: "Fran\xE7ais"
      - de_DE: Deutsch
      - es_ES: "Espa\xF1ol"
      - it_IT: Italiano
      preselect: en_US
  - task:
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: dotnet48
      description: Installing .NET Framework. (4.8)
      name: winetricks
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/setupdir/
      file: age_of_empires_online_installer
  - task:
      args: $GAMEDIR/setupdir/aoeo_setup.exe
      description: Run the Age of Empires Online Installer
      executable: $GAMEDIR/drive_c/windows/explorer.exe
      include_processes: explorer.exe
      name: wineexec
  - task:
      name: winekill
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/Program Files/Age Of Empires Online/
      file: age_of_empires_celeste_launcher
  system:
    exclude_processes: Celeste Launcher.exe Celeste Game Scanner UI.exe
  wine:
    MouseWarpOverride: enable
slug: age-of-empires-online-digital-download
steamid: 105430
version: Digital Download
year: 2011
{
  "game_slug": "age-of-empires-online",
  "version": "Digital Download",
  "description": "For issues & source: https://github.com/Toetje585/Age-of-Empires-Online-Lutris",
  "notes": "",
  "name": "Age of Empires Online",
  "year": 2011,
  "steamid": 105430,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "age-of-empires-online-digital-download",
  "installer_slug": "age-of-empires-online-digital-download",
  "script": {
    "files": [
      {
        "age_of_empires_online_installer": "https://www.mediafire.com/file/afo6kcizm5qhl4e/AOEO_Installer.zip"
      },
      {
        "age_of_empires_celeste_launcher": "https://github.com/ProjectCeleste/Celeste.Launcher/releases/latest/download/CelesteLauncher.zip"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/drive_c/Program Files/Age Of Empires Online/Celeste Launcher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "input_menu": {
          "description": "Choose your preferred game's language:",
          "id": "LOCALE",
          "options": [
            {
              "en_US": "English U.S."
            },
            {
              "fr_FR": "Fran\u00e7ais"
            },
            {
              "de_DE": "Deutsch"
            },
            {
              "es_ES": "Espa\u00f1ol"
            },
            {
              "it_IT": "Italiano"
            }
          ],
          "preselect": "en_US"
        }
      },
      {
        "task": {
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dotnet48",
          "description": "Installing .NET Framework. (4.8)",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/setupdir/",
          "file": "age_of_empires_online_installer"
        }
      },
      {
        "task": {
          "args": "$GAMEDIR/setupdir/aoeo_setup.exe",
          "description": "Run the Age of Empires Online Installer",
          "executable": "$GAMEDIR/drive_c/windows/explorer.exe",
          "include_processes": "explorer.exe",
          "name": "wineexec"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Program Files/Age Of Empires Online/",
          "file": "age_of_empires_celeste_launcher"
        }
      }
    ],
    "system": {
      "exclude_processes": "Celeste Launcher.exe Celeste Game Scanner UI.exe"
    },
    "wine": {
      "MouseWarpOverride": "enable"
    }
  }
}
Back to game