Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi there!

  • These errors also happen on a clean project, only with my plugins?
  • About the color stuff, did you mean that when you make some change on the font parameter color after you close the game and open it again, it does not change inside the game?
  • The delete problem is probably that the game is making a reference for that font parameter, but since the user deleted it, it causes a crash. If you deleted the font parameter, make sure you remove the reference in-game(plugin commands, escape codes, etc...)

It would be nice if you can send to me a sample project replicating the error.

(1 edit) (+1)

I think I found it, I got the default font index wrong (starts at 0, I thought it started at one), it's working, thanks! The thing not updating was because I was looking at the wrong font, as above...

I also noticed it doesn't override system colors (the kinds you can change inside YEP CoreEngine) but that may be a feature, idk. Anything more specific like changing HP MP TP font would need a purpose-built plugin anyway :3

(+1)

Nice you manage to solve it! ^^