Installer the-elder-scrolls-online-standalone

files:
- install_file: https://lutris.nyc3.cdn.digitaloceanspaces.com/games/ESO/eso_launcher.zip
game:
  exe: $GAMEDIR/drive_c/Program Files (x86)/Zenimax Online/Launcher/Bethesda.net_Launcher.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: vcrun2022
    arch: win64
    description: Installing vcrun2022
    name: winetricks
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/Program Files (x86)/Zenimax Online/Launcher
    file: install_file
- input_menu:
    description: 'Choose the game''s language:'
    id: LANG
    options:
    - en-us: English
    - de-de: Deutsch
    - fr-fr: French
    - ru-ru: Russian
    - es-es: Spanish
    - zh-cn: Chinese
    preselect: en-us
- execute:
    command: cd "$GAMEDIR/drive_c/Program Files (x86)/Zenimax Online/Launcher"; sed
      -i s/en-us/$INPUT_LANG/ launcher.settings;
description: Elder Scrolls Online standalone version
game_slug: the-elder-scrolls-online
gogslug: ''
humblestoreid: ''
installer_slug: the-elder-scrolls-online-standalone
name: The Elder Scrolls Online
notes: '- You will need more than 90 Go hard disk space to install the game'
runner: wine
script:
  files:
  - install_file: https://lutris.nyc3.cdn.digitaloceanspaces.com/games/ESO/eso_launcher.zip
  game:
    exe: $GAMEDIR/drive_c/Program Files (x86)/Zenimax Online/Launcher/Bethesda.net_Launcher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: vcrun2022
      arch: win64
      description: Installing vcrun2022
      name: winetricks
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/Program Files (x86)/Zenimax Online/Launcher
      file: install_file
  - input_menu:
      description: 'Choose the game''s language:'
      id: LANG
      options:
      - en-us: English
      - de-de: Deutsch
      - fr-fr: French
      - ru-ru: Russian
      - es-es: Spanish
      - zh-cn: Chinese
      preselect: en-us
  - execute:
      command: cd "$GAMEDIR/drive_c/Program Files (x86)/Zenimax Online/Launcher";
        sed -i s/en-us/$INPUT_LANG/ launcher.settings;
slug: the-elder-scrolls-online-standalone
steamid: 306130
version: Standalone
year: 2014
{
  "game_slug": "the-elder-scrolls-online",
  "version": "Standalone",
  "description": "Elder Scrolls Online standalone version",
  "notes": "- You will need more than 90 Go hard disk space to install the game",
  "name": "The Elder Scrolls Online",
  "year": 2014,
  "steamid": 306130,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "the-elder-scrolls-online-standalone",
  "installer_slug": "the-elder-scrolls-online-standalone",
  "script": {
    "files": [
      {
        "install_file": "https://lutris.nyc3.cdn.digitaloceanspaces.com/games/ESO/eso_launcher.zip"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/drive_c/Program Files (x86)/Zenimax Online/Launcher/Bethesda.net_Launcher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "vcrun2022",
          "arch": "win64",
          "description": "Installing vcrun2022",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/Zenimax Online/Launcher",
          "file": "install_file"
        }
      },
      {
        "input_menu": {
          "description": "Choose the game's language:",
          "id": "LANG",
          "options": [
            {
              "en-us": "English"
            },
            {
              "de-de": "Deutsch"
            },
            {
              "fr-fr": "French"
            },
            {
              "ru-ru": "Russian"
            },
            {
              "es-es": "Spanish"
            },
            {
              "zh-cn": "Chinese"
            }
          ],
          "preselect": "en-us"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR/drive_c/Program Files (x86)/Zenimax Online/Launcher\"; sed -i s/en-us/$INPUT_LANG/ launcher.settings;"
        }
      }
    ]
  }
}
Back to game