A Question on Graphical Precedence of Texture File Types
TarotRedhand
Member Posts: 1,481
In the old days this was pretty simple. If you had both a TGA version and a (NwN) DDS version of the same texture image (and your system was powerful enough to handle it) the DDS image would be used. Now with the "fancy maps" (normal, etc. maps) and material files I'm not entirely sure. So my question is this -
If you have a material file with the same name as a DDS image, will it take precedence over the DDS file?
If yes will it do so even if the images used in the material file are TGA.
Thanks in advance.
TR
If you have a material file with the same name as a DDS image, will it take precedence over the DDS file?
If yes will it do so even if the images used in the material file are TGA.
Thanks in advance.
TR
0
Comments
If your mtr is the same name as your texture then it will check what's inside of it and apply whatever file you have pointed.
So if you have 'wall01.dds" and you make a "wall01.mtr" where texture0 is "wall02" then it will search for wall02 and load it. If you have both wall02.tga and .dds, it will load wall02.dds.
TR