Wall Pink Texture

Started by Vilusia, October 03, 2014, 09:42:05 PM

Previous topic - Next topic

Vilusia

Hello! I'm currently remaking one of my old mods and I've run into quite the snag. I cannot for the life of me figure out how to fix this texture problem I'm having!

This is what happens when I try to put down my custom wall. Please note this wall is not made from stuff. Just made from a custom resource called Bone. Does anyone know how to fix this?

Check out Bone Mod! Updates almost daily.

Telkir

I had the same problem in converting the scrap metal wall I had in one of my mods.

For walls that aren't built out of stuff, you need to change the element that sets the texture path from:
<graphicPathFolderAppearances>Things/Building/Linked/Wall</graphicPathFolderAppearances>

To:
<graphicPathSingle>Your/Graphic/Path</graphicPathSingle>

Hopefully this should work.

Vilusia

Thanks! That did the trick. this should be added to the modding wiki so people know about this :D

Check out Bone Mod! Updates almost daily.