It looks to me like you pushed the wrong version to github or something. Your clientscheme is missing close brackets in the custom font files section at the very bottom. Also: why are you using KenyanCoffeeRg-Regular as the name? My system shows the name of the font file as being 'Typo Slab'. Either of those will cause font issues, and I'm honestly shocked the lack of close brackets hasn't caused more problems. @snailboat and @darkstar I'd try replacing the following (at the bottom of clientscheme.res in resource)
"10"
{
"font" "resource/fonts/kenyan_coffee_rg"
"name" "KenyanCoffeeRg-Regular
}
"11" // Fog's xHairs
{
"font" "resource/fonts/crosshairs.ttf"
"name" "Crosshairs"
}
"12"
{
"font" "resource/fonts/HirukoBlackAlternate"
"name" "Hiruko-BlackAlternate"
}
"13"
{
"font" "resource/fonts/TypoSlab_demo"
"name" "KenyanCoffeeRg-Regular"
}
with
"10"
{
"font" "resource/fonts/kenyan_coffee_rg"
"name" "KenyanCoffeeRg-Regular
}
"11" // Fog's xHairs
{
"font" "resource/fonts/crosshairs.ttf"
"name" "Crosshairs"
}
"12"
{
"font" "resource/fonts/HirukoBlackAlternate"
"name" "Hiruko-BlackAlternate"
}
"13"
{
"font" "resource/fonts/TypoSlab_demo"
"name" "KenyanCoffeeRg-Regular"
}
}
}
Disclaimer: I just took a peek at github and didn't install the hud.
Edited for further clarity in the code. Hi omni