- Joined
- Jun 23, 2015
- Messages
- 169
- Reaction score
- 351
- First Language
- English
- Primarily Uses
- RMMV
Play Testing never gets past Now Loading...
I am positive it is because I am trying to use a different font.
I copied the .ttl file [rm_almanack_old.ttf] to the fonts folder.
Opened the gamefont.css in notepad and edited this section:
...to...
Saved the .css file.
Play Tested....and it sticks on Now Loading...
I then went back, following the same steps, only this time reverting the font name back to the original and it play tests just fine.
I have noticed that some fonts do work and others do not. But all font files show up just fine in the font folder of my computer and can be used without issue.
Maybe this is some weird bug within the Maker? Maybe some odd thing off in the font file?
I would really like to use this font. Any help would be appreciated.
[Sorry Andar
]
I am positive it is because I am trying to use a different font.
I copied the .ttl file [rm_almanack_old.ttf] to the fonts folder.
Opened the gamefont.css in notepad and edited this section:
Code:
@font-face {
font-family: GameFont;
src: url("mplus-1m-regular.ttf");
}
Code:
@font-face {
font-family: GameFont;
src: url("rm_almanack_old.ttf");
}
Play Tested....and it sticks on Now Loading...
I then went back, following the same steps, only this time reverting the font name back to the original and it play tests just fine.
I have noticed that some fonts do work and others do not. But all font files show up just fine in the font folder of my computer and can be used without issue.
Maybe this is some weird bug within the Maker? Maybe some odd thing off in the font file?
I would really like to use this font. Any help would be appreciated.
[Sorry Andar


