

Strypel's Scenes (ST-Scenes)
The ST-Scenes modification is a tool for creating custom scenes and non-player characters from scratch. This toolkit is perfect for map developers, modpack creators, and anyone passionate about scriptwriting. The mod includes an NPC constructor and scenario customization system.
Currently, the project is in early beta testing stage.
Video Overview
Frequently Asked Questions
How to add custom NPC texture?
To add custom textures, follow these steps:
- Open the ST-Scenes mod file using an archiver
- Navigate to the "assets/stscenes/textures/entity/player/" folder
- Create a new folder and upload your texture file, or place the texture in existing slim/wide folders
- Save changes and launch Minecraft
What are scenes, triggers, and actions?
A scene is a program that activates either manually through settings or automatically through triggers that respond to specific in-game events.
Scenes consist of actions divided into complex and simple:
- Complex actions control NPC behavior: movement to points, dialogues, teleportation
- Simple actions perform basic operations: command execution, launching other scenes
Actions are executed sequentially from top to bottom. It's important to note that actions like "Movement" or "Following" set a persistent NPC state that remains until canceled by another action or scene completion.