Applies to all Arch-based distributions: CachyOS, Manjaro, EndeavourOS, Garuda, and more.
Medium
TexTools on Linux
TexTools is a Windows application for directly modifying FF14 files. On Linux it can be run through Wine or inside the Proton prefix.
Important
TexTools modifies FF14 files directly. Always create a backup before installing any mods. For most use cases, Penumbra is the better choice.
Step 1: Download TexTools
- Official website: textools.net
- Download the latest version as a ZIP archive
- Extract it to a location of your choice, e.g.
~/tools/textools
Step 2: Prepare the Wine prefix
WINEPREFIX=~/.wine-textools WINEARCH=win64 winecfg Install .NET Framework 4.8 with Winetricks:
WINEPREFIX=~/.wine-textools winetricks dotnet48 Tip: If Winetricks is not installed:
sudo pacman -S winetricks (Arch) or sudo apt install winetricks (Debian/Ubuntu)
Step 3: Launch TexTools
WINEPREFIX=~/.wine-textools wine ~/tools/textools/FFXIV_TexTools.exe Your Linux home directory is accessible under Z:\:
# Example for Steam:
Z:\home\YOURNAME\.steam\steam\steamapps\common\FINAL FANTASY XIV Online Step 4: Create a backup
- Go to Help → Backup Index Files
- Choose a safe location for the backup
- Wait for the process to complete
Step 5: Install a mod
- Go to Mods → Import ModPack
- Select the
.ttmp2file - Review the list of files that will be changed
- Click Import
Reverting mods
- Go to Mods → Revert All Mods
- Alternatively: Help → Restore Index Files (uses your backup)
Using Proton instead of a separate Wine
# Steam App ID for FF14: 39210
~/.steam/steam/steamapps/compatdata/39210/pfx/ WINEPREFIX=~/.steam/steam/steamapps/compatdata/39210/pfx \
wine ~/tools/textools/FFXIV_TexTools.exe