files:
- epic: https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi
- mfinstaller: https://lutris.nyc3.cdn.digitaloceanspaces.com/games/epic-games-store/mf-install-master.zip
game:
arch: win64
args: -opengl -SkipBuildPatchPrereq
exe: drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $CACHE/mfinstaller
file: mfinstaller
- execute:
command: $CACHE/mfinstaller/install-mf.sh
env:
WINEPREFIX: $GAMEDIR
- task:
arch: win64
name: winekill
prefix: $GAMEDIR
- task:
app: arial vcrun2019 d3dcompiler_43 d3dcompiler_47 d3dx9 win7
arch: win64
description: Installing dependencies
name: winetricks
prefix: $GAMEDIR
- copy:
dst: $CACHE/epic/
src: epic
- task:
arch: win64
args: /i "$CACHE/epic/EpicGamesLauncherInstaller.msi" /q
exclude_processes: EpicGamesLauncher.exe
executable: msiexec
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
name: winekill
prefix: $GAMEDIR
system:
env:
DXVK_HUD: compiler
MESA_GL_VERSION_OVERRIDE: 4.4COMPAT
__GL_SHADER_DISK_CACHE: 1
__GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
wine:
dumbxinputemu: true
x360ce-xinput9: true
description: Installs the Epic Games Store launcher and sets tweaks up so that Outer
Wilds will run, but the game will have to be downloaded and installed manually from
within the EGS launcher
game_slug: outer-wilds
gogslug: ''
humblestoreid: ''
installer_slug: outer-wilds-epic-games-store
name: Outer Wilds
notes: If you experience issues with alt tabbing freezes/lockups this can be solved
by using wine's virtual desktop mode
runner: wine
script:
files:
- epic: https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi
- mfinstaller: https://lutris.nyc3.cdn.digitaloceanspaces.com/games/epic-games-store/mf-install-master.zip
game:
arch: win64
args: -opengl -SkipBuildPatchPrereq
exe: drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $CACHE/mfinstaller
file: mfinstaller
- execute:
command: $CACHE/mfinstaller/install-mf.sh
env:
WINEPREFIX: $GAMEDIR
- task:
arch: win64
name: winekill
prefix: $GAMEDIR
- task:
app: arial vcrun2019 d3dcompiler_43 d3dcompiler_47 d3dx9 win7
arch: win64
description: Installing dependencies
name: winetricks
prefix: $GAMEDIR
- copy:
dst: $CACHE/epic/
src: epic
- task:
arch: win64
args: /i "$CACHE/epic/EpicGamesLauncherInstaller.msi" /q
exclude_processes: EpicGamesLauncher.exe
executable: msiexec
name: wineexec
prefix: $GAMEDIR
- task:
arch: win64
name: winekill
prefix: $GAMEDIR
system:
env:
DXVK_HUD: compiler
MESA_GL_VERSION_OVERRIDE: 4.4COMPAT
__GL_SHADER_DISK_CACHE: 1
__GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
wine:
dumbxinputemu: true
x360ce-xinput9: true
slug: outer-wilds-epic-games-store
steamid: 753640
version: Epic Games Store
year: 2019
{
"game_slug": "outer-wilds",
"version": "Epic Games Store",
"description": "Installs the Epic Games Store launcher and sets tweaks up so that Outer Wilds will run, but the game will have to be downloaded and installed manually from within the EGS launcher",
"notes": "If you experience issues with alt tabbing freezes/lockups this can be solved by using wine's virtual desktop mode",
"name": "Outer Wilds",
"year": 2019,
"steamid": 753640,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "outer-wilds-epic-games-store",
"installer_slug": "outer-wilds-epic-games-store",
"script": {
"files": [
{
"epic": "https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi"
},
{
"mfinstaller": "https://lutris.nyc3.cdn.digitaloceanspaces.com/games/epic-games-store/mf-install-master.zip"
}
],
"game": {
"arch": "win64",
"args": "-opengl -SkipBuildPatchPrereq",
"exe": "drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win64",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"dst": "$CACHE/mfinstaller",
"file": "mfinstaller"
}
},
{
"execute": {
"command": "$CACHE/mfinstaller/install-mf.sh",
"env": {
"WINEPREFIX": "$GAMEDIR"
}
}
},
{
"task": {
"arch": "win64",
"name": "winekill",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"app": "arial vcrun2019 d3dcompiler_43 d3dcompiler_47 d3dx9 win7",
"arch": "win64",
"description": "Installing dependencies",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"copy": {
"dst": "$CACHE/epic/",
"src": "epic"
}
},
{
"task": {
"arch": "win64",
"args": "/i \"$CACHE/epic/EpicGamesLauncherInstaller.msi\" /q",
"exclude_processes": "EpicGamesLauncher.exe",
"executable": "msiexec",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"arch": "win64",
"name": "winekill",
"prefix": "$GAMEDIR"
}
}
],
"system": {
"env": {
"DXVK_HUD": "compiler",
"MESA_GL_VERSION_OVERRIDE": "4.4COMPAT",
"__GL_SHADER_DISK_CACHE": 1,
"__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
}
},
"wine": {
"dumbxinputemu": true,
"x360ce-xinput9": true
}
}
}