KatsBits Community

LoadTGA: Only type 2 (RGB), 3 (gray), and 10 (RGB) TGA images supported

kat · 1 · 9241

0 Members and 1 Guest are viewing this topic.

Offline kat

  • Administrator
  • Hero Member
  • *
    • Posts: 2691
    • KatsBits
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.]