Skip to main content

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

Hi, this plug-in has been great! Sorry if it's a noob question or asking for too much-- I was wondering if it's possible to make the text change color in accordance with the windows?

What I'm currently trying to do is add different default windowskin options for accessibility purposes... The dark mode skin's png has a different color palette from the light mode skin, but I noticed that when the player changes the windowskin from the options menu, it does not update text colors (i.e. the dark mode skin will retain the black text from the default light mode, instead of using the light text colors from its own png.) Would updating the colors along with the window be possible with the current version of this plug-in?

Hi there!

You can change the default font colors for each window on their own window.png file.

On the bottom right corner of the window file, there is all colors used for the font. The first one, is the default one. In this case, white:

Here is another reference, when you use the \c escape codes:


As so, if you want for a different window file to have a different default font color, you need to change it on the .png file.

(+1)

Thanks for the response! Each window.png does have different default font colors on the .png. The issue is that despite this, the default font colors do not update when the player changes the window skin via options menu. Sorry if my wording was a bit strange.. !

(+1)

OHHHHH I get it now!!! Real nice catch!!!

I managed to fix this! There are two plugin parameters now that you can optionally set to true, if you want the windows to get their colors from their own windowskin files. Set to false if you want them to use the default behavior from RPG Maker.

Thanks for the feedback! Please download the new version 2.0.1!

(+1)

Thanks for the quick responses and quick update!!! It works and was very helpful :)