• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

[EBS]Cache In-battle Animations to Reduce Lag 2020-01-11

I forgot to update the script to cache the animations when you load a new game. Edit the following to fix:

-Next, go to PScreen_Load, and go to the elsif statement mentioning cmdNewGame (should be around line 403), and paste the following directly after the line, "$game_map.autoplay":

pbLoadCachedAnimations
pbLoadCachedAnimations2
Back
Top