Skip to content

Convert sky textures to .dds

Matjaž Lamut requested to merge Lamoot/example-suite:just-dds-it into master

The textures were in .tga as it was a smaller file size without compression artifacts. The issue is that sky textures are defined in OpenMW's code and are explicitly .dds. This makes the Template have pink skies which this MR now fixes. The .dds textures don't have compression enabled to avoid the artifacts, hence their larger file size vs .tga.

Merge request reports