This plugin allows you to create skills and items with throwable animations. You can create arrows for bows, boomerangs and all sorts of throwable item actions.
Please give some feeback if it works or not with Yanfly. I plan to use both in my next game.
I am using roughly 40 of Yanfly's plugins along with this VE plugin and it does work. Not sure if it matters or not but I place all VE plugins below all Yanfly plugins and have not seen any issues so far. I've only set it up such that one of my side view enemies can toss bombs at the player's party during battle but yep, it should work.
Very cool plugin! Just a little problem... I am using the Front-view battle system with Yanfly's Battle Engine Core to display the actor's battle sprite on the actor hud.
Now, I want to throw stuff upwards (from the bottom up), not left and right. Is it possible to make that? :p
That is because it is designed to be used with the sideview battle system. The problem is that Victor and Yanfly only fixes problems with their own plugins,you must ask someone else to make a patch for you or wait until they take request.
I am using the Front-view battle system with Yanfly's Battle Engine Core to display the actor's battle spriteon the actor hud.
This plugin requires a origin (that must be a battler sprite) and a target (that must also be battler sprite).
What YF plugin show is NOT a battler sprite, it just a bitmap drawn on the window.
Without actual battler sprites there is nothing that can be done, the throw can't start from something that is not a battler.
The throw don't care about directions, it can go in any direction, as long the actual battler sprites are there,
So, a solution could be turning ON the SV mode and edit the scripts to place the battler sprites on the positions you want, then use blank graphics for them.
The throw don't care about directions, it can go in any direction, as long the actual battler sprites are there,
So, a solution could be turning ON the SV mode and edit the scripts to place the battler sprites on the positions you want, then use blank graphics for them.
The notetag is ok, Probably the issue is an incompatibility, more specificly, the YF battle core, a recent update on the battle core made it incompatibile with some of my plugins (it was compatible when i released it)
To confirm, test the same notetag on a clear project.
The notetag is ok, Probably the issue is an incompatibility, more specificly, the YF battle core, a recent update on the battle core made it incompatibile with some of my plugins (it was compatible when i released it)
To confirm, test the same notetag on a clear project.
Yup that was it :(
Sorry for the bother, I though it would work by putting your plugins at end of my list.
Edit : but still thank you for that plugin, I really liked the animation.