Raised This Month: $ Target: $400
 0% 

If you have problems with fonts after chage default gui see this!!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
The.Joe.Cool
New Member
Join Date: Jun 2014
Old 07-01-2014 , 22:41   If you have problems with fonts after chage default gui see this!!
Reply With Quote #1

Hello, friends of AlliedModders. I've installed new GUI for my counter strike and when i begin to play I saw so little fonts for amx menus and half life text. After search on all the code I've found the "solution" to this:

Search trackerscheme.res file on folder cstrike\resources.

On this file you willl found a lot of styles declaration similar to stylesheets (css), then you need to search this properties: "CreditsFont" and "Legacy_CreditsFont".

Well, you need replace this (for example):
PHP Code:
"CreditsFont" // amx text
 
{
    
"1"
     
{
                
// Properties that make amx fonts worse and hard to read.It's not important if isn't equal like you have 
         
"name" "Tahoma"
         "tall" "14"
         "weight" "700"
         "antialias" "1"
         "yres" "1 10000"
     
}
 } 
For this default value of counter strike trackerscheme.res:
PHP Code:
"CreditsFont"
{
    
"1"
    
{      // Default cs style for amx menu
        
"name"        "Trebuchet MS"
        "tall"        "22"
        "weight"    "600"
        "antialias"    "1"
    
}

Do the same for "Legacy_CreditsFont" and replace for:
PHP Code:
"Legacy_CreditsFont"
{
    
"1"
    
{      // Default values of cs style.
        
"name" "Tahoma"
        "tall" "12"
        "weight" "700"
        "antialias" "1"
        "yres" "1 10000"
    
}

Thanks for read this. That's all .
Sorry for my english I speak spanish and I try to do the best.
The.Joe.Cool is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode