Update 2.1 Changelog
New Features
-
Chinese Translation
Added full support for the Chinese language. -
New Notetags
-
For Classes:
<pSTCatBackImage_INDEX:NAME>
-
Example:
-
For Skills:
<pImgForST:NAME>
-
Example:
-
-
Compatibility Update
- Added support for VisuStella Main Menu Core.
- Added a guide on how to add Skills Tree to the main menu with VisuStella Main Menu Core.
Bug Fixes
- Fixed an issue where an extra skill point was added when changing a character’s class.
- Fixed an issue where the Skills Tree Menu closed on the ESC key but did not close when pressing the Cancel (B) button on a gamepad.
Improvements
-
Better Gamepad Navigation
- Improved grid navigation in the Skills Tree using a gamepad.
-
New Plugin Parameter: Open Skills Editor Key
- Now you can start the Skills Editor using a hotkey.
- Works only in PlayTest mode.
New Script Calls
Hide/Unhide Skill Tree Categories
Now you can hide a skill tree category and open it later for the player.
HideSkillTreeCategory(CLASS_ID, CATEGORY_INDEX);
UnhideSkillTreeCategory(CLASS_ID, CATEGORY_INDEX);
Reset Skill Tree for an Actor
ResetSkillTreeCategory(ACTOR_ID, CATEGORY_INDEX);
- Resets the specified category for the actor.
- All learned skills will be forgotten.
- All spent skill points will be refunded.
- If a skill was learned by switch, it will be turned off.
Skill Tree Editor Updates
-
New "Clear Tree" Button
- Allows you to delete all skills in the current category.