Editing Normal Map

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 3: Line 3:
Normal maps are used to fake the appearance of minor details that aren't present in the actual mesh.  Normal maps are typically used for details such as leather grain, cloth texture, pitted metal, bevels, seams, and so on.   
Normal maps are used to fake the appearance of minor details that aren't present in the actual mesh.  Normal maps are typically used for details such as leather grain, cloth texture, pitted metal, bevels, seams, and so on.   


The game uses tangent space normal maps.  Tangent space maps don't use the blue channel and it's always set to 255.  The red and green channels indicate how far the surface's normal should be deflected and in which direction, where the mid-point value of 127 means no deviation.  As a result, flat surfaces have the RGB color 127, 127, 255 which explains the overall bluish-purple hue normal maps have.   
The game uses tangent space normal maps.  Tangent space maps don't use the blue channel and it's always set to 255.  The red and green channels indicate how far the surface's normal should be deflected in the X and Y directions respectively, where the mid-point value of 127 means no deviation.  As a result, flat surfaces have the RGB color 127, 127, 255 which explains the overall bluish-purple hue normal maps have.   


Normal maps are located in the Data/Textures directory tree and are suffixed with "_n" (e.g., Data/Textures/Clothes/VaultSuit/VaultSuit81_n.DDS) and are stored using the BC5 format.  
Normal maps are located in the Data/Textures directory tree and are suffixed with "_n" (e.g., Data/Textures/Clothes/VaultSuit/VaultSuit81_n.DDS) and are stored using the BC5 format.  


When editing normal maps, keep in mind that the colors are encoding direction and as a result they cannot be rotated or mirrored without making adjustments to the colorsFor example, if you mirror a normal map on some axis, you'll need to invert the values of the corresponding color channel.
When editing normal maps, keep in mind that they are not encoding color information and as a result they cannot be rotated or mirrored.   


[[File:FO4-Normal_Map_Example.png|512px|thumb|left|Example of a normal map.]]
[[File:FO4-Normal_Map_Example.png|512px|thumb|left|Example of a normal map.]]

Please note that all contributions to the Fallout4 CreationKit Wiki are considered to be released under the Creative Commons Attribution-ShareAlike (see FalloutCK:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Template used on this page: