Installer mass-effect-dvd
game:
arch: win32
exe: drive_c/Program Files/Mass Effect/MassEffectLauncher.exe
prefix: $GAMEDIR
installer:
- insert-disc:
requires: setup.exe
- task:
arch: win32
description: Creating 32bit 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: mfc42
description: Installing mfc42.
name: winetricks
prefix: $GAMEDIR
- task:
app: d3dx9
description: Installing DirectX 9.
name: winetricks
prefix: $GAMEDIR
- task:
app: dsound
description: Installing DirectSound.
name: winetricks
prefix: $GAMEDIR
- task:
description: 'The installing folder MUST BE "C:\Program Files\Mass Effect".
Ignore the installating of DirectX.
'
executable: $DISC/setup.exe
name: wineexec
prefix: $GAMEDIR
description: "During installation, the default installation folder may be different\
\ depending on the ISO file used, be careful to select the right folder.\r\n\r\n\
Screen resolution MUST BE configured in the launcher ( some resolutions are missing\
\ the game's options )\r\n\r\nTo the fix the black blob textures on the AMD CPU,\
\ download and install the d3d9_31.dll from SIlentPatchME into game folder, set\
\ the d3d9_31.dll override in the wine configuration to native. \r\nhttps://cookieplmonster.github.io/mods/mass-effect/#silentpatch"
game_slug: mass-effect
gogslug: ''
humblestoreid: ''
installer_slug: mass-effect-dvd
name: Mass Effect
notes: Prefer to launch the game with "MassEffectLauncher.exe" than "/Binaries/MassEffect.exe"
for avoid some screen glitch and missings resolutions for the game
runner: wine
script:
game:
arch: win32
exe: drive_c/Program Files/Mass Effect/MassEffectLauncher.exe
prefix: $GAMEDIR
installer:
- insert-disc:
requires: setup.exe
- task:
arch: win32
description: Creating 32bit 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: mfc42
description: Installing mfc42.
name: winetricks
prefix: $GAMEDIR
- task:
app: d3dx9
description: Installing DirectX 9.
name: winetricks
prefix: $GAMEDIR
- task:
app: dsound
description: Installing DirectSound.
name: winetricks
prefix: $GAMEDIR
- task:
description: 'The installing folder MUST BE "C:\Program Files\Mass Effect".
Ignore the installating of DirectX.
'
executable: $DISC/setup.exe
name: wineexec
prefix: $GAMEDIR
slug: mass-effect-dvd
steamid: 17460
version: DVD
year: 2007
{
"game_slug": "mass-effect",
"version": "DVD",
"description": "During installation, the default installation folder may be different depending on the ISO file used, be careful to select the right folder.\r\n\r\nScreen resolution MUST BE configured in the launcher ( some resolutions are missing the game's options )\r\n\r\nTo the fix the black blob textures on the AMD CPU, download and install the d3d9_31.dll from SIlentPatchME into game folder, set the d3d9_31.dll override in the wine configuration to native. \r\nhttps://cookieplmonster.github.io/mods/mass-effect/#silentpatch",
"notes": "Prefer to launch the game with \"MassEffectLauncher.exe\" than \"/Binaries/MassEffect.exe\" for avoid some screen glitch and missings resolutions for the game",
"name": "Mass Effect",
"year": 2007,
"steamid": 17460,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "mass-effect-dvd",
"installer_slug": "mass-effect-dvd",
"script": {
"game": {
"arch": "win32",
"exe": "drive_c/Program Files/Mass Effect/MassEffectLauncher.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"insert-disc": {
"requires": "setup.exe"
}
},
{
"task": {
"arch": "win32",
"description": "Creating 32bit 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": "mfc42",
"description": "Installing mfc42.",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"app": "d3dx9",
"description": "Installing DirectX 9.",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"app": "dsound",
"description": "Installing DirectSound.",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"description": "The installing folder MUST BE \"C:\\Program Files\\Mass Effect\".\nIgnore the installating of DirectX.\n",
"executable": "$DISC/setup.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}