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
@@ -61,10 +63,12 @@ camera-entity-info=Show entity information (recipes) in the screenshots.
61
63
camera-show-gui=Show the GUI in the screenshots (make sure camera resolution and game/screen resolution match).
62
64
camera-always-day=Render in daylight, regardless of the time of day.
63
65
camera-framerate=Number of frames per second that your movie is going to be (often/default 25 fps).
66
+
camera-interval=Interval (elapsed game time) between frames in milliseconds. (actual interval might be slightly off due to rounding to game ticks)
64
67
camera-speedgain=Amount (factor) that the timelapse movie should speed up compared to actual time.
65
68
camera-refresh=Recalculate the camera settings. (due to rounding issues the actual values might differ a little).
66
69
camera-transitionperiod=Amount of the time takes to transition the camera to its new position.
67
70
camera-transition-speedgain=Amount (factor) that the timelapse movie should speed up compared to actual time during transitions.\n\nSet to 0 for stop-motion transitions (only possible with sequential numbering active). Note that depending on transition period, and your hardware, it might take a few game ticks (so not 100% stop-motion transition).
71
+
camera-transition-interval=Interval (elapsed game time) between frames in millisecond during transitions.\n\nSet to 0 for stop-motion transitions (only possible with sequential numbering active). Note that depending on transition period, and your hardware, it might take a few game ticks (so not 100% stop-motion transition).
68
72
pause-on-open=Pause game when this window is open.
69
73
tracker-cannot-delete-inuse=Cannot delete tracker because it is in use.
70
74
tracker-cannot-enable=This tracker cannot be enabled/disabled, this is managed by a specific event/trigger.
@@ -84,7 +88,7 @@ tracker-cityblock-currentblock=The city block to focus on, counting in whole blo
84
88
tracker-cityblock-currentblock-x=The position of the current city block, counting blocks rightwards.
85
89
tracker-cityblock-currentblock-y=The position of the current city block, counting blocks downwards.
86
90
tracker-cityblock-blockScale=How many city blocks to zoom out, centered on the current block.
87
-
tracker-cityblock-blockScale-value=A zoom of 3 will capture the current block and all of the neighbours. <enter> to set.
91
+
tracker-cityblock-blockScale-value=A zoom of 3 will capture the current block and all of the neighbors. <enter> to set.
88
92
tracker-cityblock-player=Use player coordinates to select the current city block.
89
93
90
94
[controls]
@@ -96,11 +100,13 @@ tlbe-take-screenshot=Take a screenshot
96
100
tlbe-save-folder=Save location
97
101
tlbe-sequential-names=Sequential names
98
102
tlbe-show-stats=Show camera status
103
+
tlbe-use-interval=Use interval as speed setting
99
104
100
105
[mod-setting-description]
101
106
tlbe-save-folder=Relative from 'User Data Directory'
102
107
tlbe-sequential-names=Use sequential numbering per camera for the screenshot numbers. When disabled, game ticks are used for screenshot numbering.
103
108
tlbe-show-stats=This requires the Stats GUI mod to be loaded.
109
+
tlbe-use-interval=Use intervals (between frames) instead of speed gain in the camera settings. When this setting is changed, reopen camera settings to update the UI.
0 commit comments