Jump to content

Recommended Posts

Posted

Details - In this tutorial you will learn how to modify the menu on the left side of CS's and one that appears when you press Esc when you're on a server

Credits: Just4Jok3r

1) Go into the folder where you installed Counter-Strike then:

cstrike\resource

2) Now do this:

Right click GameMenu.res => Open With => Select the program from list => Notepad => OK

3) Edit menu left:

 

- A)

"label" "#GameUI_GameMenu_ResumeGame"
"command" "ResumeGame"
"OnlyInGame" "1"

"command" "Instead of ResumeGame put Resume game or what else you will"

 

- B)

"label" "#GameUI_GameMenu_Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
"notsingle" "1"

"command" "Disconnect Instead you can put eg. Disconnect or what else you will"

 

- C)

"label" "#GameUI_GameMenu_PlayerList"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"notsingle" "1"

"Command" - released here

 

- D)

"label" "#GameUI_GameMenu_Quit"
"command" "Quit"

"command" "Quit Instead Exit or what else you put you"

 

- E)

"label" "#GameUI_GameMenu_Options"
"command" "OpenOptionsDialog"

"command" "Instead of OpenOptionsDialog put options or what else you will"

 

- F)

"label" "#GameUI_GameMenu_FindServers"
"command" "OpenServerBrowser"

"command" "Instead of OpenServerBrowser put list servers or what else you will"

- G)

 "label" "# GameUI_GameMenu_NewGame"
"command" "OpenCreateMultiplayerGameDialog" [code]
"command" "Instead of OpenCreateMultiplayerGameDialog put new game or what else you will"

4) Now let:

File => Save As => GameMenu.res

[/code]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock