• 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

Resource Efficient Water Puddle Animations + Sound Effects 2019-05-25

boonzeet

Developer of Pokemon: Secrets of the Ages
Member
Joined
Mar 13, 2019
Posts
68
boonzeet submitted a new resource:

Efficient Water Puddle Animations - Water Puddle Animations that reuse the grass animation code for efficiency

View attachment 243

Scripts exist for the bubble animation when walking through puddles, but add a lot of code to tackle a small problem. This can be achieved in V17 with a simple edit of the grass animation code.

Settings

Find this line:

Ruby:
Expand Collapse Copy
PLANT_SPARKLE_ANIMATION_ID   = 7

Add this directly below:

Ruby:
Expand Collapse Copy
PUDDLE_ANIMATION_ID          = 8 # or whichever animation ID you'd like to use

PField_Field

Find these lines:

Ruby:
Expand Collapse Copy
if...

Read more about this resource...
 
You know if have a special animation when you are mounted into the bike?
 
You know if have a special animation when you are mounted into the bike?

Edit: I had a look into it and would be very complex due to the different directions of thr bike. It's something I could look at in the future for sure, though.
 
The splashes occur way below the player
 
Hi
I have essentials v17
The puddles terrain is visible when you apply it in the first layer of the tileset mapping
how can it be fixed?
If you map in the second layer of the rpg maker that terrain tag is invisible in the game, the same happens with stillwater
 
Back
Top