[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "Retex Troubleshooting"
Jump to navigation
Jump to search
m
Texture name (\ vs. /)
imported>JOG m |
imported>JOG m (Texture name (\ vs. /)) |
||
Line 1: | Line 1: | ||
==Wrong Texture-Name== | |||
When the game can't find the texture, your retextured model is completely pink. | |||
When this occurs, the obvious first step is to check again if the file really exists, and if the name of your texture and the texture-entry in the .NIF file are identical. | |||
There are two things that can be missed easily, though: | |||
*Make sure that the texture in the NIF begins with "'''textures\'''" not "'''\textures\'''" Oblivion internally adds "Oblivion\data\" and a leading Backslash would result in the illegal filename "Oblivion\data'''\\'''textures\texture.dds" | |||
*Always use the backslash ("'''\'''") not the slash ("'''/'''"). While Morrowind didn't care which one you used, Oblivion does, and it only accepts the "'''\'''". | |||
==Missing Normal Map== | ==Missing Normal Map== | ||
Line 40: | Line 54: | ||
:Textures\My_mod\New_Armor\my_Great_Cuirass.dds | :Textures\My_mod\New_Armor\my_Great_Cuirass.dds | ||
:Textures\My_n.dds | :Textures\My_n.dds | ||
[[Category:Solutions]] | [[Category:Solutions]] |