...then, if you are still having problems...
SH3Cmdr draws the officer face based on the crew "Index" parameters in the latest crew config file.
Essentially, if the Crewman is an officer and...
Index = 0 or 12 then 'data\Menu\Data\ofaces\Off011.tga' is displayed
Index = 1 or 13 then 'data\Menu\Data\ofaces\Off012.tga' is displayed
Index = 2 or 14 then 'data\Menu\Data\ofaces\Off013.tga' is displayed
Index = 3 or 15 then 'data\Menu\Data\ofaces\Off014.tga' is displayed
Index = 4 or 16 then 'data\Menu\Data\ofaces\Off021.tga' is displayed
Index = 5 or 17 then 'data\Menu\Data\ofaces\Off022.tga' is displayed
Index = 6 or 18 then 'data\Menu\Data\ofaces\Off023.tga' is displayed
Index = 7 or 19 then 'data\Menu\Data\ofaces\Off024.tga' is displayed
Index = 8 or 20 then 'data\Menu\Data\ofaces\Off031.tga' is displayed
Index = 9 or 21 then 'data\Menu\Data\ofaces\Off032.tga' is displayed
Index = 10 or 22 then 'data\Menu\Data\ofaces\Off033.tga' is displayed
Index = 11 or 23 then 'data\Menu\Data\ofaces\Off034.tga' is displayed
Index is anything else, then no image is displayed
So the first thing is to ensure that Index is valid, then ensure that none of the "missing" images have names outside of the ones above.
If Index is valid and the file name is valid, all I can suggest is that the tga file doesn't have the exact header information that SH3Cmdr looks for.
|