mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
reduce config in "snowdrift" mod
Réduction au max, voir pour le « local SCALP » comment il fonctionne s’il est possible de baisser encore plus les configs de la neige
This commit is contained in:
parent
1249a48176
commit
84f2919dbf
4
mods/snowdrift/init.lua
Normal file → Executable file
4
mods/snowdrift/init.lua
Normal file → Executable file
@ -13,9 +13,9 @@
|
||||
local SCALP = 30 -- Time scale for precipitation in minutes
|
||||
local PRET = 0.3 -- -1 to 1. Precipitation threshold: 1 none, -1 continuous, -0.3 two thirds the time, 0 half the time, 0.3 one third the time
|
||||
local PPPCHA = 0.1 -- 0 to 1. Per player processing chance. Controls and randomizes processing load
|
||||
local SETCHA = 0.2 -- 0 to 1. Snow settling chance
|
||||
local SETCHA = 0.1 -- 0 to 1. Snow settling chance
|
||||
local FLAKES = 1 -- Snowfall heaviness. Try 1 on slower computers
|
||||
local DROPS = 16 -- Rainfall heaviness. Reduce 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 RAIN = false -- Rain above humidity threshold
|
||||
|
Loading…
Reference in New Issue
Block a user