Installer fifa-17-client
files: - client: https://origin-a.akamaihd.net/Origin-Client-Download/origin/live/OriginThinSetup.exe - updater: https://raw.githubusercontent.com/DrDoctor13/wine-origin-updater/master/updateorigin.sh game: arch: win64 exe: drive_c/Program Files (x86)/Origin/Origin.exe prefix: $GAMEDIR installer: - task: arch: win64 description: Creating Wine prefix name: create_prefix prefix: $GAMEDIR - input_menu: description: 'Setting DXVK workarounds please choose your GPU:' id: GPU options: - Not needed for AMD. Ignore this.: AMD - ? 'dxgi.customVendorId = 10de dxgi.nvapiHack = False' : Nvidia preselect: Not needed for AMD. Ignore this. - write_file: content: $INPUT_GPU file: $GAMEDIR/dxvk.conf - task: app: vcrun2012 arch: win64 name: winetricks prefix: $GAMEDIR - task: app: dotnet472 arch: win64 description: Installing .NET 4.7.2 please be patient name: winetricks prefix: $GAMEDIR - task: app: nocrashdialog win7 arch: win64 name: winetricks prefix: $GAMEDIR - task: arch: win64 args: /silent description: Installing Origin... Login window will pop-up and close. exclude_processes: Origin.exe OriginClientService.exe OriginWebHelperService.exe QtWebEngineProcess.exe executable: client name: wineexec prefix: $GAMEDIR - task: arch: win64 name: winekill prefix: $GAMEDIR - chmodx: updater - merge: dst: $GAMEDIR/drive_c/Program Files (x86)/Origin src: updater system: disable_runtime: false env: DXVK_CONFIG_FILE: $GAMEDIR/dxvk.conf DXVK_HUD: 0 DXVK_LOG_LEVEL: none wine: overrides: nvapi,nvapi64: disabled
description: Only sets up Origin and DXVK you'll need to download FIFA 17 manually. game_slug: fifa-17 gogslug: '' humblestoreid: '' installer_slug: fifa-17-client name: FIFA 17 notes: 'Please read before installing: https://github.com/lutris/lutris/wiki/Game:-Origin' runner: wine script: files: - client: https://origin-a.akamaihd.net/Origin-Client-Download/origin/live/OriginThinSetup.exe - updater: https://raw.githubusercontent.com/DrDoctor13/wine-origin-updater/master/updateorigin.sh game: arch: win64 exe: drive_c/Program Files (x86)/Origin/Origin.exe prefix: $GAMEDIR installer: - task: arch: win64 description: Creating Wine prefix name: create_prefix prefix: $GAMEDIR - input_menu: description: 'Setting DXVK workarounds please choose your GPU:' id: GPU options: - Not needed for AMD. Ignore this.: AMD - ? 'dxgi.customVendorId = 10de dxgi.nvapiHack = False' : Nvidia preselect: Not needed for AMD. Ignore this. - write_file: content: $INPUT_GPU file: $GAMEDIR/dxvk.conf - task: app: vcrun2012 arch: win64 name: winetricks prefix: $GAMEDIR - task: app: dotnet472 arch: win64 description: Installing .NET 4.7.2 please be patient name: winetricks prefix: $GAMEDIR - task: app: nocrashdialog win7 arch: win64 name: winetricks prefix: $GAMEDIR - task: arch: win64 args: /silent description: Installing Origin... Login window will pop-up and close. exclude_processes: Origin.exe OriginClientService.exe OriginWebHelperService.exe QtWebEngineProcess.exe executable: client name: wineexec prefix: $GAMEDIR - task: arch: win64 name: winekill prefix: $GAMEDIR - chmodx: updater - merge: dst: $GAMEDIR/drive_c/Program Files (x86)/Origin src: updater system: disable_runtime: false env: DXVK_CONFIG_FILE: $GAMEDIR/dxvk.conf DXVK_HUD: 0 DXVK_LOG_LEVEL: none wine: overrides: nvapi,nvapi64: disabled slug: fifa-17-client steamid: null version: Client year: 2016
{ "game_slug": "fifa-17", "version": "Client", "description": "Only sets up Origin and DXVK you'll need to download FIFA 17 manually.", "notes": "Please read before installing: https://github.com/lutris/lutris/wiki/Game:-Origin", "name": "FIFA 17", "year": 2016, "steamid": null, "gogslug": "", "humblestoreid": "", "runner": "wine", "slug": "fifa-17-client", "installer_slug": "fifa-17-client", "script": { "files": [ { "client": "https://origin-a.akamaihd.net/Origin-Client-Download/origin/live/OriginThinSetup.exe" }, { "updater": "https://raw.githubusercontent.com/DrDoctor13/wine-origin-updater/master/updateorigin.sh" } ], "game": { "arch": "win64", "exe": "drive_c/Program Files (x86)/Origin/Origin.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "description": "Creating Wine prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "input_menu": { "description": "Setting DXVK workarounds please choose your GPU:", "id": "GPU", "options": [ { "Not needed for AMD. Ignore this.": "AMD" }, { "dxgi.customVendorId = 10de\ndxgi.nvapiHack = False": "Nvidia" } ], "preselect": "Not needed for AMD. Ignore this." } }, { "write_file": { "content": "$INPUT_GPU", "file": "$GAMEDIR/dxvk.conf" } }, { "task": { "app": "vcrun2012", "arch": "win64", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "dotnet472", "arch": "win64", "description": "Installing .NET 4.7.2 please be patient", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "nocrashdialog win7", "arch": "win64", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "args": "/silent", "description": "Installing Origin... Login window will pop-up and close.", "exclude_processes": "Origin.exe OriginClientService.exe OriginWebHelperService.exe QtWebEngineProcess.exe", "executable": "client", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "name": "winekill", "prefix": "$GAMEDIR" } }, { "chmodx": "updater" }, { "merge": { "dst": "$GAMEDIR/drive_c/Program Files (x86)/Origin", "src": "updater" } } ], "system": { "disable_runtime": false, "env": { "DXVK_CONFIG_FILE": "$GAMEDIR/dxvk.conf", "DXVK_HUD": 0, "DXVK_LOG_LEVEL": "none" } }, "wine": { "overrides": { "nvapi,nvapi64": "disabled" } } } }