public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

YEP_MessageCore Second Font Issues

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: YEP_MessageCore Second Font Issues
  • Original author: Sarena
  • Original date: March 3, 2016
  • Source thread: https://forums.rpgmakerweb.com/threads/yep_messagecore-second-font-issues.57855/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support

Summary

Hi, I am currently working on a game where the player has the ability to name the main character. I want the characters' names to all appear in all CAPS in the name box. My current solution has been to change the font in the name box so that it is a font that is all CAPS (since that would be easier than ensuring that the player only uses CAPS when naming the player). My current issue is that the \fn is not working correctly. I have the YEP_MessageCore Plug-in...

Archived First Post

Hi,


I am currently working on a game where the player has the ability to name the main character. I want the characters' names to all appear in all CAPS in the name box. My current solution has been to change the font in the name box so that it is a font that is all CAPS (since that would be easier than ensuring that the player only uses CAPS when naming the player).


My current issue is that the \fn<fontname> is not working correctly. I have the YEP_MessageCore Plug-in installed, as well as YEP_CoreEngine, and a few others. Attached at the bottom of this post are the two outcomes of the text.



The first image is when my Name Box Added Text looks like this:


\fn<mclarenregular.tff>




The second image is when my Name Box Added Text looks like this:


\fn<mclarenregular>




I have tried all of these methods for my gamefont.css file:


@font-face {
font-family: GameFont;
src: url("Freeroad Regular.ttf");
}

@font-face {
font-family: NameFont;
src: url("mclarenregular.ttf");
}


and


@font-face {
font-family: GameFont;
src: url("Freeroad Regular.ttf");
}


and


@font-face {
font-family: GameFont;
src: url("Freeroad Regular.ttf");
font-family: NameFont;
src: url("mclarenregular.ttf");
}




I have tried changing the font names in both the YEP_CoreEngine as well as YEP_MessageCore, but neither have given me any luck. Both of the fonts listed above are named exactly as is in my Project/fonts folder.


Any ideas on what I could be doing wrong?


Thank you in advance!


Protected download


Protected download

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

FontError2.png
FontError2.png
FontError1.png
FontError1.png
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#039#rpg-maker-archive#js-support

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar