Installer grand-theft-auto-iv-dvd

files:
- xlive: https://github.com/AccountOneOff/lutris_files/raw/master/xlive.dll
game:
  arch: win64
  exe: $GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/Grand Theft Auto IV/LaunchGTAIV.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    requires: setup.exe
- task:
    arch: win64
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    description: Installing GTA IV...
    executable: $DISC/setup.exe
    name: wineexec
    prefix: $GAMEDIR
- merge:
    dst: $GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/Grand Theft Auto IV
    src: xlive
description: null
game_slug: grand-theft-auto-iv
gogslug: ''
humblestoreid: grand-theft-auto-iv
installer_slug: grand-theft-auto-iv-dvd
name: 'Grand Theft Auto IV: The Complete Edition'
notes: Doesn't work. Copyright protection is annoying as hell. Securom can't connect
  to the internet and manual activation does nothing. GFWL also shouldn't work so
  this needs replaced with xliveless/wrapper.
runner: wine
script:
  files:
  - xlive: https://github.com/AccountOneOff/lutris_files/raw/master/xlive.dll
  game:
    arch: win64
    exe: $GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/Grand Theft Auto IV/LaunchGTAIV.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      requires: setup.exe
  - task:
      arch: win64
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      description: Installing GTA IV...
      executable: $DISC/setup.exe
      name: wineexec
      prefix: $GAMEDIR
  - merge:
      dst: $GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/Grand Theft Auto IV
      src: xlive
slug: grand-theft-auto-iv-dvd
steamid: 12210
version: DVD
year: 2008
{
  "game_slug": "grand-theft-auto-iv",
  "version": "DVD",
  "description": null,
  "notes": "Doesn't work. Copyright protection is annoying as hell. Securom can't connect to the internet and manual activation does nothing. GFWL also shouldn't work so this needs replaced with xliveless/wrapper.",
  "name": "Grand Theft Auto IV: The Complete Edition",
  "year": 2008,
  "steamid": 12210,
  "gogslug": "",
  "humblestoreid": "grand-theft-auto-iv",
  "runner": "wine",
  "slug": "grand-theft-auto-iv-dvd",
  "installer_slug": "grand-theft-auto-iv-dvd",
  "script": {
    "files": [
      {
        "xlive": "https://github.com/AccountOneOff/lutris_files/raw/master/xlive.dll"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/Grand Theft Auto IV/LaunchGTAIV.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "setup.exe"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing GTA IV...",
          "executable": "$DISC/setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/Grand Theft Auto IV",
          "src": "xlive"
        }
      }
    ]
  }
}
Back to game