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 @@