Page 4 of 9

Re: [Game] LegendofMinetest [v2]

Posted: Tue Feb 14, 2017 16:10
by ClaudiusMinimus
D00Med wrote:villages do spawn in conifer forests and savannas too, but they should be pretty rare.
@D00Med, Thanks, I'll keep looking. Are there any other conifer forests besides pines?

Re: [Game] LegendofMinetest [v2]

Posted: Tue Feb 14, 2017 17:33
by lightseer
At the crafting table the recipe for a Volvagia Spawner has two things in it that show as 'Unknown Object'. I think they are supposed to be lava buckets. What is the best mod to use to get lava buckets?

Re: [Game] LegendofMinetest [v2]

Posted: Tue Feb 14, 2017 20:43
by D00Med
Sorry, silly mistake. I tried to use "buckets:bucket_lava" instead of "bucket:bucket_lava". It's fixed now.

Re: [Game] LegendofMinetest [v2]

Posted: Wed Feb 15, 2017 17:15
by lightseer
D00Med wrote:.... It's fixed now.
Thanks!

Re: [Game] LegendofMinetest [v2]

Posted: Fri Feb 24, 2017 23:13
by ClaudiusMinimus
ClaudiusMinimus wrote:
D00Med wrote:villages do spawn in conifer forests and savannas too, but they should be pretty rare.
Funny thing, even though I was using a local git clone of LegendofMinetest, I was somehow using a v1 branch so I did not see the v2 updates. When I fixed my local settings, I could then pull in v2 and now I have villages. However, I have noticed villages spawning in strange places, under cliffs, free-standing (the lower saved edges of the village above the ground), multiple villages placed in neighboring chunks. Also, the lava biome has many leaking obsidian lava pools. I still love the game, though I wish updating a v1 world to v2 did not corrupt the world and leave many unknown nodes in the wake.

Re: [Game] LegendofMinetest [v2]

Posted: Sat Feb 25, 2017 20:49
by D00Med
Yeah the mapgen is a bit crazy at the moment. It will be fixed eventually.
Sorry about that, I think it's worth it though, the old version was a mess(a better working mess maybe).

Re: [Game] LegendofMinetest [v2]

Posted: Wed Mar 01, 2017 00:13
by ClaudiusMinimus
I am trying to get a server setup for my family and I love what I have seen so far, despite some of the mapgen issues previously discussed. Likely, I will ask Milan on Illuna.rocks to host it for me. I have been creating different local test worlds using both v6 and V7 mapgen and using fast/fly to quickly explore these worlds, in order to get the best map for my family. It seems the game is designed for V7, since it is easier to find villages, buildings, temple, and dungeons. The mapgen for V7 of course is more artistic, though as you indicated before it is a bit of a mess. The real issue for me is I have not been able to find a single desert biome in V7. The only place I have found desert cobble was in the V7 lava biome. I really need the materials from the desert biome for many things I want to do. While the V6 desert biome is nice, but non-desert V6 biomes are not as diverse and interesting as V7. Also, V6 seems to be missing many game features as I have already mentioned.

Are there deserts in V7? If so, do you have a good seed I can test? If not, how can deserts be added? From what I have seen in the code, I wonder if the absence of deserts in V7 has to do with the weather mod and the fact that there is so much rain and snow. I would greatly appreciate and help or suggestions.

Re: [Game] LegendofMinetest [v2]

Posted: Wed Mar 01, 2017 00:52
by D00Med
This is something I've been having a bit of trouble with.
There are supposed to be deserts, however I think that they might not be appearing as common as they do in other subgames because of the other biomes.
I had seen some deserts whilst testing so you might just have to look harder.

Re: [Game] LegendofMinetest [v2]

Posted: Wed Mar 01, 2017 02:51
by ClaudiusMinimus
D00Med wrote:This is something I've been having a bit of trouble with.
There are supposed to be deserts, however I think that they might not be appearing as common as they do in other subgames because of the other biomes.
I had seen some deserts whilst testing so you might just have to look harder.
That is what I thought too. Could the nearly constant snow and rain in loz affect desert biome mapgen in V7? From some of documentation is seems that a desert must spawn within a temperature range, which is not at all close to real life. In the deserts you have found, did it ever rain or snow there? The reason I ask is I have teleported up to 10,000 nodes during a rain/snow storm and it was still either raining or snowing at the new location, so it seemed the weather was constant across the map. Have you tried generating a world without the weather mod enabled? I wonder if that would help.

I hope to learn about mapgen and placing mts files as new chunks load. I hope to contribute to this very fun project. :-)

Re: [Game] LegendofMinetest [v2]

Posted: Wed Mar 01, 2017 06:37
by D00Med
No, snow and rain have nothing to do with mapgen (I am getting the impression you want it to be less frequent?).
The weather mod has nothing to do with mapgen, it's random.

Re: [Game] LegendofMinetest [v2]

Posted: Wed Mar 01, 2017 17:44
by ClaudiusMinimus
D00Med wrote:No, snow and rain have nothing to do with mapgen (I am getting the impression you want it to be less frequent?).
The weather mod has nothing to do with mapgen, it's random.
Rain and snow do not bother me. I'm originally from the US Pacific Northwest where rain is the rule and we have lots of snow in the mountains. I am new to understanding how mapgen works, and so from perusing through the code it seems biome temperature and the ability of deserts spawning might be related - that's all just trying to learn what is going on.

My only complaint about the weather mod is that the rain and snow will go through slabs and slopes as if not present.

I appreciate your patience with me asking so many questions. BTW: I am a retired web/sql developer and I hope to get involved in this project. I am also disabled, and therefore I am somewhat concerned about getting in too deep due to my neurological limitations.

One area of interest is how to place the mts files so they don't spawn in unexpected ways, like in a mountain side or temples with no floor. Would you be interested in having someone to help in this area?

Re: [Game] LegendofMinetest [v2]

Posted: Wed Mar 01, 2017 20:34
by D00Med
Ok, I will try to fix that problem with stairs/slabs.
Thanks for your interest :)
Yes that would be very helpful. I actually do have an idea of how to improve it.

Re: [Game] LegendofMinetest [v2]

Posted: Fri Mar 10, 2017 09:43
by D00Med
Update: the weather has been improved, it wont work through slabs/stairs(apart from dust), and the skybox won't be suddenly removed.
If anyone has any ideas on how the performance of the game could be improved, let me know.

Re: [Game] LegendofMinetest [v2]

Posted: Fri Mar 10, 2017 13:42
by Wuzzy
D00Med wrote:If anyone has any ideas on how the performance of the game could be improved, let me know.
I heard Minetest has some sort of mod profiler, maybe it can help you find bottlenecks in the code. I haven't used or tested it, however, so you're on your own.
And in general, map generation is usually the #1 performance eater. Use LuaVoxelManip for manipulations of large areas instead of 1000s of successive minetest.set_node calls.

I'm pretty sure there are other ways to boost performance but that's my knowledge for now.

Re: [Game] LegendofMinetest [v2]

Posted: Fri Mar 10, 2017 20:42
by D00Med
Ok, thanks :)

Re: [Game] LegendofMinetest [v2]

Posted: Sun Mar 12, 2017 18:00
by azekill_DIABLO
I'm impressed doomed. Your capacity to do pretty textures and great games is far beyond all i can do.

Re: [Game] LegendofMinetest [v2]

Posted: Sun Mar 12, 2017 20:59
by D00Med
Thankyou :) toby109tt did a lot of work with the models and textures too.

Re: [Game] LegendofMinetest [v2]

Posted: Mon Mar 13, 2017 12:00
by azekill_DIABLO
Still too high for me ;)

Re: [Game] LegendofMinetest [v2]

Posted: Tue Mar 14, 2017 18:51
by u19503
D00Med wrote:Thankyou :) toby109tt did a lot of work with the models and textures too.
Yeh XD

Re: [Game] LegendofMinetest [v2]

Posted: Mon Mar 20, 2017 21:18
by D00Med
Update:
I've attempted to improve performance a bit.
>Long grass and flowers now use a lbm instead of an abm to spawn butterflies and dragonflies.
>mobs spawn less frequently
>Snow won't fall over sand and desert sand.
>a few texture improvements
>fixed a bug with the dust weather

Re: [Game] LegendofMinetest [v2]

Posted: Mon Mar 27, 2017 11:48
by fifi31
Hello, I have a problem with your subgame.
When I gain experience, for example when I kill a monster, the game crash and it writes :
"Runtime error from mod 'experience' in callback environment_Step(): ...minetest/games/LegendofMinetest/mods/experience/init.lua:114: attempt to compare string with number
stack traceback:
...minetest/games/LegendofMinetest/mods/experience/init.lua:114: in function <...minetest/games/LegendofMinetest/mods/experience/init.lua:99>
/usr/share/minetest/builtin/game/register.lua:412: in function </usr/share/minetest/builtin/game/register.lua:392>"

I use minetest on Fedora 25. Do you have an idea of why I have this bug ?

Thank you

Re: [Game] LegendofMinetest [v2]

Posted: Mon Mar 27, 2017 20:07
by D00Med
What version of minetest are you using? I don't really understand what the problem is, but I have seen a similar error with the experience mod before.

Re: [Game] LegendofMinetest [v2]

Posted: Tue Mar 28, 2017 03:11
by lightseer
fifi31 I had that bug and reported it and fixed it by adding a conversion called 'tonumber()' to the experience module like this:

I edited the experience mod. Edit the init.lua file in the mod 'experience'.

Edited the line (currently line 112) that looked like this: experience = xp:read("*l")
Changed that line to this: experience = tonumber(xp:read("*l"))
The server was able to proceed.

Re: [Game] LegendofMinetest [v2]

Posted: Tue Mar 28, 2017 04:11
by D00Med
thankyou very much :)

Re: [Game] LegendofMinetest [v2]

Posted: Tue Mar 28, 2017 10:12
by fifi31
I'm using Minetest 0.4.15

lightseer, I already tried this, but the problem is still here. Did you recompile init.lua or do anything like this?