Installer playerunknowns-battlegrounds-lite

files:
- launcher: https://lpc-dl.playbattlegrounds.com/installer/PUBG-Lite-Setup.exe
game:
  arch: win64
  exe: $GAMEDIR/drive_c/Program Files (x86)/PUBGLite/Launcher.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine 64-bit Prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: dotnet472
    arch: win64
    description: Installing .NET Framework 4.7.2 (This will take several minutes,
      please wait)
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: vcrun2017
    arch: win64
    description: Installing Visual Runtime C++ 2017
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: corefonts
    arch: win64
    description: Installing Corefonts
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win64
    description: 'Installing the game (WARNING: Do not run the game when the installation
      is complete)'
    executable: launcher
    name: wineexec
    prefix: $GAMEDIR
- task:
    arch: win64
    description: Setting Windows 10 mode for Wine
    key: Version
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine
    prefix: $GAMEDIR
    value: win10
system:
  env:
    DXVK_HUD: 0
description: Not working yet!
game_slug: playerunknowns-battlegrounds
gogslug: ''
humblestoreid: ''
installer_slug: playerunknowns-battlegrounds-lite
name: PLAYERUNKNOWN'S BATTLEGROUNDS
notes: Only Launcher works, the game crashes when started, see more at <a href="https://bugs.winehq.org/show_bug.cgi?id=47701">Wine
  Bugzilla</a>
runner: wine
script:
  files:
  - launcher: https://lpc-dl.playbattlegrounds.com/installer/PUBG-Lite-Setup.exe
  game:
    arch: win64
    exe: $GAMEDIR/drive_c/Program Files (x86)/PUBGLite/Launcher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine 64-bit Prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: dotnet472
      arch: win64
      description: Installing .NET Framework 4.7.2 (This will take several minutes,
        please wait)
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: vcrun2017
      arch: win64
      description: Installing Visual Runtime C++ 2017
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: corefonts
      arch: win64
      description: Installing Corefonts
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win64
      description: 'Installing the game (WARNING: Do not run the game when the installation
        is complete)'
      executable: launcher
      name: wineexec
      prefix: $GAMEDIR
  - task:
      arch: win64
      description: Setting Windows 10 mode for Wine
      key: Version
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine
      prefix: $GAMEDIR
      value: win10
  system:
    env:
      DXVK_HUD: 0
slug: playerunknowns-battlegrounds-lite
steamid: 578080
version: Lite
year: 2017
{
  "game_slug": "playerunknowns-battlegrounds",
  "version": "Lite",
  "description": "Not working yet!",
  "notes": "Only Launcher works, the game crashes when started, see more at <a href=\"https://bugs.winehq.org/show_bug.cgi?id=47701\">Wine Bugzilla</a>",
  "name": "PLAYERUNKNOWN'S BATTLEGROUNDS",
  "year": 2017,
  "steamid": 578080,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "playerunknowns-battlegrounds-lite",
  "installer_slug": "playerunknowns-battlegrounds-lite",
  "script": {
    "files": [
      {
        "launcher": "https://lpc-dl.playbattlegrounds.com/installer/PUBG-Lite-Setup.exe"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/drive_c/Program Files (x86)/PUBGLite/Launcher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine 64-bit Prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dotnet472",
          "arch": "win64",
          "description": "Installing .NET Framework 4.7.2 (This will take several minutes, please wait)",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "vcrun2017",
          "arch": "win64",
          "description": "Installing Visual Runtime C++ 2017",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "corefonts",
          "arch": "win64",
          "description": "Installing Corefonts",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Installing the game (WARNING: Do not run the game when the installation is complete)",
          "executable": "launcher",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Setting Windows 10 mode for Wine",
          "key": "Version",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine",
          "prefix": "$GAMEDIR",
          "value": "win10"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_HUD": 0
      }
    }
  }
}
Back to game