Hiya~
I've been working in RPG Maker MV for a while. We all know that Yanfly's plugins are so good they're practically essential. But, Battle Engine has some issues when it comes to front view battles. Especially the lag/delay caused by default action sequences optimized for side view. It's amazing how many finished games I've seen without this fix... So, I've prepared few fixes to the engine and merged them into one plugin!
behold...
Battle Engine Fix
by Kemezryp & Caethyril
Introduction
Currently, there are 4 fixes in the plugin. You can turn them on and off to your liking~
-
Optimize Target Selection -
The 'whiten' function is usually used to indicate the enemy is about to make a move; it's a blink. Using it as a constant whitening of an object makes it really laggy, especially if your enemy sprite is big.
Updating NW.js reduced this lag to none, but optimization never hurts!
- Cannot Move States Fix -
When making a stun state, it's important to make it last a specific amount of turns. Setting it to Turn End would cause it to restrict a battler an additional turn if applied before their move in a turn. This option fixes the Action End timing for movement restriction states!
- Front View Delay Fix -
Battle Engine Core has built-in action sequences. The default sequences will always take the time to play step animations, even if they're visible only in side-view. Because of that, front-view feels slow. This option Removes the delays and the enemy attack sound because of its bad timing.
- Reimplement Enemy Animation -
By default, enemies will blink and make a sound before using a skill. Battle Engine removes this for the sake of side-view battles. This option adds them back with fixed, default timing.
How to Use
It's plug and play really. Place it under YEP_BattleEngineCore and you should be good. If there are any problems caused by the plugin, turn off its functions one by one and see if it fixes your issue. If there are compatibility problems with the function you want to use, feel free to ask for help~
Terms of Use
These fixes are just simple edits. Credits are nice but not required.
Changelog
1.1 - Fixed a bug for Cannot Move States Fix, causing states with Action End without move restriction going down by 2 instead of 1.
1.0 - Released.
Download
GitHub
Happy RPG Making~!
本贴来自国际rpgmaker官方论坛作者:Kemezryp处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/battle-engine-fix-patch-for-yep_battleenginecore.162012/