-
Content Count
14 -
Joined
-
Last visited
-
Days Won
1
dailyminerals last won the day on July 23 2019
dailyminerals had the most liked content!
Community Reputation
3About dailyminerals

-
Rank
Member
Profile Information
-
Gender
Female
-
Location
Over There
Recent Profile Visitors
-
Ruby/RGSS3 questions that don't deserve their own thread
dailyminerals replied to kal's topic in Programming
Thanks PhoenixSoul! -
Ruby/RGSS3 questions that don't deserve their own thread
dailyminerals replied to kal's topic in Programming
I'm using Yanfly's battle system for VX Ace, and to me the damage number fly by too quickly. Does anyone know how I'd be able to extend the duration that they're displayed? I've looked it over and can't find where the duration of the damage numbers are defined. Any ideas? Here's his battle engine script: https://raw.githubusercontent.com/Archeia/YEARepo/master/Ace_Battle_Engine.rb -
Ruby/RGSS3 questions that don't deserve their own thread
dailyminerals replied to kal's topic in Programming
Okay, I have a question. How can I reference an enemy battler within a script that will execute during battle? I want to play an animation and then deal damage to an enemy whose index is defined with a game variable, but I don't know the syntax for actually accessing enemy battlers. It'd be something like this for examle: X.animation_id = 34 where "X" is something like $game_data.troops.index(4) or something...But I don't actually know what that something is. -
Segmented MP Bar Graphic for VX Ace Request
dailyminerals replied to dailyminerals's topic in Programming
That's awesome, thanks! -
Segmented MP Bar Graphic for VX Ace Request
dailyminerals replied to dailyminerals's topic in Programming
Thanks so much! It looks great! I'm a super duper amateur when it comes to coding, but I'm cautiously optimistic I figured out how to get it working with Yanfly's Battle Engine by simply commenting out his battle engine's overwrite of draw_actor_mp from lines 1917-1924 (in version 1.22) and putting the segmented gauge script below yanfly's core script and above his battle system script. Crude, I know, but it works...? I haven't tested it too exhaustively, but they seem to both be cooperating for the moment! -
Segmented MP Bar Graphic for VX Ace Request
dailyminerals replied to dailyminerals's topic in Programming
That's all I'd want, I suppose - having the skills cost 1, 2, and 3 MP as appropriate, and giving each character 3 MP. The only thing I want changed from the default is the presentation of the MP to be a segmented bar where each segment corresponds to how much MP a character has, and then an accompanying unsegmented bar for HP (or HP can be segmented too, if having two seperate display mechanisms is too complicated). How would you suggest I implement my own graphic if I made one myself? I also know that Yanfly created a script for MV which would be more or less perfect: http://yanfly.moe/2017/08/11/yep-151-segmented-gauges-rpg-maker-mv/ But of course...That's MV. I suppose I figured something of similar functionality could be "ported/translated" to VX Ace without being too difficult, maybe I'm wrong. -
dailyminerals changed their profile photo
-
Draw depth for battle animations - Yanfly Battle Engine
dailyminerals replied to dailyminerals's topic in Programming
Hmm...Nothing seems to work. It must be something inherent to the battle system script. I'll keep playing with it to see if I can fix it, but at this point I'm not too optimistic. Thanks for giving it a shot though.- 8 replies
-
- animation behind portrait
- yanfly
-
(and 1 more)
Tagged with:
-
Draw depth for battle animations - Yanfly Battle Engine
dailyminerals replied to dailyminerals's topic in Programming
Thanks for giving it a shot, but curiously with this fix the enemy animations just pop up with a "failed" tag every time they attack now. Thanks for taking a crack at it though. Maybe I'll play around with it some more and see if I can get something to work.- 8 replies
-
- animation behind portrait
- yanfly
-
(and 1 more)
Tagged with:
-
Draw depth for battle animations - Yanfly Battle Engine
dailyminerals replied to dailyminerals's topic in Programming
Here you go. At the bottom you can see the HUD is behind the battleback.- 8 replies
-
- 1
-
-
- animation behind portrait
- yanfly
-
(and 1 more)
Tagged with:
-
Draw depth for battle animations - Yanfly Battle Engine
dailyminerals replied to dailyminerals's topic in Programming
Right. Without his edits. Any insight to how it could be fixed?- 8 replies
-
- animation behind portrait
- yanfly
-
(and 1 more)
Tagged with:


