Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks for make another threaad for this, really appreciate! ^^

My font plugin really did not use the default RPG Maker font. If you want to use the RPG Maker font, you need to apply it on the plugin parameters, to be the first on the list and set the Default Font Index to 0:

This way, my plugin will understand that the first font on the font list should be used as a default font.

  • 0 = First font
  • 1 = Second font

and so on.

--------------

Now, I did not understand the Visustella question. Are you not being able to apply my font inside the Scene Options Menu? Or what you want is to add an option/command on the Visustella Scene Options to be able to change the font in-game?

I did not know 0 was first font! I will test and see how this works.

My visustella question is. They have a font manager inside the game that allows you to switch fonts on the fly.

Normally you can select the font you want and it will change it. It also has live font demo's as you scroll through them.

When your font manager is turned on, every single  VisuStella Font becomes your default.

Is there some crossover happening between the plugins? Is the default font being overwritten by FontManager and applied to each individual font in the visustella library?

If you need a video of me scrolling through fonts with and without the plugin I can take one. It might be easier for you to download the visustella sample project and just drag and drop your Font Manager into the plugins to see what I'm talking about. I think you can replicate the problem easily if you need to.

(I also understand the obfuscate their code, so trying to get your plugin to play nice with theirs might be a chore.)

What I believe is happening is that with my plugin ON, visustella options to change font is being useless. My plugin changes how RPG Maker handles font. As so, the Visustella is trying to change font and it is not manage to do it. 

I guess you will need to remove/change that font option of visustella, by going into the plugin parameters and mess with their code there to either use my plugin functions to change the font or create new "functions" inside their plugin parameters that allow JS to change the fonts. This is kinda advanced, I will try to take a look and see this.

That sounds a bit advanced for me. I'm not the best at adding new functions inside plugin parameters. I'm pretty good at learning about and configuring plugins, but not editing them. Please let me know if you take a look at it and what you find. :)