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:

  1. Download the latest .jar of CinematicTools from:

  2. Place all .jar files in your mods folder. .minecraft/ └── mods/ ├── cinematictools-x.x.x.jar ├── fabric-api-x.x.x.jar ├── geckolib-x.x.x.jar └── creativecore-x.x.x.jar

  3. 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!