This wiki is archived from 2021-09-05

Textures are missing in game: Difference between revisions

From Planetary Annihilation: TITANS and Classic PA Wiki
Jump to navigation Jump to search
(Initial content added)
 
No edit summary
Line 1: Line 1:
= Description =
= [[Textures are missing in game]] =
If you run the game and all of textures you see are black and gray it's mean you don't have S3 texture compression library installed. This may occur if you're running with open source OpenGL implementation called Mesa that don't include EXT_texture_compression_s3tc extension due to patent issues.
== [[File:platinum-rank-icon.png|50px]] Description ==
If you run the game and all of textures you see are black and gray it's mean you don't have the S3 texture compression library installed. This may occur if you're running with the open source OpenGL implementation called Mesa that does not include EXT_texture_compression_s3tc extension due to patent issues.


= Solution =
== [[File:gold-rank-icon.png|50px]] Solution ==
You need to install S2TC library that provide support for texture compression.
You need to install the S2TC library that provides support for texture compression.


* Debian-based include Ubuntu and other derivatives package called "libtxc-dxtn-s2tc0"
* Debian-based include Ubuntu and other derivatives, install package called "libtxc-dxtn-s2tc0"


* RPM-based like Fedora, OpenSuse package called "libtxc_dxtn"
* RPM-based like Fedora, OpenSuse, install package called "libtxc_dxtn"


* For any other distribution check distribution wiki about S3TC / DXTn.
* For any other distribution, check distribution wiki about S3TC / DXTn.

Revision as of 19:03, 20 January 2016

Textures are missing in game

File:Platinum-rank-icon.png Description

If you run the game and all of textures you see are black and gray it's mean you don't have the S3 texture compression library installed. This may occur if you're running with the open source OpenGL implementation called Mesa that does not include EXT_texture_compression_s3tc extension due to patent issues.

File:Gold-rank-icon.png Solution

You need to install the S2TC library that provides support for texture compression.

  • Debian-based include Ubuntu and other derivatives, install package called "libtxc-dxtn-s2tc0"
  • RPM-based like Fedora, OpenSuse, install package called "libtxc_dxtn"
  • For any other distribution, check distribution wiki about S3TC / DXTn.