Hey there,
Long story short story. I want some way to use the pre Alpha 7 connected texture system.
So that Iron, Stone, etc Walls connect to natural generated rock and minerals.
I'm not that good with modding myself so I'd ask if some fine person would either send me in the good direction so I can do it myself/manual or in the form of a mod.
Here is a picture as a reference to what I mean:
(http://www.mediafire.com/convkey/a9c3/0taq5d08jp44amkfg.jpg)
Thank you in advance!
Just add Rock to linkFlags on the wall def (Buildings_Structure.xml). Copy the xml first and implement it as a separate mod though, because it's always inadvisable to edit the game's own files.
<linkFlags>
<li>Wall</li>
<li>Rock</li>
</linkFlags>
I just added this to my MoreDeco mod if you want to grab it, it comes with some other beautifiers so check you want it all before downloading.
https://ludeon.com/forums/index.php?topic=6130.0
Thank you all for replying!
And I'll sure look into that mod Skully :3
Tynan didn't realize it was such a big deal to people and has siad he will fix it.
i think it should be integrated in to the enhanced stone working mod, id like to link sandstone and sandstone walls just for that nice connected look
The xml to do that is above, just open the wall defs from the mod and edit the linkflags to have rock in them, or the other walldefs if you want them to link together (if they dont already)
Ok i forgot to add the linkflags to consuit walls in my moreDeco mod, ive done this now.