Difference between revisions of "Texture File"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Qazaaq
Line 14: Line 14:
== See Also ==
== See Also ==
*[[:Category:Game_Files|Game Files Category]]
*[[:Category:Game_Files|Game Files Category]]
*[[Model File]]
*[https://en.wikipedia.org/wiki/DirectDraw_Surface |Wikipedia DirectDraw Surface]
*[https://en.wikipedia.org/wiki/DirectDraw_Surface |Wikipedia DirectDraw Surface]

Revision as of 22:04, 8 October 2016

File Extension: .dds

The texture files are a Microsoft format called Direct Draw 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

See Also