You can make it work, yes, the bundle only have .png files. You'll have to import and make you own tilemaps tho.
Viewing post in RPG asset hero pack (Super Retro World by Gif) comments
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 :
- Beware, making RPG Maker Action RPG is not beginner friendly and require plugin and possibly image editing, but you can start here : RPG Maker Action Combat - RPG Maker MZ Plugin by Sang Hendrix (just an example of how it can work, I'm not affiliated with Sang Hendrix)
Good luck !