Rule Tiles for buildings as example

Hey guys!

I am new to Ruletiles + Tilemaps etc… I have tried to paint my buildings using Ruletiles and have encountered the following problem:

In the first picture you can see my floor plan of the building. Now I would like to have another wall in the building, as shown in example picture 2 (marked yellow = missing wall). Is it possible to make this possible using additional rules?
9482275--1333564--easy example.PNG 9482275--1333567--easy example what I needl.PNG

My current rules are as follows
9482275--1333573--Rules.PNG

Another question is whether every tile needs to be painted. Since I don’t use a sprite at the moment, you can’t see any, but as soon as I use a visual, it looks like this
9482275--1333576--easy example visual.PNG
So I’m forced to paint the inside of the building as well, otherwise my rule won’t apply.
9482275--1333588--Rules doesnt apply.PNG

Thanks for your help!

Kind regards

Yes, you’ll need to sort the rules such that the upper rules are more restrictive than the lower rules.

9482380--1333627--upload_2023-11-20_12-27-29.png
(IMPORTANT NOTE: I messed up the X’s and tick’s in this image, invert them) since you are using rotated rules thingy, you’ll only need to implement no1 or no3. If you need a smooth transition between no1 and the tile left of it, you’ll need to implement more rules with more sprites.

also your rules are wrong too.
9482380--1333630--upload_2023-11-20_12-29-46.png

No it doesnt need to be painted. Not sure what you mean in the next parts of the question though.

Try looking at some rule tile demos or tutorials

*if you need to quote a specific section, highlight it with your mouse and select reply. This answer to your post will be without quotes because you haven’t separated your answer with quotation.

  • “But what if the inner wall should not be “directly” next to the outer wall, as is the case here, for example?”
    it doesnt matter what shape of walls you want to make, as long as there is a rule for it rule tiles will work.
  • “Only when I fill the interior with the default sprite do the ruletiles take effect”
    Remove the ticks in the corner of the second rule and convert the upper tick to an X in the third rule. For example, in the second rule, you are saying I want this sprite only when there is another tile in the bottom right. That is why you need to place another tile in the middle of the 3x3 square for that rule to take effect.

All you need to do is look at some examples, check out happy harvest demo 's rule tile for fences, dirt path etc.(Under art>tiles):
9482737--1333765--upload_2023-11-20_16-4-24.png

This is about as detailed as it gets.

Notice the rules in green boxes, the lower one’s bottom left is X, therefore it has a tiny bit of grass on the bottom left of the sprite etc.