diff options
| author | CriticalFlaw <[email protected]> | 2017-10-28 10:00:13 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-10-28 10:00:13 -0400 |
| commit | 2699ff3f4fde75e2f77dbaa4274749cdf00fd0b2 (patch) | |
| tree | 331aa28fbb0cc28836e1cbde6bcb7177ad94c7e9 /resource/ClientScheme.res | |
| parent | a9c346e343aa678f281c0233948b4f90415c5b1f (diff) | |
20171028 - Scream Fortress 2017 Update
- Updated for Scream Fortress 2017
- Updated the Main Menu design and backend
- Updated the version number
- Fixed inexplicable crashes following the Scream Fortress update
- Fixed incorrect image file being used during the loading screen
- Fixed the Phlogistinator, Thermal Thruster and Vita Saw meters
- Miscellaneous other fixes and tweaks
- Removed unused files, code and fonts
- Replaced the current crosshairs with KnuckleCrosses
Diffstat (limited to 'resource/ClientScheme.res')
| -rw-r--r-- | resource/ClientScheme.res | 72 |
1 files changed, 9 insertions, 63 deletions
diff --git a/resource/ClientScheme.res b/resource/ClientScheme.res index ab9befb..03a15e0 100644 --- a/resource/ClientScheme.res +++ b/resource/ClientScheme.res @@ -6,13 +6,6 @@ Scheme { - //////////////////////// CUSTOM FONT FILES ///////////////////////////// - // specifies all the custom (non-system) font files that need to be loaded to service the above described fonts - // Range specificies the characters to be used from the custom font before falling back to a default font - // characters in the range not specificed in the font will appear empty - // For TF2: Any special character will need to be added to our font file - //////////////////////////////////////////////////////////////////////// - CustomFontFiles { "1" "resource/tf.ttf" @@ -21,61 +14,24 @@ Scheme { "font" "resource/TF2.ttf" "name" "TF2" - "russian" - { - "range" "0x0000 0xFFFF" - } - "polish" - { - "range" "0x0000 0xFFFF" - } } "4" { "font" "resource/TF2Secondary.ttf" "name" "TF2 Secondary" - "russian" - { - "range" "0x0000 0xFFFF" - } - "polish" - { - "range" "0x0000 0xFFFF" - } } "5" { "font" "resource/TF2Professor.ttf" "name" "TF2 Professor" - "russian" - { - "range" "0x0000 0x00FF" - } - "polish" - { - "range" "0x0000 0x00FF" - } } "6" { "font" "resource/TF2Build.ttf" "name" "TF2 Build" - "russian" - { - "range" "0x0000 0xFFFF" - } - "polish" - { - "range" "0x0000 0xFFFF" - } - "turkish" - { - "range" "0x0000 0xFFFF" - } } - "7" // Main font + "7" { - "font" "resource/fonts/Cerbetica.ttf" "name" "Cerbetica" } @@ -85,37 +41,27 @@ Scheme "font" "resource/fonts/Blocks.ttf" "name" "Blocks" } - "9" // Fog's xHairs - { - "font" "resource/fonts/crosshairs.ttf" - "name" "Crosshairs" - } - "10" // Thin Cross - { - "font" "resource/fonts/Symbol.ttf" - "name" "Symbol" - } - "11" // Konr Wings - { - "font" "resource/fonts/Garm3nFont.ttf" - "name" "Garm3nFont" - } - "12" // Edited font for TargetIDs, menus, etc. + "9" { "font" "resource/fonts/Cerbetica_edited.ttf" "name" "Cerbetica_edited" } - "13" // Cerbetica bolded, for ammo/health, etc. + "10" { "font" "resource/fonts/Cerbetica_bold.ttf" "name" "Cerbetica Bold" } - "14" // Used for main menu icons + "11" { "font" "resource/fonts/heydings_icons.ttf" "name" "Heydings Icons" } + "12" + { + "font" "resource/fonts/KnucklesCrosses.ttf" + "name" "KnucklesCrosses" + } } }
\ No newline at end of file |
