258: Cutscene camera. [Minecraft Map Making]
Ep258: Using Item Displays with a teleport duration to create smooth moving cutscene cameras.
Java Version: 1.20.2
Commands, builds and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel: https://www.youtube.com/c/CoppitJ
Join the CoppitCraft server that I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: https://discord.gg/amU84KykEu
The following commands are prefixed with three letters which represent the settings of the command block. E.g IUN: = Impulse Unconditional Needs_Redstone. These prefixes need to be removed if copying the commands.
Since angled brackets are not allowed in YouTube descriptions you will have to replace "greater than" with the appropriate angled bracket. Ascii code: 62
Commands used:
Setup:
IUN: scoreboard objectives add timer dummy
Start:
IUN: tag @p add viewingCamera
CUA: summon item_display 30 63 -9972 {Tags:["camera"], teleport_duration:100, Rotation:[-127.6f,-8.4f]}
CUA: gamemode spectator @p[tag=viewingCamera]
CUA: spectate @e[tag=camera, limit=1] @p[tag=viewingCamera]
CUA: tp @e[tag=camera] 52 68 -9989
CUA: setblock 32 56 -9977 redstone_block replace
Controller:
RUN: scoreboard players add camera timer 1
CUA: execute if score camera timer matches 55 run tp @e[tag=camera] 63 76 -10004 facing 71 68 -9989
CUA: execute if score camera timer matches 110..326 as @e[tag=cameraRotOrigin] at @s run tp @s ~ ~ ~ ~1 ~
CUA: execute if score camera timer matches 110..326 as @e[tag=cameraRotOrigin] at @s run tp @e[tag=cameraHolder] ^ ^ ^19 facing 71 68 -9989
CUA: execute if score camera timer matches 110.. run tp @e[tag=camera] @e[tag=cameraHolder,limit=1]
CUA: execute if score camera timer matches 110 run data merge entity @e[tag=camera, limit=1] {teleport_duration:10}
CUA: execute if score camera timer matches 326..370 as @e[tag=cameraHolder] at @s run tp @s ^ ^ ^0.3
CUA: spectate @e[tag=camera, limit=1] @p[tag=viewing]
CUA: execute if score camera timer matches 371 run setblock 32 56 -9977 white_wool replace
CCA: tp @a[tag=viewing] 28 56 -9973
CCA: gamemode creative @a[tag=viewingCamera]
CCA: tag @a remove viewingCamera
Reset:
IUN: scoreboard players reset camera timer
CUA: kill @e[tag=cameraRotOrigin]
CUA: summon armor_stand 71 67 -9989 {Tags:["cameraRotOrigin"]}
CUA: execute as @e[tag=cameraRotOrigin] at @s run tp @s ~ ~ ~ facing 63 76 -10004
CUA: kill @e[tag=cameraHolder]
CUA: summon marker 63 76 -10004 {Tags:["cameraHolder"]}
CUA: kill @e[tag=camera]
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 182,018 views spread across 862 videos for Minecraft, accounting for over 10 days of watchable video on his channel. This is 94.82% of the total watchable video for Minecraft on Infernal Device's YouTube channel.