- Joined
- Dec 23, 2016
- Messages
- 195
- Reaction score
- 45
- First Language
- Portuguese
- Primarily Uses
- RMMV
Hello guys!
I need some help to improve the performance of my game.
I'm making an ABS mobile game, due to the fact of being an ABS game, there are animations on the screen all the time. When you attack, when you are attacked, when you use skill, when the enemy uses skill... the "show animation" function is all the time on the screen.
So when there are a lot of enemies, with a lot of "show animations", there is a big drop in fps on phones with lower processing.
So, to solve this problem, I am creating a MENU to select the game behavior:
- Normal graphics and effects (everything normal)
- Low graphics and effects (some effects, plugins, and events will be removed / turned off)
- Very Low graphics and effects (all effects will be removed, and only a few plugins and events will work)
I need some help with the animations effect!
I wonder if there is a way to "disable" the animations on the screen. I mean, the animation must be there, because the plugin I'm using uses the animation to define the contact area of the skill or attack. It needs to be "transparent" or something like that.
A good example to better explain my thinking is this video from ragnarok, here as you can see, the player has disabled the effects of the skills:
The skill is there, but "invisible"
Here is the skill effect normally:
In short, I need a plugin where I can activate and deactivate the animation effects using a script call or a plugin command.
Thank you very much in advance!!
I hope this is something possible to be made!!
I need some help to improve the performance of my game.
I'm making an ABS mobile game, due to the fact of being an ABS game, there are animations on the screen all the time. When you attack, when you are attacked, when you use skill, when the enemy uses skill... the "show animation" function is all the time on the screen.
So when there are a lot of enemies, with a lot of "show animations", there is a big drop in fps on phones with lower processing.
So, to solve this problem, I am creating a MENU to select the game behavior:
- Normal graphics and effects (everything normal)
- Low graphics and effects (some effects, plugins, and events will be removed / turned off)
- Very Low graphics and effects (all effects will be removed, and only a few plugins and events will work)
I need some help with the animations effect!
I wonder if there is a way to "disable" the animations on the screen. I mean, the animation must be there, because the plugin I'm using uses the animation to define the contact area of the skill or attack. It needs to be "transparent" or something like that.
A good example to better explain my thinking is this video from ragnarok, here as you can see, the player has disabled the effects of the skills:
The skill is there, but "invisible"
Here is the skill effect normally:
In short, I need a plugin where I can activate and deactivate the animation effects using a script call or a plugin command.
Thank you very much in advance!!
I hope this is something possible to be made!!

