[SD/Modeling] How do I Blight a Tree Wall Destructible?

You can replace one of the in-game tree ReplaceableTextures by setting the file path of your custom texture to the path of the in-game texture. The in-game tree textures have additional blight textures that have "blight" affixed to the end before the file extension:

replaceabletextures\ashenvaletree\ashentree.blp
replaceabletextures\ashenvaletree\ashentreeblight.blp
replaceabletextures\ashenvaletree\ashencanopytree.blp
replaceabletextures\ashenvaletree\ashencanopytreeblight.blp
replaceabletextures\ashenvaletree\felwoodtree.blp
replaceabletextures\ashenvaletree\felwoodtreeblight.blp
replaceabletextures\ashenvaletree\ice_tree.blp
replaceabletextures\ashenvaletree\ice_treeblight.blp
replaceabletextures\lordaerontree\lordaeronfalltree.blp
replaceabletextures\lordaerontree\lordaeronfalltreeblight.blp
replaceabletextures\lordaerontree\lordaeronsnowtree.blp
replaceabletextures\lordaerontree\lordaeronsnowtreeblight.blp
replaceabletextures\lordaerontree\lordaeronsummertree.blp
replaceabletextures\lordaerontree\lordaeronsummertreeblight.blp
replaceabletextures\lordaerontree\lordaeronwintertree.blp
replaceabletextures\lordaerontree\lordaeronwintertreeblight.blp
replaceabletextures\dalaranruinstree\dalaranruinstree.blp
replaceabletextures\dalaranruinstree\dalaranruinstreeblight.blp
replaceabletextures\barrenstree\barrenstree.blp
replaceabletextures\barrenstree\barrenstreeblight.blp
replaceabletextures\northrendtree\northtree.blp
replaceabletextures\northrendtree\northtreeblight.blp
replaceabletextures\ruinstree\ruinstree.blp
replaceabletextures\ruinstree\ruinstreeblight.blp
replaceabletextures\outlandmushroomtree\mushroomtree.blp
replaceabletextures\outlandmushroomtree\mushroomtreeblight.blp
replaceabletextures\undergroundtree\undermushroomtree.blp
replaceabletextures\undergroundtree\undermushroomtreeblight.blp
replaceabletextures\mushroom\mushroomtree.blp
replaceabletextures\mushroom\mushroomtreeblight.blp

Just be sure to replace a texture that you aren't planning to use otherwise.

You can add custom textures without replacing an in-game texture, but I don't believe that it will work properly with blight.
 
Back
Top