Installer warframe-msi-installer-persis
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - wfmsi: filename: Warframe.msi url: http://content.warframe.com/dl/Warframe.msi game: arch: win64 exe: $GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Warframe/Downloaded/Public/Tools/Launcher.exe prefix: $GAMEDIR installer: - task: arch: win64 name: create_prefix prefix: $GAMEDIR - task: arch: win64 description: 'Running Warframe installer. An installer will open. ------------------------------ To progress, manually continue installation in that window. Be sure to close before first launch' executable: wfmsi name: wineexec system: env: DXVK_STATE_CACHE_PATH: $GAMEDIR/../.warframe-cache/DXVK PBA_DISABLE: 0 __GL_SHADER_DISK_CACHE: 1 __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR/../.warframe-cache/GL_Shader __GL_THREADED_OPTIMIZATIONS: 1 mesa_glthread: 'true' pulse_latency: true wine: dxvk: true esync: true
{ "files": [ { "wfmsi": { "filename": "Warframe.msi", "url": "http://content.warframe.com/dl/Warframe.msi" } } ], "game": { "arch": "win64", "exe": "$GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Warframe/Downloaded/Public/Tools/Launcher.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "description": "Running Warframe installer. An installer will open.\n------------------------------\nTo progress, manually continue installation in that window. Be sure to close before first launch", "executable": "wfmsi", "name": "wineexec" } } ], "system": { "env": { "DXVK_STATE_CACHE_PATH": "$GAMEDIR/../.warframe-cache/DXVK", "PBA_DISABLE": 0, "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR/../.warframe-cache/GL_Shader", "__GL_THREADED_OPTIMIZATIONS": 1, "mesa_glthread": "true" }, "pulse_latency": true }, "wine": { "dxvk": true, "esync": true } }