Just a quick question. Does anyone know if it is possible to change the size of the subtitle (<title2><title2> in gameinfo.txt) for a custom mod? I've tried various things such as expanding
- Code: Select all
ClientTitleFont
{
"1"
{
"name" "Verdana"
"tall" "34"
"tall_hidef" "48"
"weight" "0"
"additive" "0"
"antialias" "1"
}
}
into
- Code: Select all
ClientTitleFont
{
"1"
{
"name" "Verdana"
"tall" "34"
"tall_hidef" "48"
"weight" "0"
"additive" "0"
"antialias" "1"
}
"2"
{
"name" "Verdana"
"tall" "34"
"tall_hidef" "48"
"weight" "0"
"additive" "0"
"antialias" "1"
}
}
but that didn't quite work
Thanks!
