This project was moved to https://github.com/AnidemDex/Godot-CommandTimeline
An easy but powerful event system implementation for Godot Engine
EventSystem is a Godot Plugin that will help you manage events sequentially, easy to implement and highly customizable, allowing you to execute code fragments in order according to the conditions you give it.
This plugin doesn't do much on its own, it promises to help you with the task of controlling events, but these events must be done by you. Some events of tasks commonly done in code are included in this plugin.
Whether you want to create a dialog sequence, verify that certain events have been fulfilled or an incredibly complex case maker, the possibilities are almost endless.
A visual tool for viewing and editing sequences of events, as well as the individual properties of each event.
See, edit and control events in a timeline. The events will be executed in order, one by one.
Create and modify your own events, making them do exactly what you want them to do anywhere in the game.
A node prepared exclusively to run your timeline. You don't need to worry about managing the timeline, only about when to advance in it.
Download the lastest release and extract the ZIP file. Move the addons
folders to the root of your project.
Open your project in Godot and enable the plugin.
It's that easy!
If you want more information about installing plugins in Godot, please refer to official documentation page.
Follow installation steps, but remove your old event_system_plugin
folder before adding the new version.
Using a Version Control System (like git) is strongly recommended.
2.0 is not backwards compatible, this means that your work from 1.x may be broken in 2.0. If that's your case, ask for help in Discord server.
All the information about the plugin you will find at the dedicated documentation page.
See Contributing file.
Let me know if you made something with this plugin. I'm always happy to see what people does with things that I do.
If you need help, you can join in to the discord server: https://discord.gg/83YgrKgSZX
See LICENSE.