Installer ffxiv-textools-v3100

files:
- tool_archive: https://github.com/TexTools/FFXIV_TexTools_UI/releases/download/$VERSION/FFXIV_TexTools_$VERSION.zip
game:
  arch: win64
  exe: $GAMEDIR/drive_c/Program Files (x86)/FFXIV TexTools/FFXIV_TexTools.exe
  prefix: $GAMEDIR
installer:
- task:
    app: corefonts
    arch: win64
    description: Installing core fonts
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: vcrun2022
    arch: win64
    description: Installing vcrun2022 x64
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: vcrun2022
    arch: win86
    description: Installing vcrun2022 x86
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: dotnet48
    arch: win64
    description: Installing .NET 4.8 x86/x64
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: win10
    arch: win64
    name: winetricks
    prefix: $GAMEDIR
- extract:
    description: Installing TexTools
    dst: $GAMEDIR/drive_c/Program Files (x86)/FFXIV TexTools/
    file: tool_archive
variables:
  VERSION: v3.1.0.0
description: ''
game_slug: textools
gogslug: ''
humblestoreid: ''
installer_slug: ffxiv-textools-v3100
name: FFXIV TexTools
notes: "Textools requires entering the path to your FFXIV install. If using XIVLauncher,\
  \ this can be found at ~/.xlcore/ffxiv.\r\n\r\nIf you run into issues with black\
  \ boxes in your dropdowns, add TT_SOFTWARE_RENDERING=1 to your environment variables.\
  \ Unfortunately I haven't figured out how to add this in Lutris, however this fix\
  \ works on the non Lutris installed app."
runner: wine
script:
  files:
  - tool_archive: https://github.com/TexTools/FFXIV_TexTools_UI/releases/download/$VERSION/FFXIV_TexTools_$VERSION.zip
  game:
    arch: win64
    exe: $GAMEDIR/drive_c/Program Files (x86)/FFXIV TexTools/FFXIV_TexTools.exe
    prefix: $GAMEDIR
  installer:
  - task:
      app: corefonts
      arch: win64
      description: Installing core fonts
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: vcrun2022
      arch: win64
      description: Installing vcrun2022 x64
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: vcrun2022
      arch: win86
      description: Installing vcrun2022 x86
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: dotnet48
      arch: win64
      description: Installing .NET 4.8 x86/x64
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: win10
      arch: win64
      name: winetricks
      prefix: $GAMEDIR
  - extract:
      description: Installing TexTools
      dst: $GAMEDIR/drive_c/Program Files (x86)/FFXIV TexTools/
      file: tool_archive
  variables:
    VERSION: v3.1.0.0
slug: ffxiv-textools-v3100
steamid: null
version: v3.1.0.0
year: 2017
{
  "game_slug": "textools",
  "version": "v3.1.0.0",
  "description": "",
  "notes": "Textools requires entering the path to your FFXIV install. If using XIVLauncher, this can be found at ~/.xlcore/ffxiv.\r\n\r\nIf you run into issues with black boxes in your dropdowns, add TT_SOFTWARE_RENDERING=1 to your environment variables. Unfortunately I haven't figured out how to add this in Lutris, however this fix works on the non Lutris installed app.",
  "name": "FFXIV TexTools",
  "year": 2017,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "ffxiv-textools-v3100",
  "installer_slug": "ffxiv-textools-v3100",
  "script": {
    "files": [
      {
        "tool_archive": "https://github.com/TexTools/FFXIV_TexTools_UI/releases/download/$VERSION/FFXIV_TexTools_$VERSION.zip"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/drive_c/Program Files (x86)/FFXIV TexTools/FFXIV_TexTools.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "app": "corefonts",
          "arch": "win64",
          "description": "Installing core fonts",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "vcrun2022",
          "arch": "win64",
          "description": "Installing vcrun2022 x64",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "vcrun2022",
          "arch": "win86",
          "description": "Installing vcrun2022 x86",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dotnet48",
          "arch": "win64",
          "description": "Installing .NET 4.8 x86/x64",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "win10",
          "arch": "win64",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "description": "Installing TexTools",
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/FFXIV TexTools/",
          "file": "tool_archive"
        }
      }
    ],
    "variables": {
      "VERSION": "v3.1.0.0"
    }
  }
}
Back to game