Installer genshin-impact-standard

files:
- giclient:
    filename: GenshinImpact_install_mihoyo.exe
    url: https://ys-api-os.mihoyo.com/event/download_porter/link/ys_global/genshinimpactpc/default
game:
  exe: drive_c/Program Files/Genshin Impact/launcher.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: vcrun2019 corefonts
    description: Installing Visual C++ runtime and fonts
    name: winetricks
    prefix: $GAMEDIR
- execute:
    command: WINEPREFIX="$GAMEDIR" "$WINEBIN" "$giclient"
    description: Installing Genshin Impact
description: This is a clean, standard default installation.
game_slug: genshin-impact
gogslug: ''
humblestoreid: ''
installer_slug: genshin-impact-standard
name: Genshin Impact
notes: As of 4/17/2023 Genshin Impact works on clean installation without any workarounds
  required. This installer exists for that purpose.
runner: wine
script:
  files:
  - giclient:
      filename: GenshinImpact_install_mihoyo.exe
      url: https://ys-api-os.mihoyo.com/event/download_porter/link/ys_global/genshinimpactpc/default
  game:
    exe: drive_c/Program Files/Genshin Impact/launcher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: vcrun2019 corefonts
      description: Installing Visual C++ runtime and fonts
      name: winetricks
      prefix: $GAMEDIR
  - execute:
      command: WINEPREFIX="$GAMEDIR" "$WINEBIN" "$giclient"
      description: Installing Genshin Impact
slug: genshin-impact-standard
steamid: null
version: Standard
year: 2020
{
  "game_slug": "genshin-impact",
  "version": "Standard",
  "description": "This is a clean, standard default installation.",
  "notes": "As of 4/17/2023 Genshin Impact works on clean installation without any workarounds required. This installer exists for that purpose.",
  "name": "Genshin Impact",
  "year": 2020,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "genshin-impact-standard",
  "installer_slug": "genshin-impact-standard",
  "script": {
    "files": [
      {
        "giclient": {
          "filename": "GenshinImpact_install_mihoyo.exe",
          "url": "https://ys-api-os.mihoyo.com/event/download_porter/link/ys_global/genshinimpactpc/default"
        }
      }
    ],
    "game": {
      "exe": "drive_c/Program Files/Genshin Impact/launcher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "vcrun2019 corefonts",
          "description": "Installing Visual C++ runtime and fonts",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "execute": {
          "command": "WINEPREFIX=\"$GAMEDIR\" \"$WINEBIN\" \"$giclient\"",
          "description": "Installing Genshin Impact"
        }
      }
    ]
  }
}
Back to game