Installer warcraft-iii-reforged-another

custom-name: Warcraft III - Reforged
files:
- wpp: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Warcraft%20III%20-%20Reforged/warcraft_iii_reforged.bmp
- wiiir: N/A:Please select Warcraft-III-Setup.exe file downloaded from Blizzard
game:
  exe: drive_c/Program Files (x86)/Warcraft III/Warcraft III Launcher.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    install_gecko: false
    install_mono: false
    name: create_prefix
    prefix: $GAMEDIR
- task:
    arch: win64
    key: CSMT
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\Direct3D\
    prefix: $GAMEDIR
    type: REG_DWORD
    value: '00000000'
- task:
    arch: win64
    key: background
    name: set_regedit
    path: HKEY_CURRENT_USER\Control Panel\Colors\
    prefix: $GAMEDIR
    type: REG_SZ
    value: 0 0 0
- task:
    args: /desktop=WarcraftIII,1200x900 $wiiir
    description: Running setup of the game. Just proceed and keep all settings at
      their defaults
    executable: $GAMEDIR/drive_c/windows/explorer.exe
    include_processes: explorer.exe
    name: wineexec
    prefix: $GAMEDIR
- task:
    arch: win64
    key: wallpaper
    name: set_regedit
    path: HKEY_CURRENT_USER\Control Panel\Desktop\
    prefix: $GAMEDIR
    type: REG_SZ
    value: c:\\warcraft_iii.bmp
- task:
    arch: win64
    key: ActiveTitle
    name: set_regedit
    path: HKEY_CURRENT_USER\Control Panel\Colors\
    prefix: $GAMEDIR
    type: REG_SZ
    value: 0 0 0
- copy:
    dst: $GAMEDIR/drive_c
    src: wpp
wine:
  Desktop: true
description: '"Warcraft III: Reforged" provided by Blizzard.'
game_slug: warcraft-iii-reforged
gogslug: ''
humblestoreid: ''
installer_slug: warcraft-iii-reforged-another
name: 'Warcraft III: Reforged'
notes: '- Before to launch this script, be sure you installed dependencies listed
  here: https://github.com/lutris/lutris/wiki/Game:-Blizzard-App'
runner: wine
script:
  custom-name: Warcraft III - Reforged
  files:
  - wpp: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Warcraft%20III%20-%20Reforged/warcraft_iii_reforged.bmp
  - wiiir: N/A:Please select Warcraft-III-Setup.exe file downloaded from Blizzard
  game:
    exe: drive_c/Program Files (x86)/Warcraft III/Warcraft III Launcher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      install_gecko: false
      install_mono: false
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      arch: win64
      key: CSMT
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\Direct3D\
      prefix: $GAMEDIR
      type: REG_DWORD
      value: '00000000'
  - task:
      arch: win64
      key: background
      name: set_regedit
      path: HKEY_CURRENT_USER\Control Panel\Colors\
      prefix: $GAMEDIR
      type: REG_SZ
      value: 0 0 0
  - task:
      args: /desktop=WarcraftIII,1200x900 $wiiir
      description: Running setup of the game. Just proceed and keep all settings at
        their defaults
      executable: $GAMEDIR/drive_c/windows/explorer.exe
      include_processes: explorer.exe
      name: wineexec
      prefix: $GAMEDIR
  - task:
      arch: win64
      key: wallpaper
      name: set_regedit
      path: HKEY_CURRENT_USER\Control Panel\Desktop\
      prefix: $GAMEDIR
      type: REG_SZ
      value: c:\\warcraft_iii.bmp
  - task:
      arch: win64
      key: ActiveTitle
      name: set_regedit
      path: HKEY_CURRENT_USER\Control Panel\Colors\
      prefix: $GAMEDIR
      type: REG_SZ
      value: 0 0 0
  - copy:
      dst: $GAMEDIR/drive_c
      src: wpp
  wine:
    Desktop: true
slug: warcraft-iii-reforged-another
steamid: null
version: Another
year: 2020
{
  "game_slug": "warcraft-iii-reforged",
  "version": "Another",
  "description": "\"Warcraft III: Reforged\" provided by Blizzard.",
  "notes": "- Before to launch this script, be sure you installed dependencies listed here: https://github.com/lutris/lutris/wiki/Game:-Blizzard-App",
  "name": "Warcraft III: Reforged",
  "year": 2020,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "warcraft-iii-reforged-another",
  "installer_slug": "warcraft-iii-reforged-another",
  "script": {
    "custom-name": "Warcraft III - Reforged",
    "files": [
      {
        "wpp": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Warcraft%20III%20-%20Reforged/warcraft_iii_reforged.bmp"
      },
      {
        "wiiir": "N/A:Please select Warcraft-III-Setup.exe file downloaded from Blizzard"
      }
    ],
    "game": {
      "exe": "drive_c/Program Files (x86)/Warcraft III/Warcraft III Launcher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "install_gecko": false,
          "install_mono": false,
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "key": "CSMT",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\Direct3D\\",
          "prefix": "$GAMEDIR",
          "type": "REG_DWORD",
          "value": "00000000"
        }
      },
      {
        "task": {
          "arch": "win64",
          "key": "background",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Control Panel\\Colors\\",
          "prefix": "$GAMEDIR",
          "type": "REG_SZ",
          "value": "0 0 0"
        }
      },
      {
        "task": {
          "args": "/desktop=WarcraftIII,1200x900 $wiiir",
          "description": "Running setup of the game. Just proceed and keep all settings at their defaults",
          "executable": "$GAMEDIR/drive_c/windows/explorer.exe",
          "include_processes": "explorer.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "key": "wallpaper",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Control Panel\\Desktop\\",
          "prefix": "$GAMEDIR",
          "type": "REG_SZ",
          "value": "c:\\\\warcraft_iii.bmp"
        }
      },
      {
        "task": {
          "arch": "win64",
          "key": "ActiveTitle",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Control Panel\\Colors\\",
          "prefix": "$GAMEDIR",
          "type": "REG_SZ",
          "value": "0 0 0"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/drive_c",
          "src": "wpp"
        }
      }
    ],
    "wine": {
      "Desktop": true
    }
  }
}
Back to game