[Mod Request] Pre Alpha 7 Connected Textures

Started by heldemoon, October 18, 2014, 08:05:42 AM

Previous topic - Next topic

heldemoon

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:



Thank you in advance!

Damien Hart

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>

skullywag

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
Skullywag modded to death.
I'd never met an iterator I liked....until Zhentar saved me.
Why Unity5, WHY do you forsake me?

heldemoon

Thank you all for replying!
And I'll sure look into that mod Skully :3

Matthiasagreen

Tynan didn't realize it was such a big deal to people and has siad he will fix it.
Hi, my name is Matthias and I am a Rimworld Addict. It has been five seconds since my last fix...

IRebel

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

skullywag

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)
Skullywag modded to death.
I'd never met an iterator I liked....until Zhentar saved me.
Why Unity5, WHY do you forsake me?

skullywag

#7
Ok i forgot to add the linkflags to consuit walls in my moreDeco mod, ive done this now.
Skullywag modded to death.
I'd never met an iterator I liked....until Zhentar saved me.
Why Unity5, WHY do you forsake me?