Installer starcraft-cd-cnc-draw

files:
- wrapper: https://github.com/legluondunet/mlls-tools/raw/master/cnc-draw/cnc-ddraw.zip
- patch: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Starcraft/SC-1161.7z
- script: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Starcraft/clean.sh
game:
  exe: drive_c/Program Files (x86)/Starcraft/StarCraft.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    install_gecko: true
    install_mono: false
    name: create_prefix
    prefix: $GAMEDIR
- insert-disc:
    requires: help/star.htm
- task:
    description: Installing Starcraft...
    executable: $DISC/setup.exe
    name: wineexec
- extract:
    dst: $GAMEDIR/drive_c/tmp
    src: wrapper
- execute:
    args: $DISC
    file: script
- extract:
    dst: $CACHE
    file: patch
- task:
    description: Installing Starcraft update...
    executable: $CACHE/SC-1161.exe
    name: wineexec
wine:
  overrides:
    ddraw: n,b
description: Play "Starcraft" CD edtion on Linux! using cnc-draw
game_slug: starcraft
gogslug: ''
humblestoreid: ''
installer_slug: starcraft-cd-cnc-draw
name: StarCraft
notes: "- Do not launch Starcraft during install process\r\n- Game will be updated\
  \ to 1.16.1\r\n- You will need Starcraft CD only one time during install"
runner: wine
script:
  files:
  - wrapper: https://github.com/legluondunet/mlls-tools/raw/master/cnc-draw/cnc-ddraw.zip
  - patch: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Starcraft/SC-1161.7z
  - script: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Starcraft/clean.sh
  game:
    exe: drive_c/Program Files (x86)/Starcraft/StarCraft.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      install_gecko: true
      install_mono: false
      name: create_prefix
      prefix: $GAMEDIR
  - insert-disc:
      requires: help/star.htm
  - task:
      description: Installing Starcraft...
      executable: $DISC/setup.exe
      name: wineexec
  - extract:
      dst: $GAMEDIR/drive_c/tmp
      src: wrapper
  - execute:
      args: $DISC
      file: script
  - extract:
      dst: $CACHE
      file: patch
  - task:
      description: Installing Starcraft update...
      executable: $CACHE/SC-1161.exe
      name: wineexec
  wine:
    overrides:
      ddraw: n,b
slug: starcraft-cd-cnc-draw
steamid: null
version: CD + cnc-draw
year: 1998
{
  "game_slug": "starcraft",
  "version": "CD + cnc-draw",
  "description": "Play \"Starcraft\" CD edtion on Linux! using cnc-draw",
  "notes": "- Do not launch Starcraft during install process\r\n- Game will be updated to 1.16.1\r\n- You will need Starcraft CD only one time during install",
  "name": "StarCraft",
  "year": 1998,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "starcraft-cd-cnc-draw",
  "installer_slug": "starcraft-cd-cnc-draw",
  "script": {
    "files": [
      {
        "wrapper": "https://github.com/legluondunet/mlls-tools/raw/master/cnc-draw/cnc-ddraw.zip"
      },
      {
        "patch": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Starcraft/SC-1161.7z"
      },
      {
        "script": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Starcraft/clean.sh"
      }
    ],
    "game": {
      "exe": "drive_c/Program Files (x86)/Starcraft/StarCraft.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "install_gecko": true,
          "install_mono": false,
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "requires": "help/star.htm"
        }
      },
      {
        "task": {
          "description": "Installing Starcraft...",
          "executable": "$DISC/setup.exe",
          "name": "wineexec"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/tmp",
          "src": "wrapper"
        }
      },
      {
        "execute": {
          "args": "$DISC",
          "file": "script"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "patch"
        }
      },
      {
        "task": {
          "description": "Installing Starcraft update...",
          "executable": "$CACHE/SC-1161.exe",
          "name": "wineexec"
        }
      }
    ],
    "wine": {
      "overrides": {
        "ddraw": "n,b"
      }
    }
  }
}
Back to game