Skip to content

Commit daaabb7

Browse files
committed
Release 1.0.0
1 parent 2d07c22 commit daaabb7

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@
33
Mod for [Factorio](http://www.factorio.com) that takes screenshots of your base at specified intervals.
44

55
Features:
6-
* Customizable resolution, frame rate and speed factor
7-
* Optionally follow player until the first enitity is built
8-
* Optionally follow rocket launch
9-
* Gradually (configurable period) recenter and zoom out
10-
* All screenshots are taken with full daylight
11-
* Configurable screenshot folder (e.g. to support multiple save files that are played in parallel)
6+
* Multiple camera support, each taking their own screenshots.
7+
* Trackers to tell the camera(s) where to look at
8+
* Follow player until the first enitity is built.
9+
* Follow rocket launch.
10+
* Follow base growth.
11+
* Camera use (ordered) tracker list, first enabled tracker is used.
12+
* Camera gradually (configurable period) recenters and zooms out.
13+
* Each camera has customizable resolution, frame rate and speed gain.
14+
* All screenshots are taken with full daylight.
15+
* Configurable screenshot folder (e.g. to support multiple save files that are played in parallel).
1216

13-
Screenshots are stored in the [script-output](https://wiki.factorio.com/Application_directory) folder, with the configured sub-directory ('Save location' setting).
17+
Open the TLBE settings from shortcut bar or CTRL-T (default key binding) to configure your camera(s) and trackers.
1418

19+
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).
1520

1621
## Check demo movie on Youtube
1722

changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---------------------------------------------------------------------------------------------------
2+
Version: 1.0.0
3+
Date: 01-09-2020
4+
Major Features:
5+
- Use camera and tracker system
6+
- Use in-game GUI
7+
Minor Features:
8+
- (Re)calculate base dimensions when importing TLBE into an existing game
9+
110
---------------------------------------------------------------------------------------------------
211
Version: 0.1.2
312
Date: 08-07-2020

info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "TLBE",
3-
"version": "0.1.2",
4-
"title": "Timelapse Base Edition",
3+
"version": "1.0.0",
4+
"title": "Time Lapse Base Edition",
55
"author": "veger",
66
"contact": "",
77
"homepage": "",
@@ -10,5 +10,5 @@
1010
"dependencies": [
1111
"base >= 0.18"
1212
],
13-
"description": "Takes screenshots of your base at specified intervals"
13+
"description": "Takes screenshots of your base at specified intervals."
1414
}

0 commit comments

Comments
 (0)