Installer kingpin-life-of-crime-gog
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - installer: N/A:Select the game's setup file - mhpatch: https://www.kingpin.info/download/index.php?dir=kingpin/patches/unofficial/mh%27s_kingpin_patch/linux/&file=kingpinpatch_v8wine.zip game: arch: win64 exe: drive_c/GOG Games/Kingpin - Life of Crime/kingpin.exe gogid: 9 prefix: $GAMEDIR installer: - task: arch: win64 executable: installer name: wineexec prefix: $GAMEDIR - extract: description: Extract Monkey Harris Kingpin Patch dst: $GAMEDIR/drive_c/GOG Games/Kingpin - Life of Crime file: mhpatch system: env: MESA_EXTENSION_MAX_YEAR: '2003' __GL_ExtensionStringVersion: '17700'
{ "files": [ { "installer": "N/A:Select the game's setup file" }, { "mhpatch": "https://www.kingpin.info/download/index.php?dir=kingpin/patches/unofficial/mh%27s_kingpin_patch/linux/&file=kingpinpatch_v8wine.zip" } ], "game": { "arch": "win64", "exe": "drive_c/GOG Games/Kingpin - Life of Crime/kingpin.exe", "gogid": 9, "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "executable": "installer", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "extract": { "description": "Extract Monkey Harris Kingpin Patch", "dst": "$GAMEDIR/drive_c/GOG Games/Kingpin - Life of Crime", "file": "mhpatch" } } ], "system": { "env": { "MESA_EXTENSION_MAX_YEAR": "2003", "__GL_ExtensionStringVersion": "17700" } } }