View Single Post
Old 03-02-2008, 11:00 PM   #8 (permalink)
beng
Senior Member
 
Join Date: Jan 2008
Posts: 329
Default

In Zero Hour, in SUUserInterface512.INI, there are two cameo pictures with the same name:

Code:
MappedImage SSRadarVanScan
  Texture = SUUserInterface512_004.tga
  TextureWidth = 512
  TextureHeight = 512
  Coords = Left:311 Top:101 Right:371 Bottom:149
  Status = NONE
End

MappedImage SSRadarVanScan
  Texture = SUUserInterface512_004.tga
  TextureWidth = 512
  TextureHeight = 512
  Coords = Left:249 Top:51 Right:309 Bottom:99
  Status = NONE
End
The result is that only the second image (radar van on black background with red circle and green thing) is ever seen in the game. The other image, of a radar van on a black background with blue horizontal circles, is never seen.

To see the images referred to, open English.Big and SUUserInterface512_004.tga in a graphics editor/viewer.
beng is offline   Reply With Quote