Well then... If that's not a derp moment, I don't know what is. So sorry about that. I assumed that parameter was only for Sideview battlers before I got a chance to test it. Thanks!
[YEP] Yanfly Engine Plugins
● ARCHIVED · READ-ONLY
-
-
thanks a lot Yanfly! everything seems to be working now.
-
Any luck with the ATB and the Subclass displaying the Slow color instead of the normal one?
-
For some reason, it looks like this on my end.

-
Yes, it got fixed. :) http://yanfly.moe/2015/12/11/stress-testing-plugin-updates-50/Any luck with the ATB and the Subclass displaying the Slow color instead of the normal one?
Broken image.For some reason, it looks like this on my end.
-
Just a question for Yanfly.
Would it be possible to add a option for your Victory Aftermath to adjust the text size to accommodate a six person party, so that the fields don't overlap?
I only ask because your new battle hud window supports six people beautifully, and if I could get the victory aftermath to look correct with six people, that would make me a very happy person.
No rush or anything, of course. Thank you so much for your time. -
Speaking of Victory Aftermath, Yanfly: Are you planning to update the plugin with the rest of the VX Ace version features, like for example, the party's victory quotes?
-
One more question: I'm looking for a way to make an equip have very good effects for the actor, but halves all battle stats (atk, def, etc). I am trying to use the Lunatic mode tag for Custom Parameters on the equip, but I cannot get it to divide itself by 2... (atk = atk / 2; does not work)
How would I properly go about doing this? -
Still having problems with turns in CTB... battle events are not cycling properly, firing at the wrong times or not at all :stare:
All I'm looking for is something to replicate tabletop RPG initiative order, where
- battlers use AGI at start of battle to determine their order
- battlers act immediately when their count comes up
- 1 turn means all battlers have acted, count returns to top of list
Code:"---CTB Settings---":"","Per Tick":"user.agi","Initial Speed":"0","Full Gauge":"800","Pre-Emptive Bonuses":"0.8","Surprise Bonuses":"0.8","---Escape---":"","Escape Ratio":"0.125 * $gameParty.agility() / $gameTroop.agility()","Fail Escape Boost":"0.025","---Turn---":"","Full Turn":"100","---Rubberband---":"","Enable Rubberband":"true","Minimum Speed":"0.5 * BattleManager.highestBaseAgi()","Maximum Speed":"1.5 * BattleManager.highestBaseAgi()" -
Found the issue, I am using:
Nio Simple Max Actor
http://forums.rpgmakerweb.com/index.php?/topic/47306-nio-simple-max-actor/?hl=%2Bsimple+%2Bactor
to increase party size from 4 to 5. Without it, it's working fine. with it, it's not showing the animations over the protraits. I am gathering since the plugin trys to offset the actors, it's overriding yours. Only reason I use that plugin is for the party size increase. :( -
Why not use Yanfly's Party Manager Plugin?Only reason I use that plugin is for the party size increase. :(
-
Looking into that plugin as we speak.
also, when I move the animations lower more over the protraits, the popup text/numbers are always in the very back. Anyway to move them move to the front/over the protraits? -
I don't think it's wise to do it this way. I brought this up to Yanfly earlier and he brought up a good point. What if you have an actor who gets two turns before say, 3 of your enemies? With an average sized party, you'd be looking at battle events being called way faster. I believe that's why Yanfly chose to leave out the feature you've described in #3.Still having problems with turns in CTB... battle events are not cycling properly, firing at the wrong times or not at all :stare:
All I'm looking for is something to replicate tabletop RPG initiative order, where
- battlers use AGI at start of battle to determine their order
- battlers act immediately when their count comes up
- 1 turn means all battlers have acted, count returns to top of list
"---CTB Settings---":"","Per Tick":"user.agi","Initial Speed":"0","Full Gauge":"800","Pre-Emptive Bonuses":"0.8","Surprise Bonuses":"0.8","---Escape---":"","Escape Ratio":"0.125 * $gameParty.agility() / $gameTroop.agility()","Fail Escape Boost":"0.025","---Turn---":"","Full Turn":"100","---Rubberband---":"","Enable Rubberband":"true","Minimum Speed":"0.5 * BattleManager.highestBaseAgi()","Maximum Speed":"1.5 * BattleManager.highestBaseAgi()"
Atk = atk / 2 means you're just trying to divide the "Weapon's" Atk by two, not the actor equipping it. Refer to Yanfly's "hestia knife" tips & tricks video. I can't remember the exact function, but the notetags shown in that video will help you refer to an actor's parameter. I think it's user.Param(x), where x refers to the parameter you want to effect.One more question: I'm looking for a way to make an equip have very good effects for the actor, but halves all battle stats (atk, def, etc). I am trying to use the Lunatic mode tag for Custom Parameters on the equip, but I cannot get it to divide itself by 2... (atk = atk / 2; does not work)
How would I properly go about doing this?
Maybe change the animation base delay parameter in Battle Engine core? You may be able to stop the animations from overlapping and have them execute one after another.Looking into that plugin as we speak.
also, when I move the animations lower more over the protraits, the popup text/numbers are always in the very back. Anyway to move them move to the front/over the protraits? -
How do I fix that then?Broken image.
-
-
Here it is:
Spoiler
I hope it's just me - image is still broken. -
Oh? Not for me. This image is cursed! XDI hope it's just me - image is still broken.
-
Speaking of Victory Aftermath, Yanfly: Are you planning to update the plugin with the rest of the VX Ace version features, like for example, the party's victory quotes?
-
Tried the delay in battle engine core. Isn't working. When I use lets say a healing potion. The healing # is always in the back under the actor's window. Same for when they take damage, and everything else.
-
IS there an active link to skill cost items because I got 404 when trying to view it?