joe7575 / techage_feature_requests

For the open discussion of new features for the techage mod
2 stars 0 forks source link

Es kommt immer wieder vor, dass eine Map-Area mit FLB nicht geladen wird, wenn ein Spieler den Server betritt. #31

Open joe7575 opened 3 years ago

joe7575 commented 3 years ago

Ich gebe jetzt einen Fehler aus (minetest.log("warning", "[FLB] area "..pos.." not loaded!")), wenn minetest.forceload_block(pos, true) false liefert. Damit muss ich die Sache weiter beobachten.

Thomas--S commented 3 years ago

Könnte es vielleicht mit der serverweiten maximalen Anzahl an Force Load Areas zusammenhängen?

https://github.com/minetest/minetest/blob/fcff9f291103411af6d8f946fbb275b6fa0583b9/minetest.conf.example#L1397-L1399

joe7575 commented 3 years ago

Habe ich schon geprüft, steht bei mir auf:

max_forceloaded_blocks = 500