PDA

View Full Version : How to Remove Things from your CSS Startup Screen



Dracula
14 Jul 2009, 03:58pm
First your going to need this http://nemesis.thewavelength.net/index.php?p=26 [Get the thing at the top of the page you only need the installer, or at least I did.]
1) Open up the Program
2) go to your 'C:\Program Files\Valve\Steam\steamapps' folder
3) double click on 'counter-strike source shared.gcf'

Then follow instructions as written below.

1. Ok, let's start by locating the file we need it's called "ClientScheme.res" and it's located in cstrike/resource.

2. Open this file with notepad.

3. really close to the top, find these lines:
// Top-left corner of the "Counter-Strike" on the main screen
"Main.Title1.X" "32"
"Main.Title1.Y" "180"
"Main.Title1.Color" "0 0 0 255"

// Top-left corner of the "SOURCE" on the main screen
"Main.Title2.X" "380"
"Main.Title2.Y" "205"
"Main.Title2.Color" "0 0 0 255"


**NOTE** numbers could be different.

the numbers could be different.


4. to make the css invisible, change these lines from this:
"Main.Title1.Color" "0 0 0 255"
"Main.Title2.Color" "0 0 0 255"

to this

"Main.Title1.Color" "0 0 0 0"
"Main.Title2.Color" "0 0 0 0"
(remember these numbers might be different to start with)

thats all there is to it, i realize this is short, but i see a LOT of good menu backgrounds get messed up because of the css in the middle, have fun.


P.S. of course you can change the color of the css to something different if you want:


"255 0 0 255"=red
"0 255 0 255"=green
"0 0 255 255"=blue
keep fourth number 255 always for a solid color


When your done save it in your folder that is located here. C:\Program Files\Steam\steamapps\your user name here\counter-strike source\cstrike\resource

Spliff
14 Jul 2009, 09:20pm
Well thank you :).

Dracula
13 Sep 2009, 08:56pm
Bump for the newkids.