Installer grand-theft-auto-v-epic-games-launcher

files:
- epicsetup: https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi
game:
  args: -opengl -SkipBuildPatchPrereq
  exe: drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- write_file:
    content: "overlay:\n  enabled: false\n  forceunhookgame: false\n  fps_enabled:\
      \ false\n  warning_enabled: false\nuser:\n  closebehavior: CloseBehavior_Close\n\
      user:\n  start_on_windows_start: false"
    file: $GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game
      Launcher/settings.yml
- task:
    app: corefonts arial vcrun2019 win10
    description: Installing dependencies
    name: winetricks
    prefix: $GAMEDIR
- task:
    args: /i "$epicsetup" /q
    exclude_processes: EpicGamesLauncher.exe
    executable: msiexec
    name: wineexec
    prefix: $GAMEDIR
system:
  env:
    DXVK_HUD: compiler
    MESA_GL_VERSION_OVERRIDE: 4.4COMPAT
    SteamGameId: 271590
    __GL_SHADER_DISK_CACHE: 1
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
wine:
  overrides:
    winedbg.exe: d
description: Only installs Epic Games Launcher. You will need to install Grand Theft
  Auto V inside the launcher.
game_slug: grand-theft-auto-v
gogslug: ''
humblestoreid: grand-theft-auto-v
installer_slug: grand-theft-auto-v-epic-games-launcher
name: Grand Theft Auto V
notes: On first launch, resolution in Grand Theft Auto may be a bit borked. Switch
  game to borderless windowed mode in settings to workaround that.
runner: wine
script:
  files:
  - epicsetup: https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi
  game:
    args: -opengl -SkipBuildPatchPrereq
    exe: drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - write_file:
      content: "overlay:\n  enabled: false\n  forceunhookgame: false\n  fps_enabled:\
        \ false\n  warning_enabled: false\nuser:\n  closebehavior: CloseBehavior_Close\n\
        user:\n  start_on_windows_start: false"
      file: $GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game
        Launcher/settings.yml
  - task:
      app: corefonts arial vcrun2019 win10
      description: Installing dependencies
      name: winetricks
      prefix: $GAMEDIR
  - task:
      args: /i "$epicsetup" /q
      exclude_processes: EpicGamesLauncher.exe
      executable: msiexec
      name: wineexec
      prefix: $GAMEDIR
  system:
    env:
      DXVK_HUD: compiler
      MESA_GL_VERSION_OVERRIDE: 4.4COMPAT
      SteamGameId: 271590
      __GL_SHADER_DISK_CACHE: 1
      __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
  wine:
    overrides:
      winedbg.exe: d
slug: grand-theft-auto-v-epic-games-launcher
steamid: 271590
version: Epic Games Launcher
year: 2013
{
  "game_slug": "grand-theft-auto-v",
  "version": "Epic Games Launcher",
  "description": "Only installs Epic Games Launcher. You will need to install Grand Theft Auto V inside the launcher.",
  "notes": "On first launch, resolution in Grand Theft Auto may be a bit borked. Switch game to borderless windowed mode in settings to workaround that.",
  "name": "Grand Theft Auto V",
  "year": 2013,
  "steamid": 271590,
  "gogslug": "",
  "humblestoreid": "grand-theft-auto-v",
  "runner": "wine",
  "slug": "grand-theft-auto-v-epic-games-launcher",
  "installer_slug": "grand-theft-auto-v-epic-games-launcher",
  "script": {
    "files": [
      {
        "epicsetup": "https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi"
      }
    ],
    "game": {
      "args": "-opengl -SkipBuildPatchPrereq",
      "exe": "drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "write_file": {
          "content": "overlay:\n  enabled: false\n  forceunhookgame: false\n  fps_enabled: false\n  warning_enabled: false\nuser:\n  closebehavior: CloseBehavior_Close\nuser:\n  start_on_windows_start: false",
          "file": "$GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game Launcher/settings.yml"
        }
      },
      {
        "task": {
          "app": "corefonts arial vcrun2019 win10",
          "description": "Installing dependencies",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/i \"$epicsetup\" /q",
          "exclude_processes": "EpicGamesLauncher.exe",
          "executable": "msiexec",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_HUD": "compiler",
        "MESA_GL_VERSION_OVERRIDE": "4.4COMPAT",
        "SteamGameId": 271590,
        "__GL_SHADER_DISK_CACHE": 1,
        "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
      }
    },
    "wine": {
      "overrides": {
        "winedbg.exe": "d"
      }
    }
  }
}
Back to game