PDA

View Full Version : How to Change Your Opening CSS Menu



Dracula
14 Jul 2009, 04:13pm
1 Download this-http://nemesis.thewavelength.net/index.php?p=26
2) go to your 'C:\Program Files\Valve\Steam\steamapps' folder
3) double click on 'counter-strike source shared.gcf'
4) go to '\recource\'
5) extract 'GameMenu.res' to your '\cstrike\recource\' folder
6) open "GameMenu.res"

it will look like this:

"GameMenu"
{
"1"
{
"label" "#GameUI_GameMenu_ResumeGame"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "#GameUI_GameMenu_Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
}
"3"
{
"label" "#GameUI_GameMenu_PlayerList"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
}
"4"
{
"label" ""
"command" ""
"OnlyInGame" "1"
}
"5"
{
"label" "#GameUI_GameMenu_FindServers"
"command" "OpenServerBrowser"
}
"6"
{
"label" "#GameUI_GameMenu_CreateServer"
"command" "OpenCreateMultiplayerGameDialog"
}
"7"
{
"label" "#GameUI_GameMenu_Friends"
"command" "OpenFriendsDialog"
}
"8"
{
"label" "#GameUI_ReportBug"
"command" "engine bug"
}
"9"
{
"label" "#GameUI_LaunchBenchmark"
"command" "OpenBenchmarkDialog"
}
"10"
{
"label" "#GameUI_GameMenu_Options"
"command" "OpenOptionsDialog"
}
"11"
{
"label" "#GameUI_GameMenu_Quit"
"command" "Quit"
}

}






RULES TO FOLLOW


1) you may NEVER EVER EVER edit the command("command" "...") box. that will totaly screw up the game. (trust me)

2) the "OnlyInGame" parameter can be set to either 1 or 0.
if set to 1, that menu will ONLY show up if your playing in a server, NOT right when you start up the game
if set to 0, the menu will show up in BOTH, when it starts up, AND when your ingmame

3) to edit what it says, edit the "Label" parameter.




EDITING THE FILE



so, for this line:

"11"
{
"label" "#GameUI_GameMenu_Quit"
"command" "Quit"
}


if i wanted it to say "Penis" instead of "Quit", i would change that whole thing to:

"11"
{
"label" "Penis"
"command" "Quit"
}

Fast Bullet
14 Jul 2009, 04:23pm
Any pictures before and after ?

Dracula
14 Jul 2009, 04:27pm
Ill go take 1 of what mine is now. Note the first and last line.

http://i264.photobucket.com/albums/ii195/Dracula7899/Bleachbackground-1.jpg

Fast Bullet
14 Jul 2009, 04:46pm
Nice,tnx!

PingPong
14 Jul 2009, 06:36pm
Never seen this before all ive ever seen was the ones on fps banana. Thanks drac <3

Buca
30 Aug 2009, 04:14am
Sweet. I've seen it done before, just didnt know how to code it. Ty for this.

Dracula
30 Aug 2009, 09:20am
There are probably more things I could tweek but I dont feel like playing with my configs anymore.