Installer the-sims-2-ea-app

files:
- client: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller.exe
game:
  arch: win64
  exe: drive_c/Program Files/EA Games/The Sims 2 Ultimate Collection/Fun with Pets/SP9/TSBin/Sims2EP9.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: arial
    arch: win64
    name: winetricks
    prefix: $GAMEDIR
- task:
    name: winekill
    prefix: $GAMEDIR
- task:
    arch: win64
    args: /silent
    description: Installing EA App... Login window will pop-up and close.
    exclude_processes: EALauncher.exe EALaunchHelper.exe EADesktop.exe EABackgroundService.exe
    executable: client
    name: wineexec
    prefix: $GAMEDIR
- task:
    name: winekill
    prefix: $GAMEDIR
system:
  env:
    DXVK_CONFIG_FILE: $GAMEDIR/dxvk.conf
    DXVK_HUD: 0
    __GL_SHADER_DISK_CACHE: 1
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
  exclude_processes: QtWebEngineProcess.exe ActivationUI.exe OriginWebHelperService.exe
description: This installer makes use of Vulkan. It will not work on machines that
  don't support it or haven't been properly configured for it.It is made for the Ultimate
  Collection version from EA app.
game_slug: the-sims-2
gogslug: ''
humblestoreid: ''
installer_slug: the-sims-2-ea-app
name: The Sims 2
notes: "IMPORTANT: READ THE MANUAL AND INSTALL DEPENDENCIES!\r\nSee https://github.com/lutris/docs/blob/master/Origin.md\r\
  \n\r\n- Enable the FSR option on 4K displays for bigger GUI and change the resolution\
  \ to a lower one, this will allow it to downscale while preserving quality."
runner: wine
script:
  files:
  - client: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller.exe
  game:
    arch: win64
    exe: drive_c/Program Files/EA Games/The Sims 2 Ultimate Collection/Fun with Pets/SP9/TSBin/Sims2EP9.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: arial
      arch: win64
      name: winetricks
      prefix: $GAMEDIR
  - task:
      name: winekill
      prefix: $GAMEDIR
  - task:
      arch: win64
      args: /silent
      description: Installing EA App... Login window will pop-up and close.
      exclude_processes: EALauncher.exe EALaunchHelper.exe EADesktop.exe EABackgroundService.exe
      executable: client
      name: wineexec
      prefix: $GAMEDIR
  - task:
      name: winekill
      prefix: $GAMEDIR
  system:
    env:
      DXVK_CONFIG_FILE: $GAMEDIR/dxvk.conf
      DXVK_HUD: 0
      __GL_SHADER_DISK_CACHE: 1
      __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
    exclude_processes: QtWebEngineProcess.exe ActivationUI.exe OriginWebHelperService.exe
slug: the-sims-2-ea-app
steamid: null
version: EA App
year: 2004
{
  "game_slug": "the-sims-2",
  "version": "EA App",
  "description": "This installer makes use of Vulkan. It will not work on machines that don't support it or haven't been properly configured for it.It is made for the Ultimate Collection version from EA app.",
  "notes": "IMPORTANT: READ THE MANUAL AND INSTALL DEPENDENCIES!\r\nSee https://github.com/lutris/docs/blob/master/Origin.md\r\n\r\n- Enable the FSR option on 4K displays for bigger GUI and change the resolution to a lower one, this will allow it to downscale while preserving quality.",
  "name": "The Sims 2",
  "year": 2004,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "the-sims-2-ea-app",
  "installer_slug": "the-sims-2-ea-app",
  "script": {
    "files": [
      {
        "client": "https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller.exe"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/Program Files/EA Games/The Sims 2 Ultimate Collection/Fun with Pets/SP9/TSBin/Sims2EP9.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "arial",
          "arch": "win64",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "args": "/silent",
          "description": "Installing EA App... Login window will pop-up and close.",
          "exclude_processes": "EALauncher.exe EALaunchHelper.exe EADesktop.exe EABackgroundService.exe",
          "executable": "client",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_CONFIG_FILE": "$GAMEDIR/dxvk.conf",
        "DXVK_HUD": 0,
        "__GL_SHADER_DISK_CACHE": 1,
        "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
      },
      "exclude_processes": "QtWebEngineProcess.exe ActivationUI.exe OriginWebHelperService.exe"
    }
  }
}
Back to game