BadOptimizations

BadOptimizations

18M Downloads

config

Closed this issue ยท 5 comments

commented

what is the best skycolor_time_change_needed_for_update and lightmap_time_change_needed_for_update value for better performance?

commented

So you know how based on the in-game time the sky and blocks darken?

commented

The optimization from this mod is to cache it-the higher it is, the less often it'll update (so slightly better perf) but it will also make the sky and lighting update slower.

commented

so I should just leave it to the default value?

commented

You could-I don't remember the exact values but increasing them wouldn't impact perf that much.

commented

lightmap_time_change_needed_for_update: 80
skycolor_time_change_needed_for_update: 3

btw thanks!