Skip to content

Commit 5331fd7

Browse files
committed
Release 1.5.0
1 parent e3c4c22 commit 5331fd7

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ Features:
66
* Multiple camera support, each taking their own screenshots.
77
* Trackers to tell the camera(s) where to look at
88
* Follow player until the first entity is built.
9-
* Follow rocket launch.
10-
* Follow base growth.
11-
* Keep focus on specified area.
9+
* Follow base growth, keeping focus on specified area/city block or recenter automatically.
10+
* And finally follow the rocket launch.
1211
* Camera use (ordered) tracker list, first enabled tracker is used.
13-
* Camera gradually (configurable period) recenters and zooms out.
14-
* Each camera has customizable resolution, frame rate and speed gain.
15-
* All screenshots are taken with full daylight and optionally show entity information.
12+
* Camera gradually (configurable period) recenters and zooms out, which can be recorded in a stop-motion fashion.
13+
* Each camera has customizable resolution, frame rate and speed gain, and show their recording area on the map.
14+
* All screenshots are taken with full daylight or follow day cycle, and optionally show entity information.
1615
* Configurable screenshot folder (e.g. to support multiple save files that are played in parallel).
1716
* Configurable screenshot numbering, either sequential (default, more suitable for Windows ffmpeg) or game tick (easier to synchronize multiple cameras).
1817

changelog.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
---------------------------------------------------------------------------------------------------
22
Version: 1.5.0
3-
3+
Date: 01-08-2023
44
Features:
5-
- Add toggle/shortcut to take a screenshot (on paused active camera)
6-
- Add option to include GUI in screenshots (requires to have same camera resolution as game/screen resolution to make this look good)
5+
- Add toggle/shortcut to take a screenshot (on paused active camera).
6+
- Add option to include GUI in screenshots (requires to have same camera resolution as game/screen resolution to make this look good).
77
- Visualize capture regions on the map. (Thanks drdozer)
8-
- Add GUI setting to speedup transitions
9-
- Show camera status (using Stats GUI mod)
8+
- Add GUI setting to speedup transitions.
9+
- Show camera status (using Stats GUI mod).
10+
- Add City Block tracker. (Thanks drdozer)
1011

1112
Changes:
1213
- Use 10 digits for screenshot numbers.
13-
- Use 'transition' when mentioning camera movement (instead of zoom)
14-
- Fix camera transition issue, caused when camera is paused during transition (active transitions will be BROKEN)
14+
- Use 'transition' when mentioning camera movement (instead of zoom).
15+
- Fix camera transition issue, caused when camera is paused during transition (active transitions will be BROKEN).
1516

1617
Bugfixes:
17-
- Recalculate base size for selected surface
18+
- Recalculate base size for selected surface.
1819

1920
---------------------------------------------------------------------------------------------------
2021
Version: 1.4.5

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TLBE",
3-
"version": "1.4.5",
3+
"version": "1.5.0",
44
"title": "Time Lapse Base Edition",
55
"author": "veger",
66
"contact": "",

0 commit comments

Comments
 (0)