More actions
Meowcat285 (talk | contribs) Updated Link |
m 1 revision imported |
||
(No difference)
|
Latest revision as of 23:44, 16 January 2025
Constellation is a powerful scripting tool designed for scripting actions in levels. For example: you may use Constellation to have it so when a player interacts with a button, it triggers a door to open, or lights a torch.
Constellation primarily uses a node graph for scripting, while each node is written in a LUA-Like language. Below is a example of a simple Constellation script that opens and closes a door depending on the position of a lever

As you can see, Constellation is good for basic or intermediate level scripting. Another advantage of using Constellation is that you don't have to clutter up your Osiris scripts with basic level specific actions. Below are some tutorials on how to create and use Constellation in the toolkit
Tutorials
How to get existing Constellation configs to display in the editor IMPORTANT: You must do this tutorial for existing configs to show up in the editor