Difference between revisions of "Texture File"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Qazaaq
(added links)
Line 1: Line 1:
[[Category:Editor Reference]]
[[Category:Game Files]]
'''File Extension:''' <code>.dds</code>
'''File Extension:''' <code>.dds</code>


Line 7: Line 5:


==Tooling==
==Tooling==
*[[PaintDotNet|Paint.Net]]
*[[Paint.Net]]
*[[GIMP]]
*[[GIMP]]
*[[Adobe Photoshop]]
*[[Adobe Photoshop]]
Line 13: Line 11:


== See Also ==
== See Also ==
*[[Model File]]
*[[: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]
*[https://developer.nvidia.com/legacy-texture-tools NVIDIA Legacy Texture Tools]
[[Category:Editor Reference]]
[[Category:Game Files]]

Revision as of 05:45, 3 December 2018

File Extension: .dds

The texture files are a Microsoft format called Direct Draw Surface which are images that can be rendered with a Model 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