Skip to main content

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

Can the window be customized? or use the toast plugin to put an image behind the fishing window?

Hi, currently the fishing window with the progress bar does not have many customization options, you can change the text that displays in it but not things like the window background, style, width, etc.

It is on my to-do list to add customizations for this window similar to how [CGMZ] Gathering's progress window can be customized (per node gauge color, window rect, gauge rect, location on screen, etc).

You can use [CGMZ] Toast Manager to display a toast window when the player catches a fish to display what they caught.

You could possibly use events to check if the player is currently fishing and show an image on screen or make other effects by checking the script call:

$gamePlayer.CGMZ_isFishing();

This would need some more advanced eventing skills, basically you would have a parallel process that checks if the player is fishing and if so show the image, if not hide the image, or whatever other effects you want to use. It is also on my to-do list to make it easier for users to check if the player is fishing or not without needing to use js.