Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hakuen Studio Status Graphics for RPG Maker

Let you create a star graphic to represent actor parameters or any other values! · By Hakuen Studio

Visustella compatible?

A topic by Dekaytainment created Jan 15, 2024 Views: 54 Replies: 2
Viewing posts 1 to 2

Hello there, did you had the chance (or some other user) to test if this is compatible to the Visustella Core Plugins (Free Tier1)?

Developer

Hi there!

Yes, it works with the free tiers. The plugin commands work just fine.


But for it to work on the status screen, you need to set the Star Container equal to the scene:


And since the Visustella Status Scene does not use the default Window_StatusParams to show the actor parameters, the "Hide Default Params" may be useless on my side. It works as the screenshot below, but you will need to find a way to hide the Star Graphic when changing commands on their status scene. This script call Show/hide the Star graphic: 

  • SceneManager._scene.statusGraphic.visible = false/true


Plugin Order:


(+1)

Thanks for the info! I would probably Only need it for the equipment scene and with custom parameter instead. I got rid of the entire status screen as it is useless most of the time ;)