Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Found something bad. This core plugin and MV font manager conflict. I thought this was a core problem, but as a result of creating a vanilla project, I found out that your two plugins are conflicting. When I ran each one, there was no problem at all.

Hi there!

What conflict is happening? It triggers an error? Or simply nothing work?

Can you send me a screenshot of your plugin manager with both plugins installed(Eli Book and Eli Font Manager)?

If an error happens, press F12 and send me a screenshot of your console log.

(1 edit)

I’ve got a following error message. Failed to load resource: net::ERR_FILE_NOT_FOUND 

Honestly, I can't get over the think that I'm using something wrong with this plugin. If something is wrong, please correct it. Sorry.

P.S. I had the same problem when with a ttf file other than gamefont.css. It cannot read the font.

Hi!

There is nothing wrong with the plugin. You are setup it wrong.

First, ".css" is not a valid font format.

And the Font File must have the file extension.

The Font Face does not have file extension. It's just work like an ID to access the font inside game.

So, on Font File put: myFont.ttf

And on Font Face put: myFont

If still does not work, show me the error again and also a screenshot of your font folder.

sorry but not work... I don't know what happenned... same bug came out. 

Please, as I asked in my two previous comments:

  • Send me a screenshot of your plugin manager, showing me that you are using the Eli Book and Eli Font manager.
  • Send me a screenshot of your font folder so that I can take a look at your font files.
Deleted 1 year ago

Oh, I see. here is new screenshot. contain eli_book. Sorry.

Thanks!

But my bad, I saw your last screenshot, and you still are doing it wrong.

  • The font FILE is on the "Font file" parameter.
  • And the font FACE is on the font face parameter(no extensions here!).
  • On the left side is what you are doing.
  • On the right side is what you should be doing.


Pretty work. THX! I saw screenshots of other people's usage on forums (in Q&A thread) and didn't think it was an error.