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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,17 @@ Features:
12
12
* Camera gradually (configurable period) recenters and zooms out, which can be recorded in a stop-motion fashion.
13
13
* Each camera has customizable resolution, frame rate and speed gain, and show their recording area on the map.
14
14
* All screenshots are taken with full daylight or follow day cycle, and optionally show entity information.
15
-
* Configurable screenshot folder (e.g. to support multiple save files that are played in parallel).
16
-
* Configurable screenshot numbering, either sequential (default, more suitable for Windows ffmpeg) or game tick (easier to synchronize multiple cameras).
15
+
* Flexible save options:
16
+
* Configurable screenshot folder (e.g. to support multiple save files that are played in parallel).
17
+
* Include map seed in path (extra measure to prevent overlaps when having multiple save files)
18
+
* Configurable screenshot numbering, either sequential (default, more suitable for Windows ffmpeg) or game tick (easier to synchronize multiple cameras).
19
+
* Configurable image formats (PNG or JPG).
20
+
* Optionally start recording on game start to not miss the crash in the timnelapse.
17
21
18
22
Open the TLBE settings from shortcut bar or CTRL-T (default key binding) to configure your camera(s) and trackers.
19
23
20
24
Screenshots are stored in the [script-output](https://wiki.factorio.com/Application_directory) folder, with the configured sub-directory ('Save location' setting in the Mod Settings menu).
0 commit comments