Ludeon Forums

RimWorld => Mods => Topic started by: heldemoon on October 18, 2014, 08:05:42 AM

Title: [Mod Request] Pre Alpha 7 Connected Textures
Post by: heldemoon on October 18, 2014, 08:05:42 AM
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!
Title: Re: [Mod Request] Pre Alpha 7 Connected Textures
Post by: Damien Hart on October 18, 2014, 08:51:55 AM
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>
Title: Re: [Mod Request] Pre Alpha 7 Connected Textures
Post by: skullywag on October 18, 2014, 10:05:35 AM
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
Title: Re: [Mod Request] Pre Alpha 7 Connected Textures
Post by: heldemoon on October 18, 2014, 10:56:36 AM
Thank you all for replying!
And I'll sure look into that mod Skully :3
Title: Re: [Mod Request] Pre Alpha 7 Connected Textures
Post by: Matthiasagreen on October 22, 2014, 02:42:50 PM
Tynan didn't realize it was such a big deal to people and has siad he will fix it.
Title: Re: [Mod Request] Pre Alpha 7 Connected Textures
Post by: IRebel on October 26, 2014, 02:08:36 PM
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
Title: Re: [Mod Request] Pre Alpha 7 Connected Textures
Post by: skullywag on October 26, 2014, 04:06:47 PM
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)
Title: Re: [Mod Request] Pre Alpha 7 Connected Textures
Post by: skullywag on October 26, 2014, 05:06:02 PM
Ok i forgot to add the linkflags to consuit walls in my moreDeco mod, ive done this now.