Krock wrote:Look interesting, specially the textures.
Ain't it possible to just use one texture per node type? (asphalt, reet, straw)
Yep! Just haven't sent to Don yet. One small tiling texture for each material type. And will work across all the myroof nodes. I have the models and textures done, just need to get all the code in place.
Krock wrote:Look interesting, specially the textures.
Ain't it possible to just use one texture per node type? (asphalt, reet, straw)
Yep! Just haven't sent to Don yet. One small tiling texture for each material type. And will work across all the myroof nodes. I have the models and textures done, just need to get all the code in place.
You da man!
Can't wait to see what you have done.
I am also open to any suggestions to improve this mod or any of my other mods.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!
ExeterDad redid the models to use one texture. He added inside and outside corners for long slopes(6 - 12 slope).
Thank you very much ExeterDad. They look awesome.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!
The textures look good! Guess I'll eventually have to do the roofs for my cottages mod that way as well, except that so far, I tried to avoid getting too many nodes. Real roofs require at least inner and outer corner, as seen here. A roof that is less steep than one block is also a very nice thing to build with.
Sokomine wrote:The textures look good! Guess I'll eventually have to do the roofs for my cottages mod that way as well, except that so far, I tried to avoid getting too many nodes. Real roofs require at least inner and outer corner, as seen here. A roof that is less steep than one block is also a very nice thing to build with.
Thanks
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!
12Me21 wrote:Looks good. However, the lines between the shingles stand out too much. It makes it look more like a brick wall than overlapping shingles.
I agree and plan on adjusting the line soon. I just need to finish another project first.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!
Removed on_place = minetest.rotate_node.
This will make it easier to place the blocks. If you need them to be rotated you will need to use the screw driver
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!
Don wrote:
Removed on_place = minetest.rotate_node.
This will make it easier to place the blocks. If you need them to be rotated you will need to use the screw driver
Just use my replacer mod. It makes adding roofs a lot easier because you don't have to rotate everything manually or adjust your position constantly.