Skip to main content

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

This error can only be triggered when using the plugin commands: Change Default Font or Change Font. 

So first thing is to find the plugin command that is giving you this alert. Check if you have any common events that are using these commands or any event that is using it on the map start.

After that, the problem is that the Font Face / Index provided on the plugin command, does not exist. You can take a look at your Fonts plugin parameters and compare with the one you set on one of these plugin commands. If you still didn't manage to find the issue, show me a screenshot of your fonts plugin parameter and a screenshot of the plugin command so I can see and compare to check what is wrong.

(1 edit)

Ok, I understand. So, it seems that this event is what's causing the error.

But I don't see the problem with it... The Font Face here also exists correctly as it should.

Maybe you do know what's wrong? I'm so sorry all of this is taking so long... I really didn't think it was going to be this complicated to solve! So again, take your time. It doesn't have to be today, nor tomorrow. I'll be here when you are.

Hi there!

Like I said on some previous comment, don't use special characters on the font face:

I don't think its a good idea to name your font face with special characters like you did: \FB[LWFont]. I think you should just name it "LWFont". Html will deal with those special characters in a different way and also this can make other plugins that use escape codes to change the font do not work so well. Best is to avoid that.

So, instead of [LWFont] Both on the plugin parameters, and on the plugin commands, just use "LWFont".  See if the problem is solved after that change. And make sure you have set the "Build Bitmap File" parameter to true.

If that is not solved, upload that project somewhere and send me the link on discord so i can download and test to see what is going on.

My discord: hakuenstudio

No need to be sorry. This is a complex plugin. It can be hard to setup it.

Deleted 75 days ago