Installer warframe-standalone-msi-extra

files:
- installer: http://content.warframe.com/dl/Warframe.msi
game:
  arch: win64
  args: -cluster:public -registry:Steam
  exe: $GAMEDIR/drive_c/Warframe/Tools/Launcher.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Initialising prefix
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $CACHE/installer/
    file: installer
- extract:
    dst: $GAMEDIR/drive_c/Warframe/Tools/
    file: $CACHE/installer/Warframe.cab
- execute:
    command: for f in $GAMEDIR/drive_c/Warframe/Tools/*; do [[ $f == *.* ]] && continue;
      if [[ $f == *json ]]; then mv $f ${f%json}.json; else mv $f ${f:0:${#f}-3}.${f:${#f}-3};
      fi done;
    description: Renaming launcher files
system:
  env:
    PBA_DISABLE: 0
    WINEDLLOVERRIDES: libglesv2=d
    __GL_SHADER_DISK_CACHE: 1
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
    __GL_THREADED_OPTIMIZATIONS: 1
    mesa_glthread: 'true'
  pulse_latency: true
description: Extracts MSI for a cleaner install
game_slug: warframe
gogslug: ''
humblestoreid: ''
installer_slug: warframe-standalone-msi-extra
name: Warframe
notes: Installs the launcher; launch after installing to install the game itself.
runner: wine
script:
  files:
  - installer: http://content.warframe.com/dl/Warframe.msi
  game:
    arch: win64
    args: -cluster:public -registry:Steam
    exe: $GAMEDIR/drive_c/Warframe/Tools/Launcher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Initialising prefix
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $CACHE/installer/
      file: installer
  - extract:
      dst: $GAMEDIR/drive_c/Warframe/Tools/
      file: $CACHE/installer/Warframe.cab
  - execute:
      command: for f in $GAMEDIR/drive_c/Warframe/Tools/*; do [[ $f == *.* ]] && continue;
        if [[ $f == *json ]]; then mv $f ${f%json}.json; else mv $f ${f:0:${#f}-3}.${f:${#f}-3};
        fi done;
      description: Renaming launcher files
  system:
    env:
      PBA_DISABLE: 0
      WINEDLLOVERRIDES: libglesv2=d
      __GL_SHADER_DISK_CACHE: 1
      __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
      __GL_THREADED_OPTIMIZATIONS: 1
      mesa_glthread: 'true'
    pulse_latency: true
slug: warframe-standalone-msi-extra
steamid: 230410
version: Standalone (MSI Extract)
year: 2013
{
  "game_slug": "warframe",
  "version": "Standalone (MSI Extract)",
  "description": "Extracts MSI for a cleaner install",
  "notes": "Installs the launcher; launch after installing to install the game itself.",
  "name": "Warframe",
  "year": 2013,
  "steamid": 230410,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "warframe-standalone-msi-extra",
  "installer_slug": "warframe-standalone-msi-extra",
  "script": {
    "files": [
      {
        "installer": "http://content.warframe.com/dl/Warframe.msi"
      }
    ],
    "game": {
      "arch": "win64",
      "args": "-cluster:public -registry:Steam",
      "exe": "$GAMEDIR/drive_c/Warframe/Tools/Launcher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Initialising prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$CACHE/installer/",
          "file": "installer"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Warframe/Tools/",
          "file": "$CACHE/installer/Warframe.cab"
        }
      },
      {
        "execute": {
          "command": "for f in $GAMEDIR/drive_c/Warframe/Tools/*; do [[ $f == *.* ]] && continue; if [[ $f == *json ]]; then mv $f ${f%json}.json; else mv $f ${f:0:${#f}-3}.${f:${#f}-3}; fi done;",
          "description": "Renaming launcher files"
        }
      }
    ],
    "system": {
      "env": {
        "PBA_DISABLE": 0,
        "WINEDLLOVERRIDES": "libglesv2=d",
        "__GL_SHADER_DISK_CACHE": 1,
        "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR",
        "__GL_THREADED_OPTIMIZATIONS": 1,
        "mesa_glthread": "true"
      },
      "pulse_latency": true
    }
  }
}
Back to game