I've found two more swamps in my singleplayer-game :-) They look great! Only problem is that the computer got really slow. But that might be due to mapgen and too many mods. Another point I noticed: Plants in a swamp sometimes spawn on other plants, e.g. mushrooms on tall grass, or jungletree-samplings on top of other plants and vice versa.
It seems that the lag caused by this mod may not be caused by it, but by the jungletree and habitat mods. The creator of those two mods may consider using L-System to generate his jungle trees in the future, and he did say that he needed to give the areas created by his habitat mod smoother edges.
The birch trees look very nice and they really do contribute to the look of the swamps. Same thing goes for the swamp grass, the little mushrooms, the mud, and the stone beneath the swamps.
Are there any plans to use L-System's tree generation for the birch trees in the future, even though they already have parts that look like branches?
Hybrid Dog, i will be updating the habitat mod. You can look at the new code at https://github.com/bas080/habitat/tree/development. The readme and commits provide easy instructions on how to make it work. Comes down to
* on generate function is no longer needed. Just call function and on generate function is in the generate function.
* the name of the function is now. "habitat:generate(..."
EDIT:
I will be pushing the changes as soon as you updated your mod.
also
Feel free to add the jungletrees mod to your mod. jungletree.lua and dofile in the init. one depency less https://github.com/bas080/jungletree/tree/development
Last edited by Bas080 on Mon Jan 28, 2013 19:49, edited 1 time in total.
The jungle trees and birches of the moretrees mod would look pretty nice in this type of biome. For variety's sake, the current trees could still be used as well. Your mushrooms would look good in the swamp water.
It would be great if this mod could work well alongside moretrees and be faster. The swamps as such are great and I'd love to introduce them back to my singleplayer world - a world that has moretrees, plantlife_master, animals and snow for environment (plus a few other mods).
Mapgen has improved considerably with the new version. Is there no way to make the swamp work fast enough?
In my experience, ore generation sometimes took a considerable amount of time. That went way faster with the new way of creating them in C++. Your swamps mod creates special coal and iron. Placing plants is fast enough with plantlife (I'm sure spawning them can be limited to special swamp-nodes), and the snow binome manages to run fast enough, so there ought to be ways.
Perhaps it would be sufficient to replace all nodes of one type in a certain region with the new swamp nodes? For a start, using the new mapgen functions for ores plus plantlife for plants might be worth a try.
Hybrid Dog wrote:New version:
— ca. 10 times faster
— disable the not working swampwater
— add the old jungletrees (by Bas080)
— readd the ores (but with the old mapgen)
— find the ground much faster (thanks to the code of VanessaE)
If you keep working on this, it might end up as part of the base game one day (nodes and all.) Swamps are pretty and have special terrain, so it makes sense for the jungle trees in them to be larger.
When I last tested, the water appeared mostly not as lakes, but as 1x1 holes that led down to ground level. It looked really stange. Is this the same bug?
You could make a swamp cobble node along with the swamp brick node and use those to make dungeons that end up in swamps more fitting to the surroundings (though you would probably have to make swamp brick stairs and swamp cobble stairs too.)
I tested swamp water with the finite_liquid setting on and it works fine. An idea for the future could be a way for flowing swamp water and flowing normal water that are next to each other to flow into each other (the water values of the two types of water nodes could be compared, and the node with the winning water value could be what the combined water node could end up looking like.)
Your swamps, just like the trees of moretrees, make the overworld a much more diverse and much prettier place.
I was surprised (in a positive sense) when I found out that it works quite well on an Minetest version as early as 0.4.1.
Since I like to play older versions of the game once in a while.
Mossmanikin wrote:I was surprised (in a positive sense) when I found out that it works quite well on an Minetest version as early as 0.4.1.
Since I like to play older versions of the game once in a while.
Mossmanikin wrote:I was surprised (in a positive sense) when I found out that it works quite well on an Minetest version as early as 0.4.1.
Since I like to play older versions of the game once in a while.
oO 0.4.1 old? 0.2 and NMPR are old.
I have to admit you're right, maybe that's why I (without thinking about it) used the word "older" and not "old".