EBF5: Smoother Hits

Hey guys, I’m still optimizing EBF5 for mobile. A big bottleneck is when targets in battle get hit – hundreds of lines of code crunch all of the stats, equips, status effects, elemental particle effects, and other variables, and then different animations are played – sometimes for 5 targets at once. This is a lot to happen on one frame, and usually isn’t too slow, but it often triggers garbage collection or throttles your device CPU for a few seconds afterwards to avoid overheating.

So I’ve added two new options to the game to lessen the resources used:

The “Disable Idle Animations” option now also disables “hit”, “big hit”, “evade”, “heal”, and “defend hit” animations, and replaces them with the target just flashing white. It doesn’t even look too bad.

There’s a new option to “Disable Multi-hits”, meaning that attacks that hit multiple times for no good reason, like Fire Storm, Star Blast, or Hyper Beam, now just hit once. This may make gameplay slightly different when it comes to status effects like Morale, but in the end it shouldn’t be very noticeable.

Hopefully those options get the game running smoother for more people.

Also, nobody asked for it, but I added the option to display a grid on the map, making hunting hidden items a bit easier! A lot of the really hidden items have already been made easier to find on mobile (such as adding visual hints where there were none in the PC version).

2 thoughts on “EBF5: Smoother Hits

  1. David

    Yo Matt, have you seen the new Google Doodle? It kind of reminds me of your game. Would be interesting if you could do a Collab with the Google Doodle team….

    Reply
  2. Len

    That change to multi-hits can be pretty important for the bonus bosses. One of the strategies i used for God was to use autorevive on his limit break, but even then i could still die because the multi hits would still hit the revived character, and just have them die again. Which would be completely non-issue if it was a single hit

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *