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
Changelog for [Cinematic Editor Extension](/posts/cinematic-editor/). Available at [MCPEDL](https://mcpedl.com/jayly-cinematic-editor/), [CurseForge](https://www.curseforge.com/minecraft-bedrock/addons/jayly-cinematic-editor) and [Modbay](https://modbay.org/mods/2822-jayly-cinematic-editor.html).
13
13
14
+
## 2.2.4
15
+
16
+
- Scene data format generated by Cinematic Editor Pro v2.2.3 or below will not be compatible with this version. Please re-export the scene with v2.2.4 or above to make it compatible with this version.
17
+
18
+
## 2.2.3
19
+
20
+
- Fixed an issue where playing a scene would cause the game to freeze when hosted on powerful devices.
21
+
22
+
## 2.2.1
23
+
24
+
- Fixed effects not working properly.
25
+
- Added the ability to import scenes to Cinematic Editor.
26
+
27
+
## 2.2.0
28
+
29
+
- Added Camera Distance field in Editor Debug Camera settings, allowing users to adjust the distance of the debug camera from the player for better scene visualization.
30
+
- Fixed an issue with Vibrant Visuals not working in Minecraft Editor.
31
+
14
32
### 2.1.0
15
33
16
34
- Added Vibrant Visuals toggle in Cinematic Editor panel.
<iframewidth="1141"height="642"src="https://www.youtube.com/embed/ZMEbcN0YTL4"title="I Built Replay Mod in Minecraft | First 1 Minute"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe>
19
17
20
18
Cinematic Editor is a Bedrock editor extension that utilizing the `/camera` command for changing perspectives and designing cinematic scenes.
21
19
@@ -212,14 +210,27 @@ We brought the Vibrant Visuals toggle from the [Vibrant Visuals Panel](https://l
212
210
> [!NOTE]
213
211
> This setting is not saved when reloading a Project or a custom scene.
214
212
215
-
> [!IMPORTANT]
216
-
> Toggling Vibrant Visuals seems to be broken natively in Minecraft Editor and may not work as expected.
Then press **Export Scene to Clipboard** or **Export Raw Scene to Clipboard**.
222
+
223
+
Import the scene by clicking on the **Import Scene** button.
217
224
218
225
## Installation
219
226
220
-
<iframewidth="930"height="523"src="https://www.youtube.com/embed/x3hAOwJrwyk"title="How to install a Minecraft Editor Extension"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"allowfullscreen></iframe>
227
+
1. Download files **CinematicEditor_v2.x.x.mcaddon** to access Cinematic Editor new V2 features.
228
+
2. Close Minecraft if you have it open. Double click on the MCADDON file to launch Minecraft and import the add-on to Minecraft.
229
+
3. Close Minecraft, then launch Minecraft Editor mode from either the Minecraft Launcher or a shortcut.
230
+
231
+
You can launch it either directly from the Creator Tools tab in the Minecraft Launcher or by creating a custom desktop shortcut that uses the command **minecraft:?Editor=true**.
221
232
222
-
This video has infomations of installing this editor extension, and behind the scenes of development of the cinematic editor.

116
+
117
+
Effects that can be added to a keyframe in the runtime add-on are:
118
+
119
+
-**Fade Properties**: This feature allows you to control the screen fade effect, similar to what a player sees when sleeping in a bed. Since the mechanic already exists in the game, the panel provides a way to customize it specifically for that keyframe. You can adjust:
120
+
121
+
-**Fade In:** How long the fade takes to appear.
122
+
-**Fade Hold:** How long the screen stays faded.
123
+
-**Fade Out Time:** How long it takes for the fade to clear.
124
+
-**Fade Color:** The specific color used for the fade effect.
125
+
126
+
-**Fade Color Red:** The red component of the fade color.
127
+
-**Fade Color Green:** The green component of the fade color.
128
+
-**Fade Color Blue:** The blue component of the fade color.
129
+
130
+
-**Frame Time / Command Execution**: This allows you to set specific timestamps (Frame Time) to trigger in-game commands. When the camera timeline reaches that specific point, the assigned command will automatically execute.
131
+
132
+
-**Enable Fade Effect**: Toggles the fade effect on or off for that keyframe.
133
+
107
134
## Changelog
108
135
109
136
Changelog for Cinematic Runtime Add-On
110
137
138
+
## 1.0.5
139
+
140
+
- Minimum required Minecraft version is now v1.21.130.
141
+
- Fixed an issue with inconsistency on scene playback between Cinematic Editor Extension and Cinematic Runtime Add-On.
142
+
143
+
## 1.0.4
144
+
145
+
- Fixed an issue where playing a scene would cause the game to freeze when hosted on powerful devices.
146
+
147
+
## 1.0.2
148
+
149
+
- Fixed an issue with Vibrant Visuals not working in Minecraft Editor.
150
+
111
151
### 1.0.1
112
152
113
153
- Added support for using Cinematic Editor extension in Minecraft v1.21.130 or above.
0 commit comments