Comments

Log in with itch.io to leave a comment.

I've been using this plugin and it mostly works great! However, for some reason changing the text color outline function doesn't seem to work as intended for me. I can only change the text color outline to one of the default colors, and cannot alter its opacity as a result. When I enter one of my custom colors for the main text  color, it works fine. But when I enter the same color code to use as an outline, the outline simply doesn't display at all, no matter what the custom color is. Changing the outline to one of the default 0-31 colors makes it display as that color, but it is locked to 50% opacity since setting custom RGBA values is the only way to change that. I've tried turning the auto opacity setting off as instructed,  but it doesn't seem to change anything. Custom colors cannot be used for outlines at all, no matter what I do. Do you have any idea what could be causing this issue?

(1 edit)

I put this above Yanfly's Message Core as instructed, but it still scales icons in the Quest Journal (all windows) and the ItemActionCommand window (where the "use" command is displayed) despite the parameter being set to false. My Yanfly plugins are in the exact order listed on the site, so I know that isn't the reason. Any chance of a fix? Like the other commenter, I really need the text color changing option, because ironically Yanfly's <Text Color: x> notetag doesn't seem to be compatible with his own other plugins....... but yours is.


Suppose I should've just tinkered with it myself before posting... anyway, if anyone else needs a solution, change lines 631-639 to this

    if (!this._iconOff) {
      let pad        = this.fontSize * 1;
      let iconwidth  = 32;
      let sheet      = ImageManager.loadSystem('IconSet');
      let start      = 0;
      let frameH     = Window_Base._iconWidth
      let frameV     = Window_Base._iconWidth
      let perRow     = 16
      let adjust     = false
and that should stop icons from autoscaling, but keep the color change codes working. It completely disables the scaling regardless of true/false though, so if you decide you want it back on, you'll need to revert this change. Just to be clear it isn't a fix for the toggle itself.

is it possible i could get an early early version of this before the icon implantation. it works exactly like i want however it displays certain icons that other plugins hide for some reason and I really only need the colors so that would fix my issue

Hello! Sorry to bother you again, i was setting the icon in menu, title etc

but using \I[x] code in Terms Tab. and the problem is that i cannot put that for options beacuse in Title screen will appear 2 icons instead of one

If the only way is set the customsheet icon in this plugin, well im using a custom iconSet with many many more icons and trying to set that the plugin seems cant read above a certain number of icon and they disappear in game

Hello, what you can try is to disable the title icons in the plugin parameters, then use the escape code \I[x] in front of all Title commands in dataBase Terms (New game, load game, etc...)

(1 edit)

i was thinking that , but how i can put an icon for the true continue in this case ? or i need to leave it xD

(1 edit)

Good point...  You could try to put the escape code directly in the 'True Continue Name' parameter, might work, otherwise an edit of the code will be required.
*if you try that, an additionnal \ (like '\\I[x]) will be required since the param is a string

you right! i didnt think about the true continue name.. haha what a fool i am its work! thanks

I feel like I'm doing something wrong because none of this is working for me.

Could you maybe try and make it compatible with SumRndmDde's ShakingText Plugin?

Hello! I've tried SRD Shaking Text Plugin and it will show the custom colors if my Plugin is above in the plugins manager. The only part that doesn't work is the gradient colors, SRD plugin will only show the second color of the gradient. This can't be fixed within my Plugin. Changes has to be made in SRD Plugin so it can call my plugin functions to use gradient colors.

Alrighty, thank you for the reply! =]

Best TextColorAddon plugin that can be used everywhere :D

Very nice!