Skip to content

Commit e8503f0

Browse files
committed
Update docs
1 parent c939d28 commit e8503f0

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ Features:
1212
* Camera gradually (configurable period) recenters and zooms out, which can be recorded in a stop-motion fashion.
1313
* Each camera has customizable resolution, frame rate and speed gain, and show their recording area on the map.
1414
* 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.
1721

1822
Open the TLBE settings from shortcut bar or CTRL-T (default key binding) to configure your camera(s) and trackers.
1923

2024
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).
2125

2226
## Check demo movie on Youtube
2327

24-
[![youtube](https://i.imgur.com/vX9LnBo.jpg)](https://www.youtube.com/watch?v=rJWjhw73ML8)
28+
[![youtube](https://i.imgur.com/vX9LnBo.jpg)](https://www.youtube.com/watch?v=rJWjhw73ML8)

changelog.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Version: 2.1.0
33
Date: 19-02-2025
44
Features:
5-
- Add (per player) setting to automatically activate recording with main camera on new game
6-
- Add (per player) setting to save screenshots in map seed named subdirectories
7-
- Add (per player) setting to change screenshot format (png/jpg)
5+
- Add (per player) setting to automatically activate recording with main camera on new game (Thanks thephluxer)
6+
- Add (per player) setting to save screenshots in map seed named subdirectories (Thanks thephluxer)
7+
- Add (per player) setting to change screenshot format (png/jpg) (Thanks thephluxer)
88
Bugfixes:
9-
- Fix main camera producing screenshot files with wrong camera name
9+
- Fix main camera producing screenshot files with wrong camera name (Thanks thephluxer)
1010
---------------------------------------------------------------------------------------------------
1111
Version: 2.0.4
1212
Date: 07-11-2024

0 commit comments

Comments
 (0)