Changes

Jump to navigation Jump to search
No change in size ,  15:12, 1 March 2018
Line 6: Line 6:     
== Materials ==
 
== Materials ==
Each material will be named as its tag, the player will never see this name, but the game uses it for serialization purposes, so you should make the name as unique as possible to avoid overlap. If a material is named the same as another one, it will replace it, which you can use to replace in-game materials.
+
Each material will be named as its tag. The player will never see this name, but the game uses it for serialization purposes, so you should make the name as unique as possible to avoid overlap. If a material is named the same as another one, it will replace it, which you can use to replace in-game materials.
    
Each material should have sub tags defining its Category, either Floor, Interior or Exterior, optional paths to its "Base", "Bump" and "Extra" textures and optionally a Skirting tag which you can use to remove skirtings on interior wall materials using <Skirting>False</Skirting>.
 
Each material should have sub tags defining its Category, either Floor, Interior or Exterior, optional paths to its "Base", "Bump" and "Extra" textures and optionally a Skirting tag which you can use to remove skirtings on interior wall materials using <Skirting>False</Skirting>.

Navigation menu