Documentation

What is it?

This is modular talent system I created using a mix of User Types in the Data Editor and a library in the trigger editor. It is designed to allow developers as much freedom and creativity when using it as much as possible.

What can I use it for?

This system is intended so that developers can use it in multiple different ways, some examples of map types that could support it, MOBA's, RPG's, strategy games. It does not have to be used solely for single unit talent systems, as developers can input any upgrade they want for the talents.

How do I use it?

It's relatively simple to implement into a map.

  1. You either add the mod as a dependency and then add stuff that way, or you copy the system over into your map
    • Note: If you remove want to remove the talent system from the mod file into a map file, make sure to copy the user type data first, the ui editor scrollbartemplate layout (v1.04+) , and then the library into the map.
  2. You then add Talent Trees and talents, linking up the necessary info.
  3. In the trigger editor, you can create the trees you've made into either dialogs or panels you've made or stick with the default dialog.
  4. You can then modify how big buttons are, the spacing between them, and the spacing between the buttons and the edge of the tree panel.
  5. You can then also create stuff in your own dialogs to commit changes for players, or revert them. You can also use them to show/hide the tree panels.

 

To Trigger documentation 
To Data documentation


Comments

Posts Quoted:
Reply
Clear All Quotes