From 84f2919dbff2cb7d3e08009f633d4c6420e4c3e8 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Sun, 9 Nov 2014 20:21:12 +0100 Subject: [PATCH] reduce config in "snowdrift" mod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- mods/snowdrift/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 mods/snowdrift/init.lua diff --git a/mods/snowdrift/init.lua b/mods/snowdrift/init.lua old mode 100644 new mode 100755 index f606c1b8..3bded1fb --- a/mods/snowdrift/init.lua +++ b/mods/snowdrift/init.lua @@ -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