Ok my worst enemy is now "Can't find image for shader 0"...grrr...
My console in the MOH menu suddenly tells me that it can't find some of the images that I have been using. Those images are Images that are a part of the game.
What can be the problem? Am I using too many textures in the map?(if its possible)
The console also tells me that only 10 images are supported. I guess thats my own textures it means?...or?
Well either way you will have to find the bad .tga and it may have to do with your other thread abut max_surface_info it maybe it just can't load any more textures into memory or cache thier locations or what ever it does .
The color mode in a program like photoshop can be set to indexed color and saved as a .tga but that would be wrong the mode has to be rgb and saved as a 24bit image or 32bit image if it has an alpha channel . So although a wrong mode can be set it can still be saved as .tga .
tga with alpha-channel in 32bit, w/o in 24bit.
Because this is handle differently in different progs, u better give it a try.
For textures without alpha, I recommend jpeg, they are smaller in filesize and look the same.
From the beginning I have been using jpg in RGB mode.
Another map of mine says the same with jh_conc2.tga .
I'm not even using that texture in that map...but it is to be found in the texture dir. in Radient.
Is there a maximum for using textures on a map? (MOH's own textures+added ones)?
Liberator wrote:I think that ERROR: LoadTGA: Only type 2(RGB), 3(gray), and 10(RGB) TGA images supported is the real problem, but what does it mean?
if you got a jpg that is causing the problem, make sure you don't save it as progressive, but as baseline. if you still get the error, remove all custom stuff from you main folder and try again.