Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veger committed Aug 1, 2023
1 parent e3c4c22 commit 5331fd7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ Features:
* Multiple camera support, each taking their own screenshots.
* Trackers to tell the camera(s) where to look at
* Follow player until the first entity is built.
* Follow rocket launch.
* Follow base growth.
* Keep focus on specified area.
* Follow base growth, keeping focus on specified area/city block or recenter automatically.
* And finally follow the rocket launch.
* Camera use (ordered) tracker list, first enabled tracker is used.
* Camera gradually (configurable period) recenters and zooms out.
* Each camera has customizable resolution, frame rate and speed gain.
* All screenshots are taken with full daylight and optionally show entity information.
* Camera gradually (configurable period) recenters and zooms out, which can be recorded in a stop-motion fashion.
* Each camera has customizable resolution, frame rate and speed gain, and show their recording area on the map.
* All screenshots are taken with full daylight or follow day cycle, and optionally show entity information.
* Configurable screenshot folder (e.g. to support multiple save files that are played in parallel).
* Configurable screenshot numbering, either sequential (default, more suitable for Windows ffmpeg) or game tick (easier to synchronize multiple cameras).

Expand Down
17 changes: 9 additions & 8 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
---------------------------------------------------------------------------------------------------
Version: 1.5.0

Date: 01-08-2023
Features:
- Add toggle/shortcut to take a screenshot (on paused active camera)
- Add option to include GUI in screenshots (requires to have same camera resolution as game/screen resolution to make this look good)
- Add toggle/shortcut to take a screenshot (on paused active camera).
- Add option to include GUI in screenshots (requires to have same camera resolution as game/screen resolution to make this look good).
- Visualize capture regions on the map. (Thanks drdozer)
- Add GUI setting to speedup transitions
- Show camera status (using Stats GUI mod)
- Add GUI setting to speedup transitions.
- Show camera status (using Stats GUI mod).
- Add City Block tracker. (Thanks drdozer)

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

Bugfixes:
- Recalculate base size for selected surface
- Recalculate base size for selected surface.

---------------------------------------------------------------------------------------------------
Version: 1.4.5
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TLBE",
"version": "1.4.5",
"version": "1.5.0",
"title": "Time Lapse Base Edition",
"author": "veger",
"contact": "",
Expand Down

0 comments on commit 5331fd7

Please sign in to comment.