Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I have some fire animation sheets from this artist, but I don't understand how they work. They are displayed vertically, so they don't animate when I choose the stepping animation for them. Do I have to edit them all to display horizontally?

(1 edit)

A vertical four-frame animation in RPGMaker means that it wants to "spin" using a movement-route, so it goes: FACE DOWN, FACE LEFT, FACE RIGHT, FACE UP (and repeat).

This is because the four-frames will play in sequence, so it's better for more detailed animations, vs the three-frame which ping-pongs and repeats the idle.

Hope that's clear. Thanks!

got it, thanks!

sorry to bother you again, but I've been using the beach tilesets, and my sea tiles are not animated. The tiles with water touching the sand are all animated, but not the tiles that are just water.

(1 edit)

Yeah that's because of RPGMaker format capabilities, it has some funky autotile limitations where I couldn't fit everything onto the same sheet, so it's not perfect.

Sounds like some tiles might be set up so you can do the old parallax-trick in rpgmaker where the "background image" is the animated base water tile, and then the animations can go over them (the ship tileset had that setup, the beach might allow something similar).

Ultimatey all of the pieces should be there, there but depending on the needs of your project you might need to re-arrange the tiles and animations.
Thanks!

I looked at how other sea tilesets are set up,  and adjusted the beach tiles accordingly in aseprite. I copied and pasted water tiles from the ship tileset. Thanks!