Installer blank-project-1010-launcher

files:
- launchersetup: https://patch.blankproject.dev/downloads/Blank%20Project%20Launcher-Setup.exe
game:
  arch: win64
  exe: $GAMEDIR/drive_c/launcher/Blank Project Launcher.exe
  launch_configs:
  - exe: $GAMEDIR/drive_c/launcher/Game/BlankProject.exe
    name: Blank Project (skip launcher)
    working_dir: $GAMEDIR/drive_c/launcher/Game
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: corefonts vcrun2022
    description: Installing fonts and Visual C++ runtime
    name: winetricks
    prefix: $GAMEDIR
- task:
    args: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /DIR="C:\launcher"
    description: Installing Blank Project Launcher
    executable: launchersetup
    name: wineexec
    prefix: $GAMEDIR
system:
  pulse_latency: true
description: ''
game_slug: blank-project
gogslug: ''
humblestoreid: ''
installer_slug: blank-project-1010-launcher
name: Blank Project
notes: "Play opens the launcher. Log in and it downloads and updates the game. The\
  \ \"Blank Project (skip launcher)\" option starts the game directly and is safe\
  \ whenever no update is pending.\r\n\r\nThe update console shows garbled ANSI code,\
  \ but this is cosmetic. If the game fails with DLLNotFoundException after an update,\
  \ rerun winetricks vcrun2022 in the prefix."
runner: wine
script:
  files:
  - launchersetup: https://patch.blankproject.dev/downloads/Blank%20Project%20Launcher-Setup.exe
  game:
    arch: win64
    exe: $GAMEDIR/drive_c/launcher/Blank Project Launcher.exe
    launch_configs:
    - exe: $GAMEDIR/drive_c/launcher/Game/BlankProject.exe
      name: Blank Project (skip launcher)
      working_dir: $GAMEDIR/drive_c/launcher/Game
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: corefonts vcrun2022
      description: Installing fonts and Visual C++ runtime
      name: winetricks
      prefix: $GAMEDIR
  - task:
      args: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /DIR="C:\launcher"
      description: Installing Blank Project Launcher
      executable: launchersetup
      name: wineexec
      prefix: $GAMEDIR
  system:
    pulse_latency: true
slug: blank-project-1010-launcher
steamid: null
version: 1.0.10 launcher
year: 2024
{
  "game_slug": "blank-project",
  "version": "1.0.10 launcher",
  "description": "",
  "notes": "Play opens the launcher. Log in and it downloads and updates the game. The \"Blank Project (skip launcher)\" option starts the game directly and is safe whenever no update is pending.\r\n\r\nThe update console shows garbled ANSI code, but this is cosmetic. If the game fails with DLLNotFoundException after an update, rerun winetricks vcrun2022 in the prefix.",
  "name": "Blank Project",
  "year": 2024,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "blank-project-1010-launcher",
  "installer_slug": "blank-project-1010-launcher",
  "script": {
    "files": [
      {
        "launchersetup": "https://patch.blankproject.dev/downloads/Blank%20Project%20Launcher-Setup.exe"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/drive_c/launcher/Blank Project Launcher.exe",
      "launch_configs": [
        {
          "exe": "$GAMEDIR/drive_c/launcher/Game/BlankProject.exe",
          "name": "Blank Project (skip launcher)",
          "working_dir": "$GAMEDIR/drive_c/launcher/Game"
        }
      ],
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "corefonts vcrun2022",
          "description": "Installing fonts and Visual C++ runtime",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /DIR=\"C:\\launcher\"",
          "description": "Installing Blank Project Launcher",
          "executable": "launchersetup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "pulse_latency": true
    }
  }
}
Back to game