Text Decals

Text Decals 4.0

  • Hey you! Yes, you! Add images to your downloads, it's free! Use the orange "Manage Download Image" button in the top right.

Text Decals 4.0

Decals of lotsa characters to create arbitrary text, in (eventually) numerous fonts!

A buncha decals to let you create arbitrary text.
The pack contains the following fonts:
I plan to add the following fonts:
Once I have these finished, I'm willing to take suggestions for other fonts to add. (I kinda think this covers most bases, though.)

Installation: unzip to tf/materials/. You should be good to go.

Use: The decals only come in white. If you're fine with white, you can use 'em as decals/overlays just fine. If not, you can apply them to brush entities, adjust those entities' Color keyvalues, and then set the brushes such that the text faces are overlapping whatever you want the text to be on—such that they'd be z-fighting if the text textures didn't have $decal. Alternatively, you can go into the VMTs and set the $color variable.

For monospace fonts, like Big Noodle Titling, the spacing is basically done for you. For the others, unfortunately, you'll have to do the spacing yourself.
Relatedly, some symbols and punctuation, such as commas, are cut down by a factor of 2, since the rest is just empty space that takes up file size. In case it isn't obvious, these areas are indicated by the gray sections in the demos.
In many cases, the fact that VTFs must be a power of 2 on both sides means that there's still plenty of blank space in the characters. I recommend cutting the brushes down to reduce that, to improve optimization.
  • for most characters, the texture name is <character><fontName>.vmt. Big Noodle Titling pack's A file, for example, is at overlays/text/Big Noodle/A_bigNoodle.vmt. In mixed-case fonts, the lowercase letters are <character>_l<fontName>.vmt, while the uppercase ones are <character>u<fontName>.vmt. I had to make some concessions, however, for the rarer characters.
  • for characters with diacritics, the character is paired with a letter depending on the diacritic:
    • for acute accents, it's just the letter but lowercase. (this is a reference to the apex, which was used in Latin to indicate long vowels before acutes and macrons were a thing.) Á is at overlays/text/Big Noodle/Aa_bigNoodle.vmt.
    • for diæreses/umlauts, it's -e. (this is because the umlaut was created as a scribal abbreviation to indicate that the vowel was followed by an e. also because AE, Ee, and OE are separate things.) Ä is at overlays/text/Big Noodle/A-e_bigNoodle.vmt.
    • for tildes, it's n. (this is because tildes arose as a scribal abbreviation indicating that the letter was followed by an n.) Ã is at overlays/text/Big Noodle/An_bigNoodle.vmt.
    • for graves, it's `. currently, this only applies to TF2 Build's Ò, because a) nobody's asked me for any, b) I only added Ò because it's in the Claidheamh Mòr's name, and c) the other fonts' Ós can just be applied backwards.
  • Æ and Œ are AE and OE, respectively.
  • Þ and Ð are at Th and Dh, respectively. (it's because both make the English "th" sounds, but Ðð is often transliterated as "dh.")
  • Ç and ß are at Cz and Sz, respectively. (for Ç, this is because Çç is derived from Visigothic z. ß is the eszett, whose origins are bizarrely unclear but whose name strongly suggests it's a ligature of the long s ſand z.)
    • while the capital eszett is Sz_u in mixed-case fonts, the lower-/single-case one is always plain Sz.
  • Ŋ is "ng," because that's literally the sound it's made for. (in some fonts, the capital form looks more like a giant letter N, e.g., Ŋ.)
  • and then there's a long list of random characters referred to by abbreviations:
    • £ and are "GBP" and "EUR," respectively.
    • % is "prc" (for percent), because while it's a valid filename character that's on most keyboards, Hammer can't seem to process it as part of a texture name.
    • * is "str" (for asterisk or star).
    • / is "sls" (for slash).
      Ø is "osl" (for o-slash).
    • > is "grt" (for greater). for the "less than" symbol, just flip it around.
    • the full stop . is "prd" (for period).
    • ? is "qmk" (for question mark). Spanish question marks ¿ can be obtained by rotating it 180°.
    • the double quote " is "qot" (for quote). (the single quote ' works just fine as a filename.)
      — the opening double smart quote is "sqt-l." the closing double smart quote is "sqt-r."
    • » is "gmt" (for guillemet).
    • the em dash is, naturally, "em."
    • © is "cpr" (for copyright).
    • ® is "rr" (for rights reserved).
    • is, naturally, "tm."
    • | is "bar."
    • ~ is "tld" (for tilde).
    • ° is "deg" (for degree).
    • : is "col" (for colon).
    • Ȝ is "gh" ('cuz that's what generally replaced it).
I'm willing to do other characters if anybody wants them.

Credit: I mean… if you want. This wasn't a particularly skilled or high-effort creation. I'm only bothering to share it on the chance that it saves people time.
License
Free to use and modify.
  • literally me.png
    literally me.png
    37.9 KB · Views: 102
  • loremipsum.png
    loremipsum.png
    176.5 KB · Views: 101
  • savetf.png
    savetf.png
    65.3 KB · Views: 98
  • bigNoodle_quote.png
    bigNoodle_quote.png
    108 KB · Views: 89
  • TF2 Build showcase.png
    TF2 Build showcase.png
    207.8 KB · Views: 82
  • bigNoodle_showcase.png
    bigNoodle_showcase.png
    133 KB · Views: 85
  • sans_demo.png
    sans_demo.png
    248.1 KB · Views: 69
  • serif_demo.png
    serif_demo.png
    247.7 KB · Views: 80
  • mono_demo.png
    mono_demo.png
    230.2 KB · Views: 74
  • OCR_demo.png
    OCR_demo.png
    226 KB · Views: 72
Author
Hweepo
Downloads
389
Views
939
First release
Last update
Category
Overlays

More downloads from Hweepo

  • Emberrock
    Emberrock
    Rocky A/D map set in the evening.
  • Circular
    Circular
    A 5CP map that's "scrunched" enough to use one set of spawns while still being open.
  • Stencil Decals
    Stencil Decals
    Stenciled spraypainted gameplay-related decals

Latest updates

  1. Fonts 5 & 6: OCR-A Extended and Monospace

    added OCR-A Extended (/OCR/*_OCR) and whatever default monospaced font GIMP uses (/Monospace/*_mono). also created left and right smart quotes for the fonts that had them, since I noticed they weren't actually 180° rotations of each other. these...
  2. Fonts 3 & 4: Sans Serif and Serif

    I don't think "Sans Serif" and "Serif" are the names of any actual font, but GIMP seems to treat them like they are. this should be the ultimate in bland-ness. a couple characters have been removed from Big Noodle Titling and TF2 Build, since I...
  3. Font 2: TF2 Build

    Added a second font. This one is TF2 Build, the font used by Engie's PDAs. I was planning on massively cutting down on file size by switching to a cheaper format (since the materials are black-and-white), but that didn't end up working out. TF2...