How do i hide the score thing? i hate it.
- 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.
i don't want this thing showing me my score, how i hide it? PLEASE.
Re: How do i hide the score thing? i hate it.
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:
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.
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"
...
}
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.
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.