TwinqeThere is too much going on with the boxes and such for my tastes, but that class selection screen is fantastic. How do I copy over the class selection screen without anything else? I am terrible with HUD editing.
copy classselection.res into your resource/ui folder and copy the fonts into your resource folder then add these into your clientscheme.res's font section
"Museo9"
{
"1"
{
"name" "MuseoSansCyrl-500"
"tall" "9"
"additive" "0"
"antialias" "1"
}
}
"LOGOFont"
{
"1"
{
"name" "Hudas Iscariote"
"tall" "58"
"additive" "0"
"antialias" "1"
}
}
then add these to the bottom of your clientscheme.res
"19"
{
"font" "resource/MuseoSansCyrl-500.otf"
"name" "MuseoSansCyrl-500"
}
}
"20"
{
"font" "resource/HudasIscariote.otf"
"name" "Hudas Iscariote"
}
change 19 and 20 to the numbers that go after whatever last font is there