Installer multi-theft-auto-16

files:
- mta: https://mirror-cdn.multitheftauto.com/mtasa/main/mtasa-1.6.exe
game:
  arch: win32
  exe: $GAMEDIR/drive_c/Program Files/MTA San Andreas 1.6/Multi Theft Auto.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    requires: setup.exe
- task:
    arch: win32
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    description: Installing GTA:San Andreas...
    executable: $DISC/setup.exe
    name: wineexec
    prefix: $GAMEDIR
- task:
    args: /silent
    description: Installing MTA...
    executable: $mta
    name: wineexec
    prefix: $GAMEDIR
description: Multi Theft Auto + DVD install
game_slug: multi-theft-auto
gogslug: ''
humblestoreid: ''
installer_slug: multi-theft-auto-16
name: Multi Theft Auto
notes: "Multi Theft Auto 1.6 Update\r\n\r\nPlease do these steps before trying to\
  \ launch Multi Theft Auto: https://wiki.multitheftauto.com/wiki/Client_on_Linux_Manual"
runner: wine
script:
  files:
  - mta: https://mirror-cdn.multitheftauto.com/mtasa/main/mtasa-1.6.exe
  game:
    arch: win32
    exe: $GAMEDIR/drive_c/Program Files/MTA San Andreas 1.6/Multi Theft Auto.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      requires: setup.exe
  - task:
      arch: win32
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      description: Installing GTA:San Andreas...
      executable: $DISC/setup.exe
      name: wineexec
      prefix: $GAMEDIR
  - task:
      args: /silent
      description: Installing MTA...
      executable: $mta
      name: wineexec
      prefix: $GAMEDIR
slug: multi-theft-auto-16
steamid: null
version: '1.6'
year: 2005
{
  "game_slug": "multi-theft-auto",
  "version": "1.6",
  "description": "Multi Theft Auto + DVD install",
  "notes": "Multi Theft Auto 1.6 Update\r\n\r\nPlease do these steps before trying to launch Multi Theft Auto: https://wiki.multitheftauto.com/wiki/Client_on_Linux_Manual",
  "name": "Multi Theft Auto",
  "year": 2005,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "multi-theft-auto-16",
  "installer_slug": "multi-theft-auto-16",
  "script": {
    "files": [
      {
        "mta": "https://mirror-cdn.multitheftauto.com/mtasa/main/mtasa-1.6.exe"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "$GAMEDIR/drive_c/Program Files/MTA San Andreas 1.6/Multi Theft Auto.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "setup.exe"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing GTA:San Andreas...",
          "executable": "$DISC/setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/silent",
          "description": "Installing MTA...",
          "executable": "$mta",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game