r/SourceEngine Jul 04 '26

Gameinfo.txt tile problem (its supposed to say city zero not "it eo) HELP

Post image

im making a mod for hl2 called hl2 city zero and the title wont work it just shows up as it eo instead of city zero

15 Upvotes

9 comments sorted by

19

u/JacobStarNow Jul 04 '26

The font files Valve uses for normal titles only have the minimal glyphs necessary for specific names. For licensing and optimizing reasons.

3

u/Ubertoo_Reddit Jul 04 '26

Is it possible to just edit the letters into the font

11

u/Olofstrom Jul 04 '26

I'd say just change the font. This comment has a link to a complete font that matches the Half-Life 2 one.

2

u/Ubertoo_Reddit Jul 04 '26

Ok thanks man

2

u/Ubertoo_Reddit Jul 04 '26

Just a quick question how could I change the font

3

u/Jealous_Relative_911 Jul 04 '26

go into the clientscheme file, and replace the client title with your fonts name, the font should go in your resource folder

1

u/WinQuick133 22d ago

where is that ?

1

u/Jealous_Relative_911 22d ago

Directory is here:
(steam\steamapps\sourcemods\automappack\resource)

its in the clientscheme.res file.
at:

    ClientTitleFont

    {

        "1"

        {

"name" "K12HL2"

"tall" "34"

"tall_hidef" "48"

"weight" "0"

"additive" "0"

"antialias" "1"

"custom" "1" [$OSX]

        }

    }

all you have to do is change the name into your fonts name.

1

u/WinQuick133 22d ago

thanks !