Recent plugin updates: Simple Crafting, VPlayer, Spine 2D Player
Simple Crafting updated to 1.5
Changelog:
- Added new notetag for items/armors/weapons: <craftAlt:ID,ID,...> - defines an alternative recipe for the item. This recipe is used instead of <craft:...> when <craftAltConditionSwitch:ID> is ON.
- Added new notetag for items/armors/weapons: <craftAltConditionSwitch:ID> - sets the switch that enables the alternative recipe. When this switch is TRUE, all crafting windows and crafting checks use <craftAlt:...> instead of <craft:...>.
- Added new notetag for recipe items: <craftCategory:CATEGORY_NAME> - set category for recipe, used in recipe list scene.
- Added new plugin parameter "Use Recipe Categories?" - if true, recipe list will use categories from <craftCategory:...> notetags. If false, all recipes will be in one category.
- Updated recipe list scene layout, added category selector if "Use Recipe Categories?" parameter is true.
- Guide is updated with new features
VPlayer updated to 1.9.1
Changelog:
- Added new script call: MoveVAnimEased(ID, X, Y, DURATION, EASING_TYPE) - moves the animated image to the specified coordinates with easing.
- Added new script call: MoveVAnimPath(ID, PATH_POINTS, DURATION) - moves the animated image along the specified path.
- New feature: grouping. Now you can add animations to groups and then control all animations in the group with one script call. See guide for more details and examples.
- Fixed minor bugs
Spine 2D Player updated to 1.2.1
Changelog:
- Extended script calls (added trackIndex parameter to talk and idle animation commands):
.setMessageTalkAnimation(talkAnimationName, mixDuration, trackIndex = 0)
.setMessageIdleAnimation(idleAnimationName, mixDuration, trackIndex = 0)
- Extended script calls (added reverse parameter to animation commands):
.setAnimation(name, isLoop = false, mixDuration = 0, trackIndex = 0, reverse = false)
.addAnimation(name, isLoop = false, delay = 0, mixDuration = 0, trackIndex = 0, reverse = false)
- Guide is updated
Download:
VPlayer - from my Google Drive folder (Tier 1).
Simple Crafting, Spine 2D Player - from my Google Drive folder (Tier 2).
simple crafting
vplayer
spine 2d player