Installer identity-v-windows

files:
- idv_installer: https://h55na.gdl.netease.com/identityv_setup_release_oversea.exe
game:
  exe: $GAMEDIR/drive_c/IdentityV/dwrg.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    install_gecko: true
    name: create_prefix
    prefix: $GAMEDIR
- task:
    arch: win64
    blocking: true
    executable: $idv_installer
    name: wineexec
- task:
    app: wenquanyizenhei wenquanyi
    description: Installing CJK fonts for Chinese text...
    name: winetricks
    silent: true
system:
  env:
    LANG: zh_TW.UTF-8
description: Identity V with Chinese text support.
game_slug: identity-v
gogslug: ''
humblestoreid: ''
installer_slug: identity-v-windows
name: Identity V
notes: If LANG variable isn't automatically set in environment variable, you need
  to set it to either zh_TW.UTF-8 or zh_CN.UTF-8.
runner: wine
script:
  files:
  - idv_installer: https://h55na.gdl.netease.com/identityv_setup_release_oversea.exe
  game:
    exe: $GAMEDIR/drive_c/IdentityV/dwrg.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      install_gecko: true
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      arch: win64
      blocking: true
      executable: $idv_installer
      name: wineexec
  - task:
      app: wenquanyizenhei wenquanyi
      description: Installing CJK fonts for Chinese text...
      name: winetricks
      silent: true
  system:
    env:
      LANG: zh_TW.UTF-8
slug: identity-v-windows
steamid: null
version: Windows
year: 2018
{
  "game_slug": "identity-v",
  "version": "Windows",
  "description": "Identity V with Chinese text support.",
  "notes": "If LANG variable isn't automatically set in environment variable, you need to set it to either zh_TW.UTF-8 or zh_CN.UTF-8.",
  "name": "Identity V",
  "year": 2018,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "identity-v-windows",
  "installer_slug": "identity-v-windows",
  "script": {
    "files": [
      {
        "idv_installer": "https://h55na.gdl.netease.com/identityv_setup_release_oversea.exe"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/drive_c/IdentityV/dwrg.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "install_gecko": true,
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "blocking": true,
          "executable": "$idv_installer",
          "name": "wineexec"
        }
      },
      {
        "task": {
          "app": "wenquanyizenhei wenquanyi",
          "description": "Installing CJK fonts for Chinese text...",
          "name": "winetricks",
          "silent": true
        }
      }
    ],
    "system": {
      "env": {
        "LANG": "zh_TW.UTF-8"
      }
    }
  }
}
Back to game