Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(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 76 days ago