Installer batman-arkham-city-goty-epic-store
files: - epicstore: https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi - dx10: https://lutris.net/files/tools/directx-2010.tar.gz game: arch: win64 args: -opengl exe: drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe prefix: $GAMEDIR installer: - extract: dst: $CACHE/directx-2010 file: dx10 - task: arch: win64 description: Creating the Wine prefix (64bits). name: create_prefix prefix: $GAMEDIR - task: app: vcrun2008 arch: win64 description: Installing libraries. name: winetricks prefix: $GAMEDIR - task: app: arial mdx d3dcompiler_43 d3dx9_43 arch: win64 description: Adding the software necessary. name: winetricks prefix: $GAMEDIR - task: app: dotnet35sp1 arch: win64 description: Installing .NET Framework. (3.5) name: winetricks prefix: $GAMEDIR - task: app: dotnet20sp1 arch: win64 description: Installing .NET Framework. (2.0) name: winetricks prefix: $GAMEDIR - task: app: win7 arch: win64 description: Changing Windows version to (Win7). name: winetricks prefix: $GAMEDIR - task: arch: win64 name: winekill prefix: $GAMEDIR - task: arch: win64 description: (Microsoft`s software) Installing directx-2010. executable: $CACHE/directx-2010/DXSETUP.exe name: wineexec prefix: $GAMEDIR - task: arch: win64 description: Running the Epic Games`s Installer. exclude_processes: EpicGamesLauncher.exe executable: epicstore name: wineexec prefix: $GAMEDIR - task: arch: win64 name: winekill prefix: $GAMEDIR system: disable_compositor: true env: DXVK_STATE_CACHE: '1' DXVK_STATE_CACHE_PATH: $GAMEDIR/StateCache/ __GL_SHADER_DISK_CACHE: '1' __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR/GLcacheShaders/ __GL_THREADED_OPTIMIZATIONS: '1' mesa_glthread: 'true'
description: 'This installer will install the software necessary for the Epic Game store.Once install is finished you''ll have to download Batman: Arkham City GOTY manually through the Epic Games Launcher.' game_slug: batman-arkham-city-goty gogslug: Batman_Arkham_City_GOTY humblestoreid: batman-arkham-city-goty-edition installer_slug: batman-arkham-city-goty-epic-store name: 'Batman: Arkham City GOTY' notes: "For a better performance, is recommendable disable DirectX 11 options and\ \ PhysX in game parameters.\r\n\r\nIf show you see an error message for DXSETUP.exe,\ \ simply you click \"No\".\r\n\r\nIf you see a DirectX installation assistant and\ \ Microsoft Visual C++ 2008 when launching the game cancel those installations." runner: wine script: files: - epicstore: https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi - dx10: https://lutris.net/files/tools/directx-2010.tar.gz game: arch: win64 args: -opengl exe: drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe prefix: $GAMEDIR installer: - extract: dst: $CACHE/directx-2010 file: dx10 - task: arch: win64 description: Creating the Wine prefix (64bits). name: create_prefix prefix: $GAMEDIR - task: app: vcrun2008 arch: win64 description: Installing libraries. name: winetricks prefix: $GAMEDIR - task: app: arial mdx d3dcompiler_43 d3dx9_43 arch: win64 description: Adding the software necessary. name: winetricks prefix: $GAMEDIR - task: app: dotnet35sp1 arch: win64 description: Installing .NET Framework. (3.5) name: winetricks prefix: $GAMEDIR - task: app: dotnet20sp1 arch: win64 description: Installing .NET Framework. (2.0) name: winetricks prefix: $GAMEDIR - task: app: win7 arch: win64 description: Changing Windows version to (Win7). name: winetricks prefix: $GAMEDIR - task: arch: win64 name: winekill prefix: $GAMEDIR - task: arch: win64 description: (Microsoft`s software) Installing directx-2010. executable: $CACHE/directx-2010/DXSETUP.exe name: wineexec prefix: $GAMEDIR - task: arch: win64 description: Running the Epic Games`s Installer. exclude_processes: EpicGamesLauncher.exe executable: epicstore name: wineexec prefix: $GAMEDIR - task: arch: win64 name: winekill prefix: $GAMEDIR system: disable_compositor: true env: DXVK_STATE_CACHE: '1' DXVK_STATE_CACHE_PATH: $GAMEDIR/StateCache/ __GL_SHADER_DISK_CACHE: '1' __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR/GLcacheShaders/ __GL_THREADED_OPTIMIZATIONS: '1' mesa_glthread: 'true' slug: batman-arkham-city-goty-epic-store steamid: 200260 version: Epic Store year: 2012
{ "game_slug": "batman-arkham-city-goty", "version": "Epic Store", "description": "This installer will install the software necessary for the Epic Game store.Once install is finished you'll have to download Batman: Arkham City GOTY manually through the Epic Games Launcher.", "notes": "For a better performance, is recommendable disable DirectX 11 options and PhysX in game parameters.\r\n\r\nIf show you see an error message for DXSETUP.exe, simply you click \"No\".\r\n\r\nIf you see a DirectX installation assistant and Microsoft Visual C++ 2008 when launching the game cancel those installations.", "name": "Batman: Arkham City GOTY", "year": 2012, "steamid": 200260, "gogslug": "Batman_Arkham_City_GOTY", "humblestoreid": "batman-arkham-city-goty-edition", "runner": "wine", "slug": "batman-arkham-city-goty-epic-store", "installer_slug": "batman-arkham-city-goty-epic-store", "script": { "files": [ { "epicstore": "https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi" }, { "dx10": "https://lutris.net/files/tools/directx-2010.tar.gz" } ], "game": { "arch": "win64", "args": "-opengl", "exe": "drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe", "prefix": "$GAMEDIR" }, "installer": [ { "extract": { "dst": "$CACHE/directx-2010", "file": "dx10" } }, { "task": { "arch": "win64", "description": "Creating the Wine prefix (64bits).", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "vcrun2008", "arch": "win64", "description": "Installing libraries.", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "arial mdx d3dcompiler_43 d3dx9_43", "arch": "win64", "description": "Adding the software necessary.", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "dotnet35sp1", "arch": "win64", "description": "Installing .NET Framework. (3.5)", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "dotnet20sp1", "arch": "win64", "description": "Installing .NET Framework. (2.0)", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "win7", "arch": "win64", "description": "Changing Windows version to (Win7).", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "name": "winekill", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "description": "(Microsoft`s software) Installing directx-2010.", "executable": "$CACHE/directx-2010/DXSETUP.exe", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "description": "Running the Epic Games`s Installer.", "exclude_processes": "EpicGamesLauncher.exe", "executable": "epicstore", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "name": "winekill", "prefix": "$GAMEDIR" } } ], "system": { "disable_compositor": true, "env": { "DXVK_STATE_CACHE": "1", "DXVK_STATE_CACHE_PATH": "$GAMEDIR/StateCache/", "__GL_SHADER_DISK_CACHE": "1", "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR/GLcacheShaders/", "__GL_THREADED_OPTIMIZATIONS": "1", "mesa_glthread": "true" } } } }