Installer soar-client-201

files:
- setup: https://files.soarclient.com/v1/data/launcher/Soar%20Installer.exe
game:
  arch: win64
  exe: drive_c/users/$USER/AppData/Local/.soarclient/Soar Client.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine prefix...
    name: create_prefix
    prefix: $GAMEDIR
- task:
    arch: win64
    description: Installing Soar:Client...
    executable: setup
    name: wineexec
    prefix: $GAMEDIR
- task:
    name: winekill
    prefix: $GAMEDIR
wine:
  fsync: false
description: ''
game_slug: soar-client
gogslug: ''
humblestoreid: ''
installer_slug: soar-client-201
name: Soar Client
notes: The game doesn't launch with wine-GE, use vanilla.
runner: wine
script:
  files:
  - setup: https://files.soarclient.com/v1/data/launcher/Soar%20Installer.exe
  game:
    arch: win64
    exe: drive_c/users/$USER/AppData/Local/.soarclient/Soar Client.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine prefix...
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      arch: win64
      description: Installing Soar:Client...
      executable: setup
      name: wineexec
      prefix: $GAMEDIR
  - task:
      name: winekill
      prefix: $GAMEDIR
  wine:
    fsync: false
slug: soar-client-201
steamid: null
version: 2.0.1
year: 2023
{
  "game_slug": "soar-client",
  "version": "2.0.1",
  "description": "",
  "notes": "The game doesn't launch with wine-GE, use vanilla.",
  "name": "Soar Client",
  "year": 2023,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "soar-client-201",
  "installer_slug": "soar-client-201",
  "script": {
    "files": [
      {
        "setup": "https://files.soarclient.com/v1/data/launcher/Soar%20Installer.exe"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/users/$USER/AppData/Local/.soarclient/Soar Client.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix...",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Installing Soar:Client...",
          "executable": "setup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "wine": {
      "fsync": false
    }
  }
}
Back to game