Page 1 of 1

[Mod] myroofs [myroofs]

Posted: Thu Mar 05, 2015 21:14
by Don
This is a mesh node roofing mod.
Uses ExeterDads slope models.

Contributors - ExeterDad , Don
Requires Minetest 0.4.11 or later
Depends - default, farming, dye (all included in minetest_game)
Download - https://github.com/minetest-mods/myroof ... master.zip
Github - https://github.com/minetest-mods/myroofs
Licence - DWYWPL

Image
Image
Image
Image

Re: [Mod]myroofs[myroofs]

Posted: Thu Mar 05, 2015 21:54
by ExeterDad
Look'n good Don!
A pull request isn't far away ;)

Re: [Mod]myroofs[myroofs]

Posted: Thu Mar 05, 2015 22:09
by Don
ExeterDad wrote:Look'n good Don!
A pull request isn't far away ;)
Perfect. Any chance that you are doing the grass in mypaths?

Re: [Mod]myroofs[myroofs]

Posted: Fri Mar 06, 2015 19:18
by Krock
Look interesting, specially the textures.
Ain't it possible to just use one texture per node type? (asphalt, reet, straw)

Re: [Mod]myroofs[myroofs]

Posted: Fri Mar 06, 2015 19:50
by Don
Krock wrote:Look interesting, specially the textures.
Ain't it possible to just use one texture per node type? (asphalt, reet, straw)
It is I think. ExeterDad is updating it. He is also adding corners to the long slope.

Re: [Mod]myroofs[myroofs]

Posted: Sat Mar 07, 2015 00:28
by ExeterDad
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.

Re: [Mod]myroofs[myroofs]

Posted: Sat Mar 07, 2015 00:53
by Don
ExeterDad wrote:
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.

Re: [Mod] myroofs [myroofs]

Posted: Mon Mar 09, 2015 14:03
by Don
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.

Image

Re: [Mod] myroofs [myroofs]

Posted: Mon Mar 09, 2015 14:24
by Calinou
More Blocks includes a lot of craftsble slopes you can use for roofing purposes.

If you have a mod, I think you can just implement the More Blocks API (which will require More Blocks to be installed and enabled, though).

Re: [Mod] myroofs [myroofs]

Posted: Mon Mar 09, 2015 14:41
by Don
Calinou wrote:More Blocks includes a lot of craftsble slopes you can use for roofing purposes.

If you have a mod, I think you can just implement the More Blocks API (which will require More Blocks to be installed and enabled, though).
I will look at more blocks. Maybe I can do it so if you have more blocks then it it adds the slopes.
Thanks for the suggestion.

Re: [Mod] myroofs [myroofs]

Posted: Wed Mar 11, 2015 04:57
by Don
ExeterDad fixed shading issue.
I cleaned up the code and crafts.

Re: [Mod] myroofs [myroofs]

Posted: Thu Mar 19, 2015 01:42
by Sokomine
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.

Re: [Mod] myroofs [myroofs]

Posted: Thu Mar 19, 2015 03:22
by Don
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

Re: [Mod] myroofs [myroofs]

Posted: Thu Mar 19, 2015 15:51
by 12Me21
Looks good. However, the lines between the shingles stand out too much. It makes it look more like a brick wall than overlapping shingles.

Re: [Mod] myroofs [myroofs]

Posted: Thu Mar 19, 2015 16:27
by Don
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.

Re: [Mod] myroofs [myroofs]

Posted: Tue Mar 31, 2015 03:19
by Don
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

Re: [Mod] myroofs [myroofs]

Posted: Fri Apr 03, 2015 00:00
by Sokomine
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.

Re: [Mod] myroofs [myroofs]

Posted: Fri Apr 03, 2015 00:30
by Don
Replacer is a must have mod. I love it