Difference between revisions of "Retex Troubleshooting"
m
no edit summary
imported>JOG (Retexture troubleshooting: normal maps) |
imported>JOG m |
||
Line 1: | Line 1: | ||
A quite common problem with retexturing is the disappearance of bodyparts 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. | |||
*Retextured static object without a normal map suddenly flip around one axle when you turn them on another axle in the Render Window. | |||
*Retextured static object without a normal map suddenly flip around one | |||
*Retextured Armor seems to have invisible bodyparts, this is the same symptom, the game tries to turn them around one axis and they flip over on the other, out of the player's view. | *Retextured Armor seems to have invisible bodyparts, this is the same symptom, the game tries to turn them around one axis and they flip over on the other, out of the player's view. | ||
Line 13: | Line 11: | ||
''' <u>How to solve the problem:</u> ''' | ''' <u>How to solve the problem:</u> ''' | ||
Every texture needs | Every texture needs a normal map, a file with the texture-name and an "_n" appended. This file can be found in the same folder as the original textures, and most of the time you just need to copy/rename it. | ||
There is another thing you need to keep in mind, though: The game is designed to have similar textures (like shop signs) share one normal map. To realize this, the normal map's filename is determined by textures filename | There is another thing you need to keep in mind, though: The game is designed to have similar textures (like shop signs) share one normal map. To realize this, the normal map's filename is determined by textures filename simply by truncating it at the position of the first underscore ("_") and appending "_n.dds". | ||
Line 32: | Line 30: | ||
:Textures\Mymod\NewArmor\my_Great_Cuirass.dds | :Textures\Mymod\NewArmor\my_Great_Cuirass.dds | ||
:Textures\Mymod\NewArmor\my_n.dds | :Textures\Mymod\NewArmor\my_n.dds | ||
Line 42: | Line 38: | ||
: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]] |