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)
 
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
= Description =
[[Category:Linux/SteamOS]]
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.
= Textures are missing in game =
== 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 =
== 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.

Latest revision as of 11:27, 9 September 2021

Textures are missing in game

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

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.