- Joined
- Aug 3, 2015
- Messages
- 87
- Reaction score
- 40
- First Language
- Italian
- Primarily Uses
GREAT!
Wonderful ATB Plugin.
With the enemy hp gauge it will be the perfect bs.
Wonderful ATB Plugin.
With the enemy hp gauge it will be the perfect bs.
Ok ... but if the characters are afeetti by Haste , the color does not change ...You can change it in the plugin's parameter settings.
If you apply an AGI buff or have a status effect that has AGI above 100%, it will be a different color.Ok ... but if the characters are afeetti by Haste , the color does not change ...
Ok, I would like to customize the time a skill need to be cast, for example, 6 seconds, how could I do that?
And now Mellye and Yanfly must physically wrestle eachother to establish ATB dominance.
It's going to be really, really difficult to decide which one to use...
How do we do that though? Do we put <ATB Charge: -5000> or something individually in each of our skills' notes? What number values are we looking at for this kind of thing? I believe the default values in your plugin manager settings were 5000 for full ATB, 2000 for charge ATB? I'd like to have lower level skills/spells to be faster charging but higher levels be slower, and individually control each one's values.For that, you can set the "speed" of the skill/item to below zero and it will have a longer charge time. When it's above zero, it will have a shorter charge time.![]()
It's based on your window skin:But the color set , in which numbers correspond ??? how do you know the colors ???
How do we do that though? Do we put <ATB Charge: -5000> or something individually in each of our skills' notes? What number values are we looking at for this kind of thing? I believe the default values in your plugin manager settings were 5000 for full ATB, 2000 for charge ATB? I'd like to have lower level skills/spells to be faster charging but higher levels be slower, and individually control each one's values.
Also, I posted this in your comment section too on your website but you kind've answered part of it here already so I'll ask it here~
My actors after using a basic “attack” go back into “guard/preparation” pose after using a normal attack instead of their normal “idle pose” when their turn is over, unless someone else makes another action before their next turn.
Also, is it possible to set random “starting ATB values” between 0 and the default 5000 (I’m guessing 5000 is the default based on the plugin manager settings) and have AGI affect how much/often that happens without Lunatic Mode?
With Tables, Ladders and Chairs!And now Mellye and Yanfly must physically wrestle eachother to establish ATB dominance.
It's going to be really, really difficult to decide which one to use...
I'll be porting everything I've made from VX and Ace over to MV. That 'everything' includes the CTB system I've made for Battle Engine Melody.Hm... don't suppose CTB is on the table? I like that a lot more than ATB.
It's based on your window skin:
![]()
You adjust the speed from within the database.
![]()
That sounds great! FFX had a great system. Speaking of FFX, I thought that the Taunt script could also be a bit like in FFX and MMOs by having enmity and aggro which could be increased or decreased by skills, getting hit by another actor, be based on the damage dealt etc. I think there is a plugin like that anyway but are you going to add something like that in at some point or is the script complete?I'll be porting everything I've made from VX and Ace over to MV. That 'everything' includes the CTB system I've made for Battle Engine Melody.![]()
The plugins I'll be making will always be updating in one form of another, either through an extension plugin or the plugin itself.That sounds great! FFX had a great system. Speaking of FFX, I thought that the Taunt script could also be a bit like in FFX and MMOs by having enmity and aggro which could be increased or decreased by skills, getting hit by another actor, be based on the damage dealt etc. I think there is a plugin like that anyway but are you going to add something like that in at some point or is the script complete?
As for the new script, the ATB is pretty sweet but I kind of wish there were some extra options to set a different text and text color for when the ATB gauge is full and to be able to not have the charging gauge be on top of the full gauge. Oh yeah and an ATB type setting if possible!
Now if only we could get a simple image-based gauge script to make the main menu and the status window look even better! It was KMS in VXA and it was made compatible with your engine. If a scripter is reading this and you can make that plugin...please do!
- Wait Mode is what you have in the script already.
- Semi-Wait Mode I think waits only when you are selecting a target or choosing a skill or an item.
- Active Mode, as the name implies, is always active except during battle actions if I'm not mistaken. (which has an option already)
![]()
Thanks for the reply Yanfly! That's understandable and I thought that it was odd that you'd forget the types as they're pretty crucial to the style, flow and balance of a game (especially if you choose to not make the type adjustable by players). So basically, putting semi-wait or active in would potentially result in causing computer damage, incontinence, explosion of user's head, coma, death, and/or halitosis. *cough*The plugins I'll be making will always be updating in one form of another, either through an extension plugin or the plugin itself.
As for the ATB settings, I'm actually trying to find a way to do the semi-wait and active mode settings. The problem though, is how RPG Maker MV's source code is structured. Semi-Wait and Active mode would actually mess up a loooooooooooooooot of the way some sprites are handled (ie motion refreshing) because MV was programmed with the intention that it wouldn't be anything except turn based. It was a bit easier when I made it on VX because I created 90% of the visual framework from scratch myself, but this time around, I'm working around KDKW's battle engine framework. I decided to opt-out on Semi-Wait and Active Mode for now until I find a better solution because I don't wish to break compatibility with the plugins of other creators if they were to base theirs on MV's framework.
Indeed, I've postponed Semi-wait and Active modes on my ATB for the same reason, and I'll probably only do those as a separate plugin for that reason too. They are likely to break compatibility with pretty much everything battle-related.As for the ATB settings, I'm actually trying to find a way to do the semi-wait and active mode settings. The problem though, is how RPG Maker MV's source code is structured. Semi-Wait and Active mode would actually mess up a loooooooooooooooot of the way some sprites are handled (ie motion refreshing) because MV was programmed with the intention that it wouldn't be anything except turn based.