Installer warframe-standalone

files:
- wfinstaller: http://content.warframe.com/dl/Warframe.msi
game:
  arch: win64
  exe: $GAMEDIR/drive_c/users/$USER/AppData/Local/Warframe/Downloaded/Public/Tools/Launcher.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- copy:
    dst: $CACHE/wfinstaller/
    src: wfinstaller
- task:
    arch: win64
    args: /i "$CACHE/wfinstaller/Warframe.msi" /q
    executable: msiexec
    name: wineexec
    prefix: $GAMEDIR
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: ''
game_slug: warframe
gogslug: ''
humblestoreid: ''
installer_slug: warframe-standalone
name: Warframe
notes: "1) After installation, do not hit 'Play' immediately. Close the installer,\
  \ then launch the game from lutris.\r\n\r\n2) If you get DirectX errors, it means\
  \ you're missing 32 bit vulkan libraries and/or 32 bit graphic drivers. You need\
  \ both 32 bit and 64 bit vulkan libraries installed on your system. The reason is\
  \ because the game is 64 bit but the launcher is 32 bit so the launcher checks for\
  \ 32 bit. See:\r\n\r\nhttps://github.com/lutris/lutris/wiki/Installing-drivers\r\
  \n\r\n3) When the game updates, there is no progress bar, it just stays on 'checking\
  \ for updates'. Check network activity to verify the launcher is updating.\r\n\r\
  \n**************************\r\n\r\nThere is no discord integration in warframe\
  \ because in order to do so would be against the Warframe TOS:\r\n\r\nhttps://forums.warframe.com/topic/1003139-simple-question-regarding-discord-rpcdll-for-devs/"
runner: wine
script:
  files:
  - wfinstaller: http://content.warframe.com/dl/Warframe.msi
  game:
    arch: win64
    exe: $GAMEDIR/drive_c/users/$USER/AppData/Local/Warframe/Downloaded/Public/Tools/Launcher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - copy:
      dst: $CACHE/wfinstaller/
      src: wfinstaller
  - task:
      arch: win64
      args: /i "$CACHE/wfinstaller/Warframe.msi" /q
      executable: msiexec
      name: wineexec
      prefix: $GAMEDIR
  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
steamid: 230410
version: Standalone
year: 2013
{
  "game_slug": "warframe",
  "version": "Standalone",
  "description": "",
  "notes": "1) After installation, do not hit 'Play' immediately. Close the installer, then launch the game from lutris.\r\n\r\n2) If you get DirectX errors, it means you're missing 32 bit vulkan libraries and/or 32 bit graphic drivers. You need both 32 bit and 64 bit vulkan libraries installed on your system. The reason is because the game is 64 bit but the launcher is 32 bit so the launcher checks for 32 bit. See:\r\n\r\nhttps://github.com/lutris/lutris/wiki/Installing-drivers\r\n\r\n3) When the game updates, there is no progress bar, it just stays on 'checking for updates'. Check network activity to verify the launcher is updating.\r\n\r\n**************************\r\n\r\nThere is no discord integration in warframe because in order to do so would be against the Warframe TOS:\r\n\r\nhttps://forums.warframe.com/topic/1003139-simple-question-regarding-discord-rpcdll-for-devs/",
  "name": "Warframe",
  "year": 2013,
  "steamid": 230410,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "warframe-standalone",
  "installer_slug": "warframe-standalone",
  "script": {
    "files": [
      {
        "wfinstaller": "http://content.warframe.com/dl/Warframe.msi"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/drive_c/users/$USER/AppData/Local/Warframe/Downloaded/Public/Tools/Launcher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "copy": {
          "dst": "$CACHE/wfinstaller/",
          "src": "wfinstaller"
        }
      },
      {
        "task": {
          "arch": "win64",
          "args": "/i \"$CACHE/wfinstaller/Warframe.msi\" /q",
          "executable": "msiexec",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "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