Installer rockstar-games-launcher-standalone-1036344

files:
- launcher: https://dl-eu.opendataapi.net/lutris/games/GTA/rockstar-games-launcher-1-0-36-344.exe
game:
  arch: win64
  exe: drive_c/Program Files/Rockstar Games/Launcher/Launcher.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine 64-bit Prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: arial
    arch: win64
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win64
    description: Installing the launcher (Don't login, close the window)
    exclude_processes: RockstarService.exe Launcher.exe LauncherPatcher.exe
    executable: launcher
    name: wineexec
    prefix: $GAMEDIR
- task:
    name: winekill
    prefix: $GAMEDIR
system:
  env:
    DXVK_HUD: compiler
    __GL_SHADER_DISK_CACHE: 1
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
description: This version installs an older version of the Rockstar Games Launcher
  that is able to be installed. If you use the (current) latest version from Rockstar
  Games, it fails to install. This forked installer is from the original and includes
  changes suggested by others to get it working. The launcher will update on its own
  and continue to work after installing through this version.
game_slug: rockstar-games-launcher
gogslug: ''
humblestoreid: ''
installer_slug: rockstar-games-launcher-standalone-1036344
name: Rockstar Games Launcher
notes: Might crash on first launch after logging-in - ignore that and just restart
  it.
runner: wine
script:
  files:
  - launcher: https://dl-eu.opendataapi.net/lutris/games/GTA/rockstar-games-launcher-1-0-36-344.exe
  game:
    arch: win64
    exe: drive_c/Program Files/Rockstar Games/Launcher/Launcher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine 64-bit Prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: arial
      arch: win64
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win64
      description: Installing the launcher (Don't login, close the window)
      exclude_processes: RockstarService.exe Launcher.exe LauncherPatcher.exe
      executable: launcher
      name: wineexec
      prefix: $GAMEDIR
  - task:
      name: winekill
      prefix: $GAMEDIR
  system:
    env:
      DXVK_HUD: compiler
      __GL_SHADER_DISK_CACHE: 1
      __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
slug: rockstar-games-launcher-standalone-1036344
steamid: null
version: Standalone-1.0.36.344
year: 2019
{
  "game_slug": "rockstar-games-launcher",
  "version": "Standalone-1.0.36.344",
  "description": "This version installs an older version of the Rockstar Games Launcher that is able to be installed. If you use the (current) latest version from Rockstar Games, it fails to install. This forked installer is from the original and includes changes suggested by others to get it working. The launcher will update on its own and continue to work after installing through this version.",
  "notes": "Might crash on first launch after logging-in - ignore that and just restart it.",
  "name": "Rockstar Games Launcher",
  "year": 2019,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "rockstar-games-launcher-standalone-1036344",
  "installer_slug": "rockstar-games-launcher-standalone-1036344",
  "script": {
    "files": [
      {
        "launcher": "https://dl-eu.opendataapi.net/lutris/games/GTA/rockstar-games-launcher-1-0-36-344.exe"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/Program Files/Rockstar Games/Launcher/Launcher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine 64-bit Prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "arial",
          "arch": "win64",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Installing the launcher (Don't login, close the window)",
          "exclude_processes": "RockstarService.exe Launcher.exe LauncherPatcher.exe",
          "executable": "launcher",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_HUD": "compiler",
        "__GL_SHADER_DISK_CACHE": 1,
        "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
      }
    }
  }
}
Back to game