
(I'm not good at English, sorry)
I made Korean Localization MOD but I'm not modder, so I don't know how to use Lua.
Anyway, My localization is not nice because game has only one Korean font.
All texts have same appearance.
So I want to use my own fonts, and upload and share with Korean players by workshop.
I need your advise. Please help me.
Thank you
* I tried with this code but there's no change. not applied. T_T
* I made Nfonts.hpk with hpk archiver and font directory and ID are correct.
===============================================
function OnMsg.ModsLoaded()
Unmount("Fonts")
MountPack("Fonts", Mods["bpoUrm4"].path .. "Fonts/Nfonts.hpk")
end
===============================================
Last edited: