Skip to main content

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

i tried them in Godot but the images are all over the place in size, so i treid RPG Maker MZ.
i made the walking sheet work, but i wonder how do i use the attack sheet and the other one's in RPG maker, do i need a special addon or plug-in for that? Because RPG maker is turn bass not action..

Sorry for all the question, i am a bit new to RPG Maker.

Regarding sprites size, RPG Maker requires them to be scaled :

  • package_content: 
    • arrow/       <= arrow sprite (scale x1)
    • dummy/       <= dummy sprites (scale x1)
    • hero/        <= hero sprites (scale x1)
    • rpgmaker/
      • MV/      <= RPGMaker MV sprites (scale x3)
      • MZ/      <= RPGMaker MZ sprites (scale x3)
      • VXace/   <= RPGMaker VXace sprites (scale x2)

If you are using Godot, GameMaker or Unity, you better use the scale x1 folders.

Regarding RPG Maker Action RPG system :

Good luck !