forked from credomane/FactorioMods_FactorioMaps
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathautorun.template.lua
14 lines (12 loc) · 916 Bytes
/
autorun.template.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
fm.autorun = {
HD = true,
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,
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"},
date = "%%DATE%%",
name = "%%NAME%%", -- changing this is not supported
mapInfo = %%MAPINFO%%, -- changing this is not supported
chunkCache = %%CHUNKCACHE%% -- changing this is not supported
}