Posted 24 June 2011 - 04:20 PM
Possible reasons why textures do not work in GTA games:
- TXD was saved incorrectly for the wrong game. Textures are compressed for Vice City, 24BPP; uncompressed 32bit for San Andreas; uncompressed 8BPP for III. (In MOST cases, not all.)
- Textures are the wrong dimensions or proportions. For example: in game characters for VC and SA have to have a width of 128px and a height of 256px or a similar proportion (such as 256 x 512 perhaps). Cut scene characters usually have a dimension of 256px X 256px. Vehicles may have similar requirements.
- Textures are named incorrectly in the TXD file. The model (name.DFF) will look for a texture with a specific name. If it is not spelled correctly in the TXD the game can not load it.
These are usually good places to start troubleshooting.