Getting Started - superstrellaa/CinematicTools GitHub Wiki
đ Getting Started with CinematicTools
This guide will walk you through the initial setup and first steps to start using CinematicTools for your cinematic Minecraft creations.
đ§ Installation
To use CinematicTools, you must have the following installed:
Required Mods:
Steps:
-
Download the latest
.jar
of CinematicTools from: -
Place all
.jar
files in yourmods
folder. .minecraft/ âââ mods/ âââ cinematictools-x.x.x.jar âââ fabric-api-x.x.x.jar âââ geckolib-x.x.x.jar âââ creativecore-x.x.x.jar -
Launch Minecraft using the Fabric Loader profile.
â If everything is installed correctly, you can now use the
/cinematic-client
and/cinematic-server
commands in-game.
đšī¸ First Time Use
Once you're in a world (preferably Creative Mode):
đŽ Local (Client-side) Setup
Use /cinematic-client
to create and manage cinematic paths:
Command Example | Description |
---|---|
/cinematic-client add |
Add a camera point. |
/cinematic-client mode outside |
Change camera mode (outside and default ). |
/cinematic-client interpolation cubic |
Set path interpolation type (linear , cubic , circular , etc). |
/cinematic-client save intro |
Save your current cinematic with a name. |
You can view more with the TAB chat in /cinematic-client
.
đ Server Playback (Server-side)
Once saved, control playback with /cinematic-server
:
Command Example | Description |
---|---|
/cinematic-server start intro |
Start the cinematic named intro . |
/cinematic-server stop |
Stop the current cinematic. |
You can view more with the TAB chat in /cinematic-server
.
đ What's Next?
Check out the following pages to explore more features:
- Commands â Full list and documentation of all commands.
- NPCs System â How to spawn and control NPC actors.
- FAQ â Answers to common questions and troubleshooting tips.
đŦ Enjoy crafting stunning Minecraft cinematics with total control!