Installer fortnite-epic-games-launcher
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - epic: https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi - audio: https://lutris.net/files/tools/directx-2010.tar.gz game: arch: win64 args: -SkipBuildPatchPrereq -opengl exe: drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe prefix: $GAMEDIR installer: - extract: dst: $CACHE/dxsetup file: audio - task: arch: win64 name: create_prefix prefix: $GAMEDIR - task: arch: win64 args: /silent executable: $CACHE/dxsetup/DXSETUP.exe name: wineexec prefix: $GAMEDIR - task: arch: win64 name: winekill prefix: $GAMEDIR - task: app: arial arch: win64 name: winetricks prefix: $GAMEDIR - task: app: faudio arch: win64 name: winetricks prefix: $GAMEDIR - task: arch: win64 name: winekill prefix: $GAMEDIR - task: arch: win64 args: /q exclude_processes: EpicGamesLauncher.exe executable: epic name: wineexec prefix: $GAMEDIR - task: arch: win64 name: winekill prefix: $GAMEDIR system: env: MESA_GL_VERSION_OVERRIDE: 4.4COMPAT wine: dxvk: true esync: true
{ "files": [ { "epic": "https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi" }, { "audio": "https://lutris.net/files/tools/directx-2010.tar.gz" } ], "game": { "arch": "win64", "args": "-SkipBuildPatchPrereq -opengl", "exe": "drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe", "prefix": "$GAMEDIR" }, "installer": [ { "extract": { "dst": "$CACHE/dxsetup", "file": "audio" } }, { "task": { "arch": "win64", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "args": "/silent", "executable": "$CACHE/dxsetup/DXSETUP.exe", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "name": "winekill", "prefix": "$GAMEDIR" } }, { "task": { "app": "arial", "arch": "win64", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "faudio", "arch": "win64", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "name": "winekill", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "args": "/q", "exclude_processes": "EpicGamesLauncher.exe", "executable": "epic", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "name": "winekill", "prefix": "$GAMEDIR" } } ], "system": { "env": { "MESA_GL_VERSION_OVERRIDE": "4.4COMPAT" } }, "wine": { "dxvk": true, "esync": true } }