Raised This Month: $ Target: $400
 0% 

CS Font Style?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 10-11-2005 , 19:14   CS Font Style?
Reply With Quote #1

Hmm... I'm always seeing that in some person's screenshots that the font doesn't appear to have the "bold" style to it. How do they do that? o.O
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
Marijuana
Guest
Old 10-11-2005 , 19:27  
Reply With Quote #2

I don't know how but I think I know what you mean

ps. LEGALIZE MARIJUANA!
Extremeone
Senior Member
Join Date: Jan 2005
Old 10-11-2005 , 19:31  
Reply With Quote #3

go to http://files.filefront.com/I+Love+St.../fileinfo.html
and make any skin......
then export it to steam....
then go to
C:\Program Files\Valve\Steam\skins\skin name\Resource
and open TrackerScheme.RES with notepad.....
and find this part...
Code:
//
//////////////////////// FONTS /////////////////////////////
//
// describes all the fonts
Fonts
{
// fonts are used in order that they are listed
// fonts listed later in the order will only be used if they fulfill a range not already filled
// if a font fails to load then the subsequent fonts will replace
and edit the engine fonts to watever u want.......
im pretty sure thats how they do it.....
its the only way i could figure out how to.......
EDIT....
Okay i think i got it right now....
only after 5 edits.......
Extremeone is offline
eFrigid
Senior Member
Join Date: Aug 2005
Location: 3o3
Old 10-11-2005 , 19:36  
Reply With Quote #4

Quote:
Originally Posted by Marijuana
I don't know how but I think I know what you mean

ps. Im gay!
Can you stop putting that you probably dont even smoke. And i dont wanna get this site blocked at my school.
__________________
lol
eFrigid is offline
Send a message via AIM to eFrigid Send a message via MSN to eFrigid Send a message via Skype™ to eFrigid
Marijuana
Guest
Old 10-11-2005 , 19:42  
Reply With Quote #5

Quote:
Originally Posted by eFrigid
Quote:
Originally Posted by Marijuana
I don't know how but I think I know what you mean

ps. Im gay!
Can you stop putting that you probably dont even smoke. And i dont wanna get this site blocked at my school.
I shall ignore you from now on.
ps. LEGALIZE MARIJUANA!
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 10-11-2005 , 19:54  
Reply With Quote #6

@Extremeone:
I was refering to font in this screenshot:


My font is thicker/bolder than that, unless they used a different method of saving the image that caused the font to appear like that, I dunno.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 10-11-2005 , 20:00  
Reply With Quote #7

It's pre-Steam text, my guess it that it is an old screenshot. If you can find a screenshot of post-Steam content with that text let me know.
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX is offline
Extremeone
Senior Member
Join Date: Jan 2005
Old 10-11-2005 , 20:10  
Reply With Quote #8

ohhhhh..........
well heres a ss of my modifyed fonts.....
Modified:
http://img23.**************/img23/796...ill00068ba.png
Un-Modified:
http://img23.**************/img23/801...ill00078bd.png

all i did was change this:
Code:
"EngineFont"
{
"1"
{
"name"		"Verdana Bold"
"tall"		"12"
"weight"	"0"
"yres"	"480 599"
"dropshadow"	"1"
}
"2"
{
"name"		"Verdana Bold"
"tall"		"13"
"weight"	"0"
"yres"	"600 767"
"dropshadow"	"1"
}
"3"
{
"name"		"Verdana Bold"
"tall"		"14"
"weight"	"0"
"yres"	"768 1023"
"dropshadow"	"1"
}
"4"
{
"name"		"Verdana Bold"
"tall"		"20"
"weight"	"0"
"yres"	"1024 1199"
"dropshadow"	"1"
}
"5"
{
"name"		"Verdana Bold"
"tall"		"24"
"weight"	"0"
"yres"	"1200 6000"
"dropshadow"	"1"
}
"6"
{
"name"		"Verdana"
"tall"		"12"
"weight"		"600"
"dropshadow"	"1"
}
"7"
{
"name"		"Arial"
"tall"		"11"
"weight"		"800"
"dropshadow"	"1"
}
}
to this:
Code:
"EngineFont"
{
"1"
{
"name"		"Verdana Bold"
"tall"		"6"
"weight"	"0"
"yres"	"480 599"
"dropshadow"	"1"
}
"2"
{
"name"		"Verdana Bold"
"tall"		"7"
"weight"	"0"
"yres"	"600 767"
"dropshadow"	"1"
}
"3"
{
"name"		"Verdana Bold"
"tall"		"8"
"weight"	"0"
"yres"	"768 1023"
"dropshadow"	"1"
}
"4"
{
"name"		"Verdana Bold"
"tall"		"14"
"weight"	"0"
"yres"	"1024 1199"
"dropshadow"	"1"
}
"5"
{
"name"		"Verdana Bold"
"tall"		"18"
"weight"	"0"
"yres"	"1200 6000"
"dropshadow"	"1"
}
"6"
{
"name"		"Verdana"
"tall"		"6"
"weight"		"600"
"dropshadow"	"1"
}
"7"
{
"name"		"Arial"
"tall"		"5"
"weight"		"800"
"dropshadow"	"1"
}
}
Extremeone is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 10-11-2005 , 20:47  
Reply With Quote #9

I see.. Try this and gimme an SS
Code:
"name"      "Verdana"
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 10-11-2005 , 20:50  
Reply With Quote #10

Why don't you try it and see for yourself firsthand.
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX 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 22:06.


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