Does it happen with RPGMaker engines other than MV?I get this problem on nearly all the rpg maker games I try to play. I have included a couple of photos.
Please tell me if you can think of anything that could help.
This looks similar to
You must be registered to see the links
, which has no solution posted.Try editing <game install directory>/www/fonts/gamefont.css (any text editor will work), and replacing
CSS:
@font-face {
font-family: GameFont;
src: url("mplus-1m-regular.ttf");
}
CSS:
@font-face {
font-family: GameFont;
src: local("Arial");
}
RPGMaker MV uses a browser rendering engine for the display (I believe it is Chrome under the hood). Text rendering is part of the browser's responsibility, not RPGMaker's, so seeing corrupted text like this is...unusual to say the least.