Installer project-06-standalone

files:
- gamezip: N/A:Please select the Project 06 zip file
game:
  arch: win64
  exe: drive_c/project_06/Sonic the Hedgehog.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/project_06
    src: gamezip
system:
  env:
    DXVK_HUD: compiler
    DXVK_STATE_CACHE_PATH: $GAMEDIR
description: Installs Project 06 from a zip file
game_slug: project-06
gogslug: ''
humblestoreid: ''
installer_slug: project-06-standalone
name: Project 06
notes: '-Downloads can be found from the video descriptions of this youtube channel:
  https://www.youtube.com/channel/UCPcCzJ5G4tHG4PQRnZXc4Qw'
runner: wine
script:
  files:
  - gamezip: N/A:Please select the Project 06 zip file
  game:
    arch: win64
    exe: drive_c/project_06/Sonic the Hedgehog.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/project_06
      src: gamezip
  system:
    env:
      DXVK_HUD: compiler
      DXVK_STATE_CACHE_PATH: $GAMEDIR
slug: project-06-standalone
steamid: null
version: Standalone
year: 2023
{
  "game_slug": "project-06",
  "version": "Standalone",
  "description": "Installs Project 06 from a zip file",
  "notes": "-Downloads can be found from the video descriptions of this youtube channel: https://www.youtube.com/channel/UCPcCzJ5G4tHG4PQRnZXc4Qw",
  "name": "Project 06",
  "year": 2023,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "project-06-standalone",
  "installer_slug": "project-06-standalone",
  "script": {
    "files": [
      {
        "gamezip": "N/A:Please select the Project 06 zip file"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/project_06/Sonic the Hedgehog.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/project_06",
          "src": "gamezip"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_HUD": "compiler",
        "DXVK_STATE_CACHE_PATH": "$GAMEDIR"
      }
    }
  }
}
Back to game