[Mod] Snow Biomes [3.2] [snow]

Sokomine
Member
 
Posts: 2980
Joined: Sun Sep 09, 2012 17:31

by Sokomine » Mon Feb 11, 2013 20:00

In a smaller way perhaps. The moretree-trees are huge :-) And the snow does not pile up under trees. Some smaller moretree-trees would be great for that biome as well. I'd be glad if the trunk could be replaced.
A list of my mods can be found here.
 

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Tue Feb 12, 2013 01:29

Sokomine wrote:In a smaller way perhaps. The moretree-trees are huge :-) And the snow does not pile up under trees. Some smaller moretree-trees would be great for that biome as well. I'd be glad if the trunk could be replaced.


I was thinking that the fir and spruce trees can appear in some of the more forested snow biomes. I am confident that Splizard can find a way to get snow to appear under them. Perhaps snow can be made to spread out? Moretrees is a very nice mod and I would like to see it put to good use. I don't wish to see its potential wasted.

The trunk nodes of the spruce trees would be perfect for the small trees that come with the snow mod.
Last edited by Inocudom on Tue Feb 12, 2013 01:32, edited 1 time in total.
 

User avatar
Splizard
Member
 
Posts: 220
Joined: Wed Jan 25, 2012 07:20
GitHub: Splizard
IRC: Splizard
In-game: Splizard

by Splizard » Tue Feb 12, 2013 23:03

4aiman wrote:What wasn't quite well? Performance?

No just some obscure bug I can't quite remember what it was -.-

@Incudom and Sokomine
When a moretrees tree grows there will still be snow underneath, IMO having default trunks for pine trees gives a more "default" feel to snow mod. People can always get a mod such as moretrees which then could be compatible with snow mod *Pokes VanessaE* :)

VanessaE wrote:At which point I guess you could remove trees from your mod since mine will be faster. ;-)

Could the pine trees from snow mod be made with L-systems? I have had a quick look at the concept but didn't quite understand it.
If so I would like to keep them in snow mod (see above)
Games: The Hungry Games.
Mods: Lifters (Simple Lifts), Snow Biomes and Gates.
Also checkout my texture pack Gridtoon!
View all of them plus more at http://minetest.splizard.com! (may not always be online).
 

jin_xi
Member
 
Posts: 165
Joined: Mon Jul 02, 2012 18:19

by jin_xi » Wed Feb 13, 2013 00:34

Hey, i did a little write-up on l-systems after i saw your post. its here http://forum.minetest.net/viewtopic.php?pid=69941

hope this helps
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Wed Feb 13, 2013 01:40

Splizard: very easily. And for trees the size of those, the L-Systems rules should be fairly simple to write.

Jin_xi's thread is a good place to start to understand how they work.

In the meantime, from a quick browse of your code (which I have not yet tried out), I guess all I'd to do is make a tree spawn on snow:dirt_with_snow with air directly above it? Seems like a small size of More Trees' Douglas fir would be about right.

Is there anything else one needs to check for?
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
Splizard
Member
 
Posts: 220
Joined: Wed Jan 25, 2012 07:20
GitHub: Splizard
IRC: Splizard
In-game: Splizard

by Splizard » Wed Feb 13, 2013 07:28

jin_xi wrote:Hey, i did a little write-up on l-systems after i saw your post. its here http://forum.minetest.net/viewtopic.php?pid=69941

hope this helps

Thanks

VanessaE wrote:In the meantime, from a quick browse of your code (which I have not yet tried out), I guess all I'd to do is make a tree spawn on snow:dirt_with_snow with air directly above it? Seems like a small size of More Trees' Douglas fir would be about right.

Is there anything else one needs to check for?

Yes you need to check for snow:snow instead as that is always above snow:dirt_with_snow.
Games: The Hungry Games.
Mods: Lifters (Simple Lifts), Snow Biomes and Gates.
Also checkout my texture pack Gridtoon!
View all of them plus more at http://minetest.splizard.com! (may not always be online).
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Sat Feb 23, 2013 17:43

Moretrees has been updated to be more or less compatible with snow biomes - at least, small firs will now spawn in snow as long as it's on dirt or grass or grass with snow, though they spawn without snow on top of them. I guess falling snow will eventually take care of that last part though.

The two mods add enough load to the map generator that there are lots of cut-offs at mapblock edges now, though. I'm pretty sure this is a bug in the engine, not in your code or mine.

You'll need today's update of plants_lib to make it work properly (or as properly as the engine will allow).

As an aside, is there any way at all to tell the engine to always run your code first?
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

Sokomine
Member
 
Posts: 2980
Joined: Sun Sep 09, 2012 17:31

by Sokomine » Sat Feb 23, 2013 18:05

Great! Thanks for all the work. Snow mod and moretrees look nice next to each other.
A list of my mods can be found here.
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Sat Feb 23, 2013 18:11

Despite the load it would add, I'm considering adding the snow mod to my server. Any opinions on that?
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

dsalt
Member
 
Posts: 12
Joined: Wed Feb 20, 2013 13:13

by dsalt » Sat Feb 23, 2013 18:39

I can trigger
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
FIXME: Meshbuffer ran out of indices
Too many vertices for 16bit index type, render artifacts may occur.
without adding snow…
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Sat Feb 23, 2013 18:45

This is due to the sheer number of polygons on your screen, which sometimes happens with these big trees. Try turning off "fancy leaves", see if that helps for now. A fix to the engine is needed (and is planned) to solve this properly though.
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
Splizard
Member
 
Posts: 220
Joined: Wed Jan 25, 2012 07:20
GitHub: Splizard
IRC: Splizard
In-game: Splizard

by Splizard » Sun Feb 24, 2013 07:14

VanessaE wrote:Moretrees has been updated to be more or less compatible with snow biomes - at least, small firs will now spawn in snow as long as it's on dirt or grass or grass with snow, though they spawn without snow on top of them. I guess falling snow will eventually take care of that last part though.

The two mods add enough load to the map generator that there are lots of cut-offs at mapblock edges now, though. I'm pretty sure this is a bug in the engine, not in your code or mine.

You'll need today's update of plants_lib to make it work properly (or as properly as the engine will allow).

As an aside, is there any way at all to tell the engine to always run your code first?

Cool, about telling the engine to run snow mod code first, I believe 'depending' on snow mod would do that... (haven't really tested it though)
It is not really a practical solution.
Games: The Hungry Games.
Mods: Lifters (Simple Lifts), Snow Biomes and Gates.
Also checkout my texture pack Gridtoon!
View all of them plus more at http://minetest.splizard.com! (may not always be online).
 

User avatar
Bas080
Member
 
Posts: 398
Joined: Mon May 21, 2012 15:54
GitHub: bas080
IRC: bas080
In-game: bas080

by Bas080 » Sun Apr 07, 2013 23:23

Jungletrees covered with snow. Maybe snowfall should avoid jungletree nodes.
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Sun Apr 07, 2013 23:49

You could use the particle spawners for snowfall
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

Jouster27
Member
 
Posts: 117
Joined: Fri Mar 29, 2013 14:16

by Jouster27 » Mon Apr 08, 2013 01:35

Someone mentioned it earlier but I didn't see the particular question answered (sorry, if I missed it); would it be possible to configure Snow Biomes to only generate above a certain altitude or above or below a certain latitude? Say, maybe something along the lines of:

snowbiome_exludey=50 <-Don't generate snow biomes at an altitude of 50 or below.
snowbiome_exludez=500 <-Don't generate snow biomes between z=-500 to z=500.


Folks have mentioned that deserts can get cold and that is true but you typically don't see snow biomes close to the equator and close to sea level.
 

User avatar
windmere33
Member
 
Posts: 100
Joined: Thu Apr 04, 2013 19:21

by windmere33 » Mon Apr 08, 2013 22:06

What sound is it when you walk on the snow? It's hard to find it in the .lua (i mean like grassyfootstep2.ogg, or whatever)
Active Contributor To Thaumtest!
 

User avatar
Splizard
Member
 
Posts: 220
Joined: Wed Jan 25, 2012 07:20
GitHub: Splizard
IRC: Splizard
In-game: Splizard

by Splizard » Mon Apr 08, 2013 22:19

@bas080
It is because the jungles are inside a snow biome.
When mapgenv7 is released in stable I will redo snow mod, this will fix issues such as this.

@jojoa1997
Yes, I have been playing around with those. That is why I have made a issue on implementing attached particle spawners.

@Jouster27
yes that would be possible but not without modifying the code, thanks for the suggestion I will add that for the next release.

@windmere33
snow mod uses the default gravel sounds
Games: The Hungry Games.
Mods: Lifters (Simple Lifts), Snow Biomes and Gates.
Also checkout my texture pack Gridtoon!
View all of them plus more at http://minetest.splizard.com! (may not always be online).
 

User avatar
AndrOn
Member
 
Posts: 38
Joined: Fri May 31, 2013 22:32

by AndrOn » Mon Jun 10, 2013 15:50

Snow is very buggy in the new version of minetest (0.4.7): I have decorated pine and other random textures from the mod on the snow.
sorry for bad english
 

User avatar
Splizard
Member
 
Posts: 220
Joined: Wed Jan 25, 2012 07:20
GitHub: Splizard
IRC: Splizard
In-game: Splizard

by Splizard » Tue Aug 06, 2013 08:43

Version 1.8 now out!
featuring falling snow, smooth leveled snow and mapgen_v7 support!
Image
Games: The Hungry Games.
Mods: Lifters (Simple Lifts), Snow Biomes and Gates.
Also checkout my texture pack Gridtoon!
View all of them plus more at http://minetest.splizard.com! (may not always be online).
 

GreenGerm
Member
 
Posts: 22
Joined: Sun Jul 07, 2013 15:10

by GreenGerm » Tue Aug 06, 2013 08:55

where do you download minetest mapper from? I searched on Google but there wasnt any relavant results
I'm not GreenGerm from Minecraft and Roblox. I'm XXGreenGermXX on Roblox and DJ_IbMasterX on Minecraft.
 

User avatar
Splizard
Member
 
Posts: 220
Joined: Wed Jan 25, 2012 07:20
GitHub: Splizard
IRC: Splizard
In-game: Splizard

by Splizard » Tue Aug 06, 2013 09:02

GreenGerm wrote:where do you download minetest mapper from? I searched on Google but there wasnt any relavant results

It should be included with minetest in the folder "util" it's called minetestmapper.py, you will need python to run that.
there is also a c++ version here: https://github.com/mireq/minetest-mapper-cpp
Here is the post regarding snow mod with minetestmapper https://forum.minetest.net/viewtopic.php?pid=30137#p30137
Games: The Hungry Games.
Mods: Lifters (Simple Lifts), Snow Biomes and Gates.
Also checkout my texture pack Gridtoon!
View all of them plus more at http://minetest.splizard.com! (may not always be online).
 

GreenGerm
Member
 
Posts: 22
Joined: Sun Jul 07, 2013 15:10

by GreenGerm » Tue Aug 06, 2013 09:06

sorry i dont have that. Im running the windows version
I'm not GreenGerm from Minecraft and Roblox. I'm XXGreenGermXX on Roblox and DJ_IbMasterX on Minecraft.
 

User avatar
Splizard
Member
 
Posts: 220
Joined: Wed Jan 25, 2012 07:20
GitHub: Splizard
IRC: Splizard
In-game: Splizard

by Splizard » Tue Aug 06, 2013 09:15

GreenGerm wrote:sorry i dont have that. Im running the windows version

ok sorry, Im not sure how to use it on windows :/
Games: The Hungry Games.
Mods: Lifters (Simple Lifts), Snow Biomes and Gates.
Also checkout my texture pack Gridtoon!
View all of them plus more at http://minetest.splizard.com! (may not always be online).
 

Temperest
Member
 
Posts: 651
Joined: Tue Nov 15, 2011 23:13
GitHub: Uberi

by Temperest » Tue Aug 06, 2013 17:02

That is super impressive. These snow biomes add a ton of atmosphere to the world, especially when it's snowing.
WorldEdit 1.0 released

The Mesecons Laboratory - the art of Mesecons circuitry
Latest article: Mesecons Basics.
 

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Tue Aug 06, 2013 17:49

Voxel_manip could be very helpful for this mod.

Have you considered generating permafrost stone beneath the colder biomes?
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Tue Aug 06, 2013 18:23

What's the current state of this mod, when added to an existing v6 map? What will happen, overall?
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

by paramat » Tue Aug 06, 2013 20:11

A suggestion from a physicist ... snow falls at terminal velocity so acceleration (acc) should be zero ... i suspect it will look better that way. This goes for Jeija's weather mod too.
I rely on donations to help provide an income https://forum.minetest.net/viewtopic.php?f=3&t=14935
 

User avatar
Splizard
Member
 
Posts: 220
Joined: Wed Jan 25, 2012 07:20
GitHub: Splizard
IRC: Splizard
In-game: Splizard

by Splizard » Tue Aug 06, 2013 22:21

Inocudom wrote:Voxel_manip could be very helpful for this mod.

Have you considered generating permafrost stone beneath the colder biomes?

Yes I am experimenting with voxelmanip at the moment. This will be added soon.
Permafrost stone? maybe, but I'm not sure what that should look like.

VanessaE wrote:What's the current state of this mod, when added to an existing v6 map? What will happen, overall?

Any new chunks generated after the mod is added will have the chance to be snow biomes and the areas of the map already generated that should of been snow biomes will have the potential to snow.
On v6 maps in minetest 0.4.7, snow mod generates the same as the last version. On v7 maps in minetest 0.4.8 (dev) snow mod generates according to the new biome system (no ice at the moment).
The next version of snow biomes will have voxelmanip support for v6 maps in minetest 0.4.8 (dev) which will make generation alot faster.
Snow mod does not use default snow nodes so you will be left with unknown blocks if you remove the mod.

paramat wrote:A suggestion from a physicist ... snow falls at terminal velocity so acceleration (acc) should be zero ... i suspect it will look better that way. This goes for Jeija's weather mod too.

Thanks I'll try that out.
Games: The Hungry Games.
Mods: Lifters (Simple Lifts), Snow Biomes and Gates.
Also checkout my texture pack Gridtoon!
View all of them plus more at http://minetest.splizard.com! (may not always be online).
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Wed Aug 07, 2013 00:26

I think I'll add this mod to my server soon, but if you could, please make it use the default snow/ice nodes. Means less nodes for the program to have to manage, and ideally no duplicates. :-)
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
Splizard
Member
 
Posts: 220
Joined: Wed Jan 25, 2012 07:20
GitHub: Splizard
IRC: Splizard
In-game: Splizard

by Splizard » Wed Aug 07, 2013 02:36

VanessaE wrote:I think I'll add this mod to my server soon, but if you could, please make it use the default snow/ice nodes. Means less nodes for the program to have to manage, and ideally no duplicates. :-)

I think you should ask minetest_game to remove the snow nodes, snow mod had them first :-P
Seriously though, Yea Ill think about it for version 2 of snow mod after 0.4.8 is released.
Games: The Hungry Games.
Mods: Lifters (Simple Lifts), Snow Biomes and Gates.
Also checkout my texture pack Gridtoon!
View all of them plus more at http://minetest.splizard.com! (may not always be online).
 

PreviousNext

Return to Mod Releases

Who is online

Users browsing this forum: No registered users and 40 guests

cron