Installer mass-effect-3-dvd

game:
  arch: win32
  exe: drive_c/Program Files/Mass Effect 3/Binaries/Win32/MassEffect3.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    requires: setup.exe
- task:
    arch: win32
    description: Creating 64bit Wine prefix.
    name: create_prefix
    prefix: $GAMEDIR
- task:
    description: Setting OS as Windows 7.
    key: Version
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine
    prefix: $GAMEDIR
    value: win7
- task:
    description: Allow DirectX apps to stop the mouse leaving their window.
    key: GrabFullScreen
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\X11 Driver
    prefix: $GAMEDIR
    value: Y
- task:
    description: Deny the window manager to decorate the windows.
    key: Decorated
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\X11 Driver
    prefix: $GAMEDIR
    value: N
- task:
    description: Allow the window manager to control the windows.
    key: Managed
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\X11 Driver
    prefix: $GAMEDIR
    value: Y
- task:
    description: Enabling CSMT for better graphic performance.
    key: wined3d
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\DllRedirects
    prefix: $GAMEDIR
    value: wined3d-csmt.dll
- task:
    description: Enabling VAAPI as backend for DXVA2 GPU decoding.
    key: backend
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\DXVA2
    prefix: $GAMEDIR
    value: va
- task:
    app: d3dx11_43
    description: Installing DirectX 11.
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: physx
    description: Installing PhysX.
    name: winetricks
    prefix: $GAMEDIR
- task:
    description: 'Installing Mass Effect 3.

      The installating folder MUST BE ''C:\Program Files\Mass Effect 3''

      Ignore install of DirectX, Visual C++ and PhysX.'
    executable: $DISC/setup.exe
    name: wineexec
    prefix: $GAMEDIR
wine:
  overrides:
    dxgi: disable
    nvcuda: disable
description: null
game_slug: mass-effect-3
gogslug: ''
humblestoreid: ''
installer_slug: mass-effect-3-dvd
name: Mass Effect 3
notes: ''
runner: wine
script:
  game:
    arch: win32
    exe: drive_c/Program Files/Mass Effect 3/Binaries/Win32/MassEffect3.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      requires: setup.exe
  - task:
      arch: win32
      description: Creating 64bit Wine prefix.
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      description: Setting OS as Windows 7.
      key: Version
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine
      prefix: $GAMEDIR
      value: win7
  - task:
      description: Allow DirectX apps to stop the mouse leaving their window.
      key: GrabFullScreen
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\X11 Driver
      prefix: $GAMEDIR
      value: Y
  - task:
      description: Deny the window manager to decorate the windows.
      key: Decorated
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\X11 Driver
      prefix: $GAMEDIR
      value: N
  - task:
      description: Allow the window manager to control the windows.
      key: Managed
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\X11 Driver
      prefix: $GAMEDIR
      value: Y
  - task:
      description: Enabling CSMT for better graphic performance.
      key: wined3d
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\DllRedirects
      prefix: $GAMEDIR
      value: wined3d-csmt.dll
  - task:
      description: Enabling VAAPI as backend for DXVA2 GPU decoding.
      key: backend
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\DXVA2
      prefix: $GAMEDIR
      value: va
  - task:
      app: d3dx11_43
      description: Installing DirectX 11.
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: physx
      description: Installing PhysX.
      name: winetricks
      prefix: $GAMEDIR
  - task:
      description: 'Installing Mass Effect 3.

        The installating folder MUST BE ''C:\Program Files\Mass Effect 3''

        Ignore install of DirectX, Visual C++ and PhysX.'
      executable: $DISC/setup.exe
      name: wineexec
      prefix: $GAMEDIR
  wine:
    overrides:
      dxgi: disable
      nvcuda: disable
slug: mass-effect-3-dvd
steamid: 1238020
version: DVD
year: 2012
{
  "game_slug": "mass-effect-3",
  "version": "DVD",
  "description": null,
  "notes": "",
  "name": "Mass Effect 3",
  "year": 2012,
  "steamid": 1238020,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "mass-effect-3-dvd",
  "installer_slug": "mass-effect-3-dvd",
  "script": {
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/Mass Effect 3/Binaries/Win32/MassEffect3.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "setup.exe"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Creating 64bit Wine prefix.",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Setting OS as Windows 7.",
          "key": "Version",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine",
          "prefix": "$GAMEDIR",
          "value": "win7"
        }
      },
      {
        "task": {
          "description": "Allow DirectX apps to stop the mouse leaving their window.",
          "key": "GrabFullScreen",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver",
          "prefix": "$GAMEDIR",
          "value": "Y"
        }
      },
      {
        "task": {
          "description": "Deny the window manager to decorate the windows.",
          "key": "Decorated",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver",
          "prefix": "$GAMEDIR",
          "value": "N"
        }
      },
      {
        "task": {
          "description": "Allow the window manager to control the windows.",
          "key": "Managed",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver",
          "prefix": "$GAMEDIR",
          "value": "Y"
        }
      },
      {
        "task": {
          "description": "Enabling CSMT for better graphic performance.",
          "key": "wined3d",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\DllRedirects",
          "prefix": "$GAMEDIR",
          "value": "wined3d-csmt.dll"
        }
      },
      {
        "task": {
          "description": "Enabling VAAPI as backend for DXVA2 GPU decoding.",
          "key": "backend",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\DXVA2",
          "prefix": "$GAMEDIR",
          "value": "va"
        }
      },
      {
        "task": {
          "app": "d3dx11_43",
          "description": "Installing DirectX 11.",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "physx",
          "description": "Installing PhysX.",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing Mass Effect 3.\nThe installating folder MUST BE 'C:\\Program Files\\Mass Effect 3'\nIgnore install of DirectX, Visual C++ and PhysX.",
          "executable": "$DISC/setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "wine": {
      "overrides": {
        "dxgi": "disable",
        "nvcuda": "disable"
      }
    }
  }
}
Back to game