• 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.
Resource icon

v21.1 rainefallUtils 1.2

This resource pertains to version 21.1 of Pokémon Essentials.
It appears Essentials now includes its own Kernel#lerp. Why even bother.
I've made a couple of changes/fixes regarding event instantiation across multiple maps. Notably, you can now specify a map id when creating an event. This update also fixes a bug where event objects are not deleted if the player is on a different map when Rf#delete_event is called, particularly important if you are using Volteson's Overworld Encounters.
  • Love
Reactions: CelestialFearow
Couple of additions, notably Rf.create_event, which allows you to instantiate events at runtime.

There's also a few changes you may want to take note of if you have been using rainefallUtils as a utility for your own scripts:
  • Kernel.lerp has been deprecated in favour of Math.lerp. It will be removed in the next version
  • Bitmap.blur has been renamed to Bitmap.blur_rf as to not conflict with the existing Bitmap.blur in later RGSS versions
Back
Top