How do i hide the score thing? i hate it.

Discuss Certain Aspects of Mapping, Modeling, and Coding.
Post Reply
User avatar
noxiousvegeta
Pixel
Posts: 4
Joined: Wed Dec 14, 2011 7:19 am
Location: Italy
Contact:

How do i hide the score thing? i hate it.

Post by noxiousvegeta »

i don't want this thing showing me my score, how i hide it? PLEASE. :dance:
if you want to private message me add me on steam

http://steamcommunity.com/id/noxiousvegeta
User avatar
TESLA-X4
Former Developer
Former Developer
Posts: 570
Joined: Wed Jul 01, 2009 3:26 pm
Location: $Recycle.Bin

Re: How do i hide the score thing? i hate it.

Post by TESLA-X4 »

There's no need for a double thread - the forums are far from dead.

Anyway, go to your OC client folder and open up scripts/HudLayout.res, then do a search for HudScore. You should see something similar to the following:

Code: Select all

	HudScore
	{
		"fieldName"		"HudScore"
		"xpos"	"2"
		"ypos"	"2" 
		"wide"	"55" 
		"tall"  "20" 
		"visible" "1"
		"enabled" "1"
		"BgColor" "0 0 0 0"	
		...
	}
Change "visible" "1" to "visible" "0", then save the file. If the game was running, you'll need to restart it first; if it wasn't running, start it now. The panel should be hidden.
Apparently, Valve can't make games beyond the number 2.
I think the only time we'll get a Source SDK code update is when it starts having purchasable hats integrated, i.e. hatconomy.

Please do not make assumptions you are not knowledgeable enough to make - that just backfires on yourself.
Tick me off, and I'll be sure to give you the golden treatment. Haven't you heard? Silence is golden.
Post Reply