TerrainControl icon indicating copy to clipboard operation
TerrainControl copied to clipboard

Black shadows near trees and clifs after world generation 2

Open drdeft opened this issue 11 years ago • 8 comments

I had fixing light issues on spigot 1.5.1 using Nolagg 1.89.3 https://github.com/Wickth/TerrainControl/issues/200

But on Spigot 1.6.4 R2.1 build 1138 this has no effect: /lag fixall worldname (NoLagg 1.90.3)

Can you help me do remove light issues (Black shadows near trees and clifs after world generation) with TerrainControl?

We can't update to Spigot 1.7.4 now.

drdeft avatar Jan 22 '14 08:01 drdeft

I made the ticket to NoLagg to: http://dev.bukkit.org/bukkit-plugins/nolagg/tickets/259-light-fix-doesnt-work-in-nolagg-1-90-3-1-6-4-compatible/

drdeft avatar Jan 22 '14 08:01 drdeft

http://gamai.ru/shadows.jpg

drdeft avatar Jan 22 '14 08:01 drdeft

I get these too if the server gets a little overloaded when generating. I've discovered that I get them on all trees when using the world border fill command but when players generate and random light checks is enabled I get barely any.

ChrisLane avatar Jan 22 '14 10:01 ChrisLane

Yes, we execute "worldborder worldname fill confirm"... but it's the way to add performance to server.

drdeft avatar Jan 22 '14 10:01 drdeft

Is this fixed if you set random-light-updates (spigot.yml) to true?

rutgerkok avatar Jan 22 '14 18:01 rutgerkok

random-light-updates was set to false. Do I need to regenerate all chunks again to fix issues with light?

drdeft avatar Jan 22 '14 22:01 drdeft

Regenerate just a few chunks, to see if it is fixed.

Mojang fixed the lighting issue by recalculating the light on the first tick of a chunk. This commit in Spigot disables that when random-light-updates is set to false.

rutgerkok avatar Jan 23 '14 07:01 rutgerkok

Unfortunately I do not think that would work since according to the worldborder creator, lighting checks don't work if a player isn't near.

This guy wants to fully generate his map first for better performance. I believe this isn't a TerrainControl issue of course.

ChrisLane avatar Jan 23 '14 14:01 ChrisLane