• 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.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
New Battle Animation Editor (v22 preview)

Resource New Battle Animation Editor (v22 preview) 2.1.1

Maruno

Essentials dev
Essentials Developer
Joined
Apr 5, 2017
Posts
564
Maruno submitted a new resource:

New Battle Animation Editor (v22 preview) - An advance preview of the new battle animation system and editor that will be in Essentials v22.

V9ql6eVh_o.png

Description​

This plugin contains the new battle animation system and editor I've been working on for Essentials v22. It's been in development a long time, and is the last big thing to sort out before the release of Essentials v22.

This new animation system revolves around particles, which appear and disappear, move around, change colour and all that fun stuff. This is different to the existing...

Read more about this resource...
 
So, I played around with it for a bit, and I got this error when I scrubbed the time bar too far to the right.

Ruby:
Expand Collapse Copy
[2026-03-01 18:32:09 -0500]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: NoMethodError
Message: undefined method `+' for nil:NilClass

Backtrace:
[New Animation Editor] 006_Timeline.rb:665:in `update_time_bar_control'
[New Animation Editor] 006_Timeline.rb:640:in `update_controls_and_particles'
[New Animation Editor] 006_Timeline.rb:756:in `update'
[New Animation Editor] 007_AnimEditor_refresh_update.rb:320:in `block in update'
[New Animation Editor] 007_AnimEditor_refresh_update.rb:317:in `each_pair'
[New Animation Editor] 007_AnimEditor_refresh_update.rb:317:in `update'
[New Animation Editor] 007_AnimEditor_refresh_update.rb:350:in `block in run'
[New Animation Editor] 007_AnimEditor_refresh_update.rb:347:in `loop'
[New Animation Editor] 007_AnimEditor_refresh_update.rb:347:in `run'
[New Animation Editor] 001_AnimationSelector.rb:550:in `apply_button_press'
 
Back
Top