Texture File

From the Fallout4 CreationKit Wiki
Revision as of 23:52, 17 July 2016 by imported>Qazaaq (Created page with "Category:Editor Reference Category:Game Files '''File Extension:''' <code>.dds</code> The texture files are a Microsoft format called DirectDraw Surface which are ima...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File Extension: .dds

The texture files are a Microsoft format called DirectDraw Surface which are images that can be rendered with a Mesh File or as is. The texture file DDS format is used for storing data compressed with the proprietary S3 Texture Compression (S3TC) algorithm which can be decompressed in hardware by GPUs.

Tooling

  • GIMP
  • Adobe Photoshop
  • There are other software projects that provide tooling for working texture files.

See Also