Installer tacoma-epic-store

files:
- epicstore: https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi
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
    description: Creating the Wine prefix (64bits).
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: arial vcrun2015
    arch: win64
    description: Adding the software necessary.
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: win10
    arch: win64
    description: Changing Windows version to (Win10).
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win64
    name: winekill
    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:
  env:
    DXVK_STATE_CACHE: '1'
    DXVK_STATE_CACHE_PATH: $GAMEDIR/StateCache/
    MESA_GL_VERSION_OVERRIDE: 4.4COMPAT
    __GL_SHADER_DISK_CACHE: '1'
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR/GL_ShadersCache/
    __GL_THREADED_OPTIMIZATIONS: '1'
    mesa_glthread: 'true'
description: This installer only downloads the Epic Store and its dependencies.
game_slug: tacoma
gogslug: tacoma_game
humblestoreid: tacoma
installer_slug: tacoma-epic-store
name: Tacoma
notes: To be able to play you will need to download the game manually.
runner: wine
script:
  files:
  - epicstore: https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi
  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
      description: Creating the Wine prefix (64bits).
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: arial vcrun2015
      arch: win64
      description: Adding the software necessary.
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: win10
      arch: win64
      description: Changing Windows version to (Win10).
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win64
      name: winekill
      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:
    env:
      DXVK_STATE_CACHE: '1'
      DXVK_STATE_CACHE_PATH: $GAMEDIR/StateCache/
      MESA_GL_VERSION_OVERRIDE: 4.4COMPAT
      __GL_SHADER_DISK_CACHE: '1'
      __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR/GL_ShadersCache/
      __GL_THREADED_OPTIMIZATIONS: '1'
      mesa_glthread: 'true'
slug: tacoma-epic-store
steamid: 343860
version: Epic Store
year: 2017
{
  "game_slug": "tacoma",
  "version": "Epic Store",
  "description": "This installer only downloads the Epic Store and its dependencies.",
  "notes": "To be able to play you will need to download the game manually.",
  "name": "Tacoma",
  "year": 2017,
  "steamid": 343860,
  "gogslug": "tacoma_game",
  "humblestoreid": "tacoma",
  "runner": "wine",
  "slug": "tacoma-epic-store",
  "installer_slug": "tacoma-epic-store",
  "script": {
    "files": [
      {
        "epicstore": "https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi"
      }
    ],
    "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",
          "description": "Creating the Wine prefix (64bits).",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "arial vcrun2015",
          "arch": "win64",
          "description": "Adding the software necessary.",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "win10",
          "arch": "win64",
          "description": "Changing Windows version to (Win10).",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "name": "winekill",
          "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": {
      "env": {
        "DXVK_STATE_CACHE": "1",
        "DXVK_STATE_CACHE_PATH": "$GAMEDIR/StateCache/",
        "MESA_GL_VERSION_OVERRIDE": "4.4COMPAT",
        "__GL_SHADER_DISK_CACHE": "1",
        "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR/GL_ShadersCache/",
        "__GL_THREADED_OPTIMIZATIONS": "1",
        "mesa_glthread": "true"
      }
    }
  }
}
Back to game