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]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...