Installer final-fantasy-xiv-online-official-free-trial
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: - ffxivinstaller: https://gdl.square-enix.com/ffxiv/inst/ffxivsetup_ft.exe game: arch: win64 exe: drive_c/Program Files (x86)/SquareEnix/FINAL FANTASY XIV - A Realm Reborn/boot/ffxivboot.exe prefix: $GAMEDIR installer: - task: arch: win64 description: Running FFXIV Installer. executable: ffxivinstaller name: wineexec prefix: $GAMEDIR - task: arch: win64 key: HideWineExports name: set_regedit path: HKEY_CURRENT_USER\Software\Wine prefix: $GAMEDIR type: REG_SZ value: Y system: env: __GL_SHADER_DISK_CACHE: 1 __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR pulse_latency: true wine: dxvk: true esync: true version: lutris-GE-Proton7-12-x86_64
{ "files": [ { "ffxivinstaller": "https://gdl.square-enix.com/ffxiv/inst/ffxivsetup_ft.exe" } ], "game": { "arch": "win64", "exe": "drive_c/Program Files (x86)/SquareEnix/FINAL FANTASY XIV - A Realm Reborn/boot/ffxivboot.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "description": "Running FFXIV Installer.", "executable": "ffxivinstaller", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "key": "HideWineExports", "name": "set_regedit", "path": "HKEY_CURRENT_USER\\Software\\Wine", "prefix": "$GAMEDIR", "type": "REG_SZ", "value": "Y" } } ], "system": { "env": { "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR" }, "pulse_latency": true }, "wine": { "dxvk": true, "esync": true, "version": "lutris-GE-Proton7-12-x86_64" } }