Difference between revisions of "Retex Troubleshooting"
Revised "Black Textures" section, and moved discussion to talk page.
imported>JOG (Corrected info on glowmaps and moved to own section. Facts please, no wild speculations.) |
imported>JOG (Revised "Black Textures" section, and moved discussion to talk page.) |
||
Line 1: | Line 1: | ||
==Pink Surfaces (Wrong | ==Pink Surfaces (Wrong texture-name)== | ||
When the game can't find the texture, your retextured model is completely pink. | When the game can't find the texture, your retextured model is completely pink. | ||
Line 8: | Line 8: | ||
There are two things that can be missed easily, though: | 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 | *Make sure that the texture in the NIF begins with "'''textures\'''" not "'''\textures\'''" or "'''C:\Program Files\Bethesda Softworks\Oblivion\Data\Textures\'''". Oblivion internally adds "Oblivion\data\" and everything but "Textures\" would result in an illegal filename. | ||
*Always use the backslash ("'''\'''") not the slash ("'''/'''"). While Morrowind didn't care which one you used, Oblivion does, and it only accepts the "'''\'''". | *Always use the backslash ("'''\'''") not the slash ("'''/'''"). While Morrowind didn't care which one you used, Oblivion does, and it only accepts the "'''\'''". | ||
<Br> | <Br> | ||
==Invisible Body Parts (Missing normal map)== | |||
==Invisible Body Parts (Missing | |||
A quite common problem with retexturing is the disappearance of bodyparts, especially when you use an retextured armor. This is caused by a missing normal map. For some reason the game seems to mix up an object's axes when the normal map is missing. | A quite common problem with retexturing is the disappearance of bodyparts, especially when you use an retextured armor. This is caused by a missing normal map. For some reason the game seems to mix up an object's axes when the normal map is missing. | ||
Line 64: | Line 55: | ||
:Textures\My_n.dds | :Textures\My_n.dds | ||
<BR> | |||
==Black Surfaces (Missing normal map or no alpha channel in nomal map)== | |||
This is usually a side-effect of a missing normal map, but can also be caused by a normal map that has no alpha-channel. | |||
Objects that have gloss use the normal map's alpha channel to determine how reflective each part of the object is. When the game can't find the normal map, the object looks very dark or even black. | |||
When the normal map is missing, you'll also experience abnormal behaviour in the inventory window especially for rings and amulets, as described above. | |||
textures | Objects with a strong emissive black color and much gloss (Jewelery for example) might even appear black instead of pink when the game can find no texture at all, see the infos on missing textures above. | ||
<Br> | <Br> | ||
Line 88: | Line 76: | ||
The glow map determines the strength of the "emissive color" that is emitted by a part of the armor. White areas glow with the full strength set in the NIF-File, while black areas don't glow at all. | The glow map determines the strength of the "emissive color" that is emitted by a part of the armor. White areas glow with the full strength set in the NIF-File, while black areas don't glow at all. | ||
Without a glowmap, all parts of the texture that are in the same general color as the emissive color are glowing ( | Without a glowmap, all parts of the texture that are in the same general color as the emissive color are glowing (when you set a red emissive color in Nifskope for example, the whole body of an orange creature will glow.) with a glowmap you can be more selective and have only the eyes of the creature glowing red. | ||
<Br> | |||
==Clipping Problems (Missing EGM-file)== | |||
If you've retextured clothing type items (especially for heads) you may get clipping problems, wherby parts of the head show through the helmet. | |||
The clipping problem occurs because of the face sliders which mean that features can be in different positions for different characters. The solution is the .egm file, which applies the facegen data to the mesh. | |||
If you're encountering clipping problems then, chances are you either didn't copy over the relevant .egm file into the same folder as the .nif; or you haven't named the .egm with the same name as the .nif | |||
[[Category:Solutions]] | [[Category:Solutions]] |