Skip to content

Commit c0c97e1

Browse files
committed
Merge branch 'dev'
2 parents 36cb312 + f5b4f78 commit c0c97e1

14 files changed

+1014
-903
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Make sure to do a select the "add python to PATH" and "install pip" options.
2222
* `python auto.py savename` Generate a snapshot of *savename* and store it to folder *savename*.
2323
* `python auto.py outfolder savename` Generate a snapshot of *savename* and store it to folder *outfolder*.
2424
* `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*.
2526
* `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.
2627
* `python auto.py --verbose` Displays factoriomaps related logs.
2728
* `python auto.py --verbosegame` Displays *all* game logs.
@@ -40,6 +41,7 @@ Heres a list of flags that `auto.py` can accept:
4041
| `--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. |
4142
| `--no-altmode` | Hides entity info (alt mode) |
4243
| `--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. |
4345
| `--build-range=5.2`*\** | The maximum range from buildings around which pictures are saved (in chunks, 32 by 32 in-game tiles). |
4446
| `--connect-range=1.2`*\** | The maximum range from connection buildings (rails, electric poles) around which pictures are saved. |
4547
| `--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:
5052
| `--date=dd/mm/yy` | Date attached to the snapshot, default is today. |
5153
| `--verbose` | Displays factoriomaps script logs. |
5254
| `--verbosegame` | Displays *all* game logs. |
53-
| `--noupdate` | Skips the update check. |
55+
| `--no-update` | Skips the update check. |
5456
| `--maxthreads=N` | Sets the number of threads used for all steps. By default this is equal to the amount of logical processor cores available. |
5557
| `--cropthreads=N` | Sets the number of threads used for the crop step. |
5658
| `--refthreads=N` | Sets the number of threads used for the crossreferencing step. |
5759
| `--zoomthreads=N` | Sets the number of threads used for the zoom step. |
5860
| `--screenshotthreads=N` | Set the number of screenshotting threads factorio uses. |
5961
| `--delete` | Deletes the output folder specified before running the script. |
6062
| `--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. |
6164

6265
Image quality settings can be changed in the top of `zoom.py`.
6366

@@ -77,7 +80,7 @@ If you wish to host your map for other people to a server, you need to take into
7780
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.
7881

7982
# 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.
8184
* Your mod? If you want to have a chat, you can always find me on discord: L0laapk3#2010
8285

8386
# Known limitations

0 commit comments

Comments
 (0)