From 7975cef124902b332099aba18c8c2e98a9866ef8 Mon Sep 17 00:00:00 2001 From: L0laapk3 Date: Sat, 22 Dec 2018 00:36:51 +0100 Subject: [PATCH] fixed deduper problems --- autorun.template.lua | 2 +- index.html.template | 9 ++++++++- info.json | 2 +- ref.py | 26 ++++++++++++++------------ updates.json | 3 ++- zoom.py | 11 +++++++---- 6 files changed, 33 insertions(+), 20 deletions(-) diff --git a/autorun.template.lua b/autorun.template.lua index d81b91c..f9ab4cf 100644 --- a/autorun.template.lua +++ b/autorun.template.lua @@ -1,7 +1,7 @@ fm.autorun = { HD = false, day = true, -- note: snapshots in the same timeline should have the same day/night settings for now (this will be possible in the future) - night = true, + night = false, around_build_range = 5.2, -- max range from buildings that images will be saved. Feel free to crank this up to very large numbers, it will only render chunks that already exist, it will not generate new ones. around_smaller_range = 1.2, -- same as above, but smaller range for the following entity types: smaller_types = {"lamp", "electric-pole", "radar", "straight-rail", "curved-rail", "rail-signal", "rail-chain-signal", "locomotive", "cargo-wagon", "fluid-wagon", "car"}, diff --git a/index.html.template b/index.html.template index 19baa98..87ee748 100644 --- a/index.html.template +++ b/index.html.template @@ -208,6 +208,9 @@