I found a method in this forum that is to create a new font using udk, export it as .upk file and put it in place then add a +Package line to DefaultGame.ini to load it and change subtitle font to the font that I created.
There was a line in DefaultGame.ini like
Code: Select all
SubtitleFontName=UI_Fonts_Text.Square721Dm_18
Can someone help me find out what have I done wrong? or any other method to add a font to this game is also helpful.
I attached my font file,the package containing UI_Fonts and decrypted DefaultGame.ini (original and modified).