Page 1 of 1

[closed] nodes spawning houses [home_builder]

PostPosted: Thu Oct 02, 2014 20:02
by Hybrid Dog
the code is now used for my swamps mod

Re: [closed] nodes spawning houses [home_builder]

PostPosted: Wed Aug 26, 2015 16:25
by Dragonop
Nice mod, it's kinda amanazing how quick and intuitive it is.

Re: [closed] nodes spawning houses [home_builder]

PostPosted: Thu Aug 27, 2015 09:31
by Hybrid Dog
Dragonop wrote:Nice mod, it's kinda amanazing how quick and intuitive it is.

thanks, if l would find out my mistakes at the net noise function, which should use PseudoRandom to make it connect with points in other chunks (that somehow doesn't work maybe because of typos), l maybe could make a city mapgen with different houses and a bit forest with some ruins
https://github.com/HybridDog/miscellane ... _noise.lua

Re: [closed] nodes spawning houses [home_builder]

PostPosted: Fri Aug 28, 2015 22:32
by Dragonop
Hope you do!
btw, what is the "Hut Preparation" block for? Most important, how do I use it?

Re: [closed] nodes spawning houses [home_builder]

PostPosted: Fri Aug 28, 2015 23:03
by Hybrid Dog
Dragonop wrote:Hope you do!
btw, what is the "Hut Preparation" block for? Most important, how do I use it?

It should make wall positions and place the wool there that l don't need to do it manually.
I tried to make them with lines from random positions near the placed position but l somehow didn't manage to do it this way.
Now, when l was replying, l got the idea to fix it: using perlin noise in the way l did it for explosions. It would fix the problem of the wall positions typically used for the huts and it should be easier to filter the unwanted positions (if that is necessary), but l guess l would also need to improve detecting the positions inside the walls, which is necessary to place the floor and roof right.
Finding out possible positions for the wall is essential if l want to use the huts for my swamps mod.

So currently the block is something unfinished.

Re: [closed] nodes spawning houses [home_builder]

PostPosted: Mon Aug 31, 2015 12:25
by Hybrid Dog
Now you can use the hut preparation node.