Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Hi, thank you for the reply. Is there a plugin command to put monsters in the party or removing them? I don't know if its possible just using the rpg maker mz engine along with this plugin. I want the player to read a book and then the monster goes to the party. (I'm sorry with all the questions) it is possible to edit the visuals of the plugin by using my assets, my own menu windows and colors for example. And one last thing: is there support for idle battle animations?

Deleted 1 day ago
(1 edit)

Please dont worry about asking too much questions! I welcome them!!


At the moment, no there is no plugin command that can do that. You'll have to manually add the monster but it is VERY easy to do as the monsters are basically the actors so you can add/remove them with rpg maker mz's vanilla settings! For the UI, yes you can change the window and yes you can change the colors but you'll have to play around with the code itself if you want to change things as its not available as a plugin parameter.


And lastly, yes!! In the recent updates, I have added animated battlers for the monsters, so yes it supports idle animations!

Thank again for your help! The only thing I'm afraid of is to not be able to change the battle menu window and font due to my lacking of programming skills. Is there no folder with an replaceble image that I can change? Or I'll NEED to dive into the code?

the battle UI is changeable in with the Windowskin image in the system folder(the default one)

Thanks. Just to clarify (I should've said this earlier) its for a 1bit pixel art game. I just want to change the colors to black and white and possibly the diagonal  border around the hp for a rectangular one. To change the diagonal I would need to delve into the code? And the font is editable, right? 

I'm sorry to take your time with all this questions. Its just that the dolar in my country is 5 times the real(our money). So its a big investment.

The font is changeable, yes. And if you want to change the shape of things then yes you'd have to touch a few lines of code.