Trickster
2007-07-28 03:51:44
Tired of orange? Me too...
Kick things off by getting GCFscape -----clicky
It's not some hacking program bs, its just a tool to open the seemingly useless files in your steamapps folder.
In those files contains pretty much every thing to the games in your account. To open a file, you 1st have to turn steam off and click open one and.....it's open. But to get your xhair to that tickle me pink color you've been dying to have, you need to find it. It's located in Half-Life 2 Deathmatch-->Hl2mp-->Resource...and the file name is, ClientScheme.res Find it and extract it to your hl2mp/resource From there you can close GCFscape because that's all you needed it for.
Now you have to open the clientscheme.res, select to open it in a notepad document. From there you'll see a mess of numbers and arrangements that won't make much sense. Simply look for the
On the right side you see a set of numbers, there are 4 columns that make out the amount of color, the 1st reads the amount of red, then the amount of green and then the amount of blue The last column is the amount is displayed (opacity)
So if you wanted a bright red xhair, the set would look like...
Larger numbers = more of that color, btw from this the color Black is possible (Proven wrong :O) but doesnt show weapon pick ups.
The numbers there give off a redish/orange xhair and weapon pick up color. expiriment and see what comes off best. And keep this in mind When your done, rightclick and save it as a "read-only" otherwise steam would erase and overwrite everything.
EDIT: Fixz0r3s
Kick things off by getting GCFscape -----clicky
It's not some hacking program bs, its just a tool to open the seemingly useless files in your steamapps folder.
In those files contains pretty much every thing to the games in your account. To open a file, you 1st have to turn steam off and click open one and.....it's open. But to get your xhair to that tickle me pink color you've been dying to have, you need to find it. It's located in Half-Life 2 Deathmatch-->Hl2mp-->Resource...and the file name is, ClientScheme.res Find it and extract it to your hl2mp/resource From there you can close GCFscape because that's all you needed it for.
Now you have to open the clientscheme.res, select to open it in a notepad document. From there you'll see a mess of numbers and arrangements that won't make much sense. Simply look for the
Code: Select all
// HL1-style HUD colors
"Yellowish" "192 28 0 140"
"Normal" "255 28 0 140"
"Caution" "192 28 0 140"
On the right side you see a set of numbers, there are 4 columns that make out the amount of color, the 1st reads the amount of red, then the amount of green and then the amount of blue The last column is the amount is displayed (opacity)
So if you wanted a bright red xhair, the set would look like...
Code: Select all
// HL1-style HUD colors
"Yellowish" "255 0 0 255"
"Normal" "255 0 0 255"
"Caution" "255 0 0 255"
Larger numbers = more of that color, btw from this the color Black is possible (Proven wrong :O) but doesnt show weapon pick ups.
The numbers there give off a redish/orange xhair and weapon pick up color. expiriment and see what comes off best. And keep this in mind When your done, rightclick and save it as a "read-only" otherwise steam would erase and overwrite everything.
EDIT: Fixz0r3s