Divine Skins
Divine Skins Wiki
ToolsTexturing

Tex Thumbnail Provider

RitoShark's Windows shell extension shows .tex files as image thumbnails in File Explorer. Per-user install, no admin. See what is inside a texture at a glance.

Tex Thumbnail Provider by RitoShark lets you see .tex files as thumbnails in Windows Explorer. No more guessing what is inside.

Download the latest release

Latest version: v1.1.0.


What it does

  • Shows .tex files as image previews in Windows Explorer.
  • Works in any folder with .tex textures (game files, exports, mod assets).
  • Runs as a registered COM DLL. No app to open. No background process.

Before you start

  • Windows 10 or 11.
  • PowerShell. No administrator rights needed. The installer registers the DLL for your user only.

Installation

  1. Close any Windows Explorer windows that show .tex files.

  2. Open PowerShell. A normal window is fine. You do not need to run it as administrator.

  3. Paste this command and press Enter:

    iwr -useb https://raw.githubusercontent.com/RitoShark/TexThumbnailProvider/master/scripts/install-thumbnail-handler.ps1 | iex
  4. Wait for the installer to finish. It downloads TexThumbnailProvider.dll, copies it to %LOCALAPPDATA%\RitoShark\TexThumbnailProvider, and registers it for your user.

  5. Open any folder with .tex files. Thumbnails appear in place of generic icons.

Info

The installer registers the DLL for the current user. That is why it does not need admin rights. Keep the install folder. If you delete it, the previews stop working.


If you also use RitoTex

The RitoTex Photoshop plugin also registers a .tex thumbnail handler. Two handlers for one file type would normally fight.

This installer writes its handler under your user account, which wins over the machine-wide one. So your .tex thumbnails keep showing even with RitoTex installed. You do not have to choose between them.


Troubleshooting

Thumbnails don't show

  1. Restart Windows Explorer:
    • Open Task Manager.
    • Find Windows Explorer.
    • Right-click. Pick Restart.
  2. Open the folder again.

Old thumbnails still look like generic icons

Windows caches thumbnails. A .tex file repaints only after its modified time changes or after you clear the cache.

  1. Open Disk Cleanup.
  2. Tick Thumbnails.
  3. Click OK.
  4. Open the folder again.

Still nothing after a restart

Run the install command again. It re-downloads and re-registers the DLL.


Alternatives

LTK Tex Thumb Handler by the LeagueToolkit team does the same job. Pick one tool, not both. Running two thumbnail handlers for the same file type can cause conflicts.