RPGM [Translation Request] [RJ01108683]ミューテーション! Mutation!

Boarborn

Member
Apr 11, 2022
112
104
Thanks for the translation, it works quite well. But if I were to nitpick it would be the typeface, which has characters so wide that sometimes combat log lines get cut off, and also doesn't have the best readability at resolutions this low..
you can go to www/font/ folder and edit the file gamefont.css

Code:
@font-face {
    font-family: GameFont;
    src: url("mplus-1m-regular.ttf");
}
copy the font you like to that folder.
this does not solve the cut off line problem, just readability
 

Chefkiss

Newbie
Jun 3, 2024
23
10
you can go to www/font/ folder and edit the file gamefont.css

Code:
@font-face {
    font-family: GameFont;
    src: url("mplus-1m-regular.ttf");
}
copy the font you like to that folder.
this does not solve the cut off line problem, just readability
Thanks! I'll give this a try.