Page 1 of 1

[Mod] Big Trees [big_trees]

PostPosted: Thu Jan 26, 2017 07:19
by duane
This mod spawns huge trees, hundreds of meters high, every so often. Inside are hollow areas ideal for any mobs you might want to introduce.

+ Spoiler


Recipes
+ Spoiler



The source is available on github.

Code: LGPL2
Textures: CC0, GFDL

Mod dependencies: default, bucket

Download: https://github.com/duane-r/big_trees/archive/master.zip

Re: [Mod] Big Trees [big_trees]

PostPosted: Thu Jan 26, 2017 07:19
by duane
Problems: none so far

Re: [Mod] Big Trees [big_trees]

PostPosted: Thu Jan 26, 2017 19:25
by Krock
Great (heh, even really great) mod! I thought the giant sequoia would be big but this is really another scale of trees.
Sadly, the chainsaws won't work well on them, due to the contents inside.

Re: [Mod] Big Trees [big_trees]

PostPosted: Thu Jan 26, 2017 20:33
by BirgitLachner
Uumm ... thats really big!

Re: [Mod] Big Trees [big_trees]

PostPosted: Thu Jan 26, 2017 22:21
by burli
Nice mod. But the trees are to common. I found a lot of them within a range of a few hundred nodes. Two of them touched each other

Re: [Mod] Big Trees [big_trees]

PostPosted: Fri Jan 27, 2017 00:26
by duane
Krock wrote:Great (heh, even really great) mod! I thought the giant sequoia would be big but this is really another scale of trees.
Sadly, the chainsaws won't work well on them, due to the contents inside.


The chainsaws from my fun_tools mod should work fine on them. They were developed together. Of course you'll wear one out long before you remove a tree.

Nice mod. But the trees are to common. I found a lot of them within a range of a few hundred nodes. Two of them touched each other


They're intended to grow in loose collections, like forests, but you can adjust the big_trees_mod.rarity variable in treegen.lua to make them more/less common. This variable is the perlin noise cut-off that determines whether a tree gets planted, so it works logarithmically. Nudge it a bit higher and the trees will be much rarer.

Uumm ... thats really big!


It's meant to be another environment to dig through, with minerals and monsters to deal with. I added killer bees to mine in the past.

Re: [Mod] Big Trees [big_trees]

PostPosted: Fri Jan 27, 2017 10:28
by burli
duane wrote:They're intended to grow in loose collections, like forests,

Hmm, I want to spread single trees (5-10) over the map. Do you think this is possible with the current implementation?

Re: [Mod] Big Trees [big_trees]

PostPosted: Fri Jan 27, 2017 14:29
by azekill_DIABLO
oh duane it's awesome i was waiting for this since you started fun_caves (and just thinking to it why a cave mod has trees?)!!!

Re: [Mod] Big Trees [big_trees]

PostPosted: Fri Jan 27, 2017 14:29
by azekill_DIABLO
BirgitLachner wrote:Uumm ... thats really big!

Da Dum Tshh!

Re: [Mod] Big Trees [big_trees]

PostPosted: Sat Jan 28, 2017 12:25
by duane
burli wrote:
duane wrote:They're intended to grow in loose collections, like forests,

Hmm, I want to spread single trees (5-10) over the map. Do you think this is possible with the current implementation?


If you mean on a new map, sure. Just have it check at every third or forth set of map chunks. The trees are actually centered on the horizontal intersection of four chunks, to take advantage of their symmetry.

If you want them on an existing map, it might prove impossible. I've never tried to generate a huge structure after the map is generated.

Re: [Mod] Big Trees [big_trees]

PostPosted: Sat Jan 28, 2017 13:03
by burli
Ah, ok. I'll take a look at the code.

And I always talk about new maps