1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-27 23:10:33 +02:00

Update snowdrift for avoid lag

This setting is set to false, it's a council from paramat
This commit is contained in:
Ombridride 2015-01-12 00:12:04 +01:00
parent 69c009aa4a
commit d76d1c8219

View File

@ -17,7 +17,7 @@ local SETCHA = 0.1 -- 0 to 1. Snow settling chance
local FLAKES = 1 -- Snowfall heaviness. Try 1 on slower computers
local DROPS = 2 -- Rainfall heaviness. Reduce on slower computers
local SNOW = true -- Snowfall below temperature threshold
local SETTLE = true -- Snow collects on ground within 32 nodes of player
local SETTLE = false -- Snow collects on ground within 32 nodes of player
local RAIN = false -- Rain above humidity threshold
local THOVER = false -- Instead use a temperature and humidity system with
-- snow in overlap of cold and humid areas, else rain in humid areas