Difference between revisions of "LandTexture"

From the CreationKit Wiki
Jump to navigation Jump to search
Line 1: Line 1:
A [[LandTexture]] represents a texture that can be applied to terrain through the [[Landscape|Landscaping]] tool.
A [[LandTexture]] represents a texture that can be applied to terrain through the [[Landscape|Landscaping]] tool.
[[File:Skyrim_Creation_Kit_LandTexture_Dialog.png|right]]


==LandTexture Dialog==
==LandTexture Dialog==
Line 9: Line 7:
*'''Texture Specular Exponent:''' Allows you to change the specularity. The default, 30, is usually fine.
*'''Texture Specular Exponent:''' Allows you to change the specularity. The default, 30, is usually fine.
*'''Potential Grass:''' A list of procedural [[Grass]] objects that may be generated by this terrain.
*'''Potential Grass:''' A list of procedural [[Grass]] objects that may be generated by this terrain.
*'''Is Snow''': Probably added in Skyrim Special Edition. Indicates that this texture should use the new shader for snow introduced in Special Edition.
**''Note'': The snow shader is currently glitched and can cause other nearby land textures' normal maps to display on the wrong scale.
[[File:Skyrim_Creation_Kit_LandTexture_Dialog.png]]


[[Category:Miscellaneous]]
[[Category:Miscellaneous]]
[[Category:Object Classes]]
[[Category:Object Classes]]

Revision as of 05:27, 10 March 2024

A LandTexture represents a texture that can be applied to terrain through the Landscaping tool.

LandTexture Dialog

  • ID: The Editor ID of the texture.
  • Texture Set: A dropdown that allows you to select the texture (a TextureSet object).
  • Havok Data: Allows you to set the object's Havok material type and properties.
  • Texture Specular Exponent: Allows you to change the specularity. The default, 30, is usually fine.
  • Potential Grass: A list of procedural Grass objects that may be generated by this terrain.
  • Is Snow: Probably added in Skyrim Special Edition. Indicates that this texture should use the new shader for snow introduced in Special Edition.
    • Note: The snow shader is currently glitched and can cause other nearby land textures' normal maps to display on the wrong scale.

Skyrim Creation Kit LandTexture Dialog.png