Modding Tools
0 of 0

File information

Last updated

Original upload

Created by

DDSFileTypePlus contributors

Uploaded by

0xC0000005

Virus scan

Safe to use

Mod articles

  • Overview of the Save Configuration UI

    This article provides an overview of the DDSFileTypePlus save options.
    It has been adapted from the project wiki on GitHub, the original page is located here.

    

    DDS Format

    This item allows you to select the format to save in. In this example it has BC1 (Linear, DXT1) selected.

    Many formats have both linear and sRGB gamma versions, this is indicated by linear or sRGB after the format name. The Linear text may be localized depending on Paint.NET's language.

    The DirectX 10 and DirectX 11 formats have DX 10+ or DX 11+ after the format name, any format without DX 10+ or DX 11+ may be supported by DirectX 9 applications.

    Some formats have signed and/or unsigned variants, this is indicated by Signed or Unsigned ...

  • Creating and Editing Cube Maps

    This article documents the cube map layouts that are supported by DDSFileTypePlus.
    It has been adapted from the project wiki on GitHub, the original page is located here.

    DDSFileTypePlus supports cube maps using either one of the the following 'crossed image' layouts:

    Horizontal cross

    The horizontal cross layout uses a 4:3 aspect ratio.   
    For example, a cube map with 256x256 pixel faces would have a width of 1024 pixels and a height of 768 pixels.

    The cube map faces are placed in the following order:



    Vertical cross

    The vertical cross layout uses a 3:4 aspect ratio.   
    For example, a cube map with 256x256 pixel faces would have a width of 768 pixels and a height of 1024 pixels.
    ...