KatsBits Community

Game Editing => Q3Map / Q3Map2 Compile Errors => Topic started by: kat on June 25, 2015, 11:23:29 PM

Title: LoadTGA: Only type 2 (RGB), 3 (gray), and 10 (RGB) TGA images supported
Post by: kat on June 25, 2015, 11:23:29 PM
Problem
I have the following compile error after loading the shaders :

Code: [Select]
********* ERROR ***********
LoadTGA: Only type 2 (RGB), 3 (gray), and 10 (RGB) TGA images supported.

How can i find out which tga-file doesn't fit ? [Strahlemann]

Solution
it's quite possibly not a *.tga at error here but more likely you've got a *.jpg in your working directory that's been saved with progressive compression which Q3 doesn't like... re-save the image without and you should be ok... [anon.]