You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Make sure to do a select the "add python to PATH" and "install pip" options.
22
22
*`python auto.py savename` Generate a snapshot of *savename* and store it to folder *savename*.
23
23
*`python auto.py outfolder savename` Generate a snapshot of *savename* and store it to folder *outfolder*.
24
24
*`python auto.py outfolder savename1 savename2 savename3` Generate timeline snapshots of *savename1*, *savename2*, *savename3* in that order, and store it to folder *outfolder*.
25
+
*`python auto.py outfolder savename*` Generate timeline snapshots of all savefiles that match the glob pattern `savename*` in natural order, and store it to folder *outfolder*.
25
26
*`python auto.py --factorio=PATH` Same as `python auto.py`, but will use `factorio.exe` from *PATH* instead of attempting to find it in common locations.
26
27
*`python auto.py --verbose` Displays factoriomaps related logs.
27
28
*`python auto.py --verbosegame` Displays *all* game logs.
@@ -40,6 +41,7 @@ Heres a list of flags that `auto.py` can accept:
40
41
|`--hd`*\**| Take screenshots of resolution 64 x 64 pixels per in-game tile instead of 32 x 32 to match the resolution of the newer HD textures. |
41
42
|`--no-altmode`| Hides entity info (alt mode) |
42
43
|`--no-tags`| Hides map tags |
44
+
|`--default-timestamp=-1`| Snapshot that will be loaded by the webpage by default. Negative values indicate newest snapshots, so -1 indicates the newest map while 0 indicates the oldest map. |
43
45
|`--build-range=5.2`*\**| The maximum range from buildings around which pictures are saved (in chunks, 32 by 32 in-game tiles). |
44
46
|`--connect-range=1.2`*\**| The maximum range from connection buildings (rails, electric poles) around which pictures are saved. |
45
47
|`--tag-range=5.2`*\**| The maximum range from mapview tags around which pictures are saved. |
@@ -50,14 +52,15 @@ Heres a list of flags that `auto.py` can accept:
50
52
|`--date=dd/mm/yy`| Date attached to the snapshot, default is today. |
|`--maxthreads=N`| Sets the number of threads used for all steps. By default this is equal to the amount of logical processor cores available. |
55
57
|`--cropthreads=N`| Sets the number of threads used for the crop step. |
56
58
|`--refthreads=N`| Sets the number of threads used for the crossreferencing step. |
57
59
|`--zoomthreads=N`| Sets the number of threads used for the zoom step. |
58
60
|`--screenshotthreads=N`| Set the number of screenshotting threads factorio uses. |
59
61
|`--delete`| Deletes the output folder specified before running the script. |
60
62
|`--dry`| Skips starting factorio, making screenshots and doing the main steps, only execute setting up and finishing of script. |
63
+
|`--force-lib-update`| Forces an update of the web dependencies. |
61
64
62
65
Image quality settings can be changed in the top of `zoom.py`.
63
66
@@ -77,7 +80,7 @@ If you wish to host your map for other people to a server, you need to take into
77
80
All other files, including txt and other non-image files in `Images\`, are not used by the client. Some of them are temporary files, some of them are used as savestate to create additional snapshots on the timeline.
78
81
79
82
# Known mods that make use of the API to improve compability
80
-
* **Factorissimo** ⩾2.3.5: Able to render the inside of factory buildings recursively.
83
+
* Factorissimo ⩾2.3.5: Able to render the inside of factory buildings recursively.
81
84
* Your mod? If you want to have a chat, you can always find me on discord: L0laapk3#2010
0 commit comments