Installer project-universe-pre-alpha

files:
- setup:
    filename: PU Installer.exe
    url: N/A:Select the "PU Installer.exe" for game install
- innoextract: http://constexpr.org/innoextract/files/snapshots/innoextract-1.7-rc1/innoextract-1.7-rc1-linux.tar.xz
game:
  arch: win64
  exe: $GAMEDIR/drive_c/Program Files (x86)/Project Universe/ProjectUniverse.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating win64 prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: xact
    arch: win64
    description: Installing xact
    name: winetricks
    prefix: $GAMEDIR
- extract:
    dst: $CACHE
    file: innoextract
- execute:
    args: --extract $setup --output-dir $CACHE
    description: Extracting game data
    file: $CACHE/innoextract
- move:
    description: Extracting game data
    dst: $GAMEDIR/drive_c/Program Files (x86)/Project Universe
    src: $CACHE/app
wine:
  esync: false
  overrides:
    xaudio2_7: native,builtin
description: Installer for base version of game.
game_slug: project-universe
gogslug: ''
humblestoreid: ''
installer_slug: project-universe-pre-alpha
name: Project Universe
notes: Patches must be manually applied until game receives an actual updater/launcher.
runner: wine
script:
  files:
  - setup:
      filename: PU Installer.exe
      url: N/A:Select the "PU Installer.exe" for game install
  - innoextract: http://constexpr.org/innoextract/files/snapshots/innoextract-1.7-rc1/innoextract-1.7-rc1-linux.tar.xz
  game:
    arch: win64
    exe: $GAMEDIR/drive_c/Program Files (x86)/Project Universe/ProjectUniverse.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating win64 prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: xact
      arch: win64
      description: Installing xact
      name: winetricks
      prefix: $GAMEDIR
  - extract:
      dst: $CACHE
      file: innoextract
  - execute:
      args: --extract $setup --output-dir $CACHE
      description: Extracting game data
      file: $CACHE/innoextract
  - move:
      description: Extracting game data
      dst: $GAMEDIR/drive_c/Program Files (x86)/Project Universe
      src: $CACHE/app
  wine:
    esync: false
    overrides:
      xaudio2_7: native,builtin
slug: project-universe-pre-alpha
steamid: null
version: Pre-Alpha
year: null
{
  "game_slug": "project-universe",
  "version": "Pre-Alpha",
  "description": "Installer for base version of game.",
  "notes": "Patches must be manually applied until game receives an actual updater/launcher.",
  "name": "Project Universe",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "project-universe-pre-alpha",
  "installer_slug": "project-universe-pre-alpha",
  "script": {
    "files": [
      {
        "setup": {
          "filename": "PU Installer.exe",
          "url": "N/A:Select the \"PU Installer.exe\" for game install"
        }
      },
      {
        "innoextract": "http://constexpr.org/innoextract/files/snapshots/innoextract-1.7-rc1/innoextract-1.7-rc1-linux.tar.xz"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/drive_c/Program Files (x86)/Project Universe/ProjectUniverse.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating win64 prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "xact",
          "arch": "win64",
          "description": "Installing xact",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "innoextract"
        }
      },
      {
        "execute": {
          "args": "--extract $setup --output-dir $CACHE",
          "description": "Extracting game data",
          "file": "$CACHE/innoextract"
        }
      },
      {
        "move": {
          "description": "Extracting game data",
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/Project Universe",
          "src": "$CACHE/app"
        }
      }
    ],
    "wine": {
      "esync": false,
      "overrides": {
        "xaudio2_7": "native,builtin"
      }
    }
  }
}
Back to game