Photoshop
Adobe Photoshop is a professional image editing tool available via subscription. While Photoshop doesn't natively support DDS files (commonly used in game moddi…
Photoshop is the industry standard for serious texture work. To open
the file types League uses, you'll need two plugins: one for .dds
and one for .tex.
Adds native .tex and .dds support to Photoshop. Formerly the Photoshop TEX
Plugin.
DDS Plugin Options
There are three popular plugins for working with DDS files in Photoshop:
| Plugin | Best For | GPU Required |
|---|---|---|
| Intel Texture Works | General use, works on all systems | No |
| NVIDIA Texture Tools | NVIDIA GPU users, advanced options | Yes (NVIDIA) |
| Simple DDS Plugin | Quick batch exports, minimal UI | No |
Intel Texture Works
A versatile DDS plugin that works regardless of your graphics card manufacturer.
Download
- Visit the Intel Texture Works page
- Click the download link at the top
- On the redirect page, select the ZIP option
Installation
-
Close Photoshop completely
-
Extract the downloaded ZIP file
-
Locate the plugin file based on your system:
- 64-bit:
IntelTextureWorks_1.0.4/Plugins/x64/IntelTextureWorks.8bi - 32-bit:
IntelTextureWorks_1.0.4/Plugins/Win32/IntelTextureWorks.8bi
- 64-bit:
-
Copy the
.8bifile to your Photoshop plugins folder:C:\Program Files\Adobe\Adobe Photoshop [VERSION]\Required\Plug-Ins\File Formats -
(Optional) For cubemap support, copy the scripts from
PhotoshopScripts/to:C:\Program Files\Adobe Photoshop [VERSION]\Presets\Scripts
Exporting DDS Files
- Go to File > Save As
- Select Intel Texture Works (*.DDS) as the file type
- Choose your save location and filename
- In the plugin dialog, configure:
- Texture Type: Color + Alpha
- Compression: BC3 8bpp (Linear)
- Mip Maps: None
- Save these as a preset for quick access
- Click OK to export
NVIDIA Texture Tools
An advanced DDS plugin optimized for NVIDIA graphics cards.
Note: Requires an NVIDIA GPU and a free developer account.
Download
- Go to the NVIDIA Texture Tools page
- Scroll down and download the Photoshop extension
- Create a developer account if prompted (free)
Installation
- Close Photoshop
- Run the installer and follow the prompts
- The installer auto-detects your Photoshop installation
- Reopen Photoshop when complete
Exporting DDS Files
- Go to File > Save As (or
Ctrl+Shift+S) - Select DDS - NVIDIA Texture Tools Exporter (*.DDS)
- Configure the export settings:
- Format: BC3 RGBA 8bpp | DXT5 (interpolated alpha)
- Compression Quality: Highest
- Leave other settings as default
- Click Save
Tip: Always check your specific guide for recommended export settings, as some textures may require different compression formats.
Simple DDS Plugin
Exporting DDS Files with Simple DDS
- Go to File > Save As
- Select DDS (*.DDS) as the file type
- Choose your save location and filename
- In the dialog, set Format to DXT5
- Click OK
Advantage: This plugin doesn't require confirmation dialogs, making it faster for batch exports.
Recommended Export Settings
For most League of Legends textures, use these settings:
| Setting | Value |
|---|---|
| Format | BC3 / DXT5 |
| Alpha | Interpolated |
| Mip Maps | None (unless specified) |
| Compression | Highest quality |
