unknowncheats uc-forum.com ucdownloads ucdownloads.com

Go Back   UC-Tutorials - Multiplayer Game Hacking and Cheat Tutorials > First-Person Shooters > Counter Strike

- Sponsored Advertisement -
http://www.myfpscheats.com/


Reply
 
Thread Tools Display Modes
  #1  
Old 12-24-2006, 08:05 AM
zero_tolerance zero_tolerance is offline
Senior Member
 
Join Date: Dec 2006
Posts: 289
Default GameMenu.res

By minesweeperxp

GameMenu.res

credit & by: BoB

Well going along with `Spanky's idea, I went looking for the file when he first posted his screenshots. Instead I found something just as good, GameMenu.res.

Now to get this file I'd suggest you google GFscape. Once you have this find your Counter-Strike.gfc file, and open it.
Go to the "Cstrike > Resource > GameMenu.res", right click it and go to "Extract". Extract it wherever you want for now.

Then open it up with notepad, and you'll see something like this

Quote:
"GameMenu"
{
"1"
{
"label" "#GameUI_GameMenu_ResumeGame"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "#GameUI_GameMenu_Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
"notsingle" "1"
}
"4"
{
"label" "#GameUI_GameMenu_PlayerList"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"notsingle" "1"
}
"8"
{
"label" ""
"command" ""
"OnlyInGame" "1"
}
"9"
{
"label" "#GameUI_GameMenu_NewGame"
"command" "OpenCreateMultiplayerGameDialog"
}
"10"
{
"label" "#GameUI_GameMenu_FindServers"
"command" "OpenServerBrowser"
}
"11"
{
"label" "#GameUI_GameMenu_Options"
"command" "OpenOptionsDialog"
}
"12"
{
"label" "#GameUI_GameMenu_Quit"
"command" "Quit"
}
}
Now we're going to edit it to say cool stuff to the user.
Everything in red, you can edit. The rest I wouldn't touch.
It should be pretty simple to figre out which is which since the ending is the name of the ingame command.

Here's how mine looks after I edited it.

Quote:
"GameMenu"
{
"1"
{
"label" "Keep Playing Noob"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "Leave The Game Noob"
"command" "Disconnect"
"OnlyInGame" "1"
"notsingle" "1"
}
"4"
{
"label" "What Other Noobs Are Playing?"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"notsingle" "1"
}
"8"
{
"label" ""
"command" ""
"OnlyInGame" "1"
}
"9"
{
"label" "Go Start Your Own Game Noob"
"command" "OpenCreateMultiplayerGameDialog"
}
"10"
{
"label" "Find Another Server Bitch"
"command" "OpenServerBrowser"
}
"11"
{
"label" "Edit Your Options Dipshit"
"command" "OpenOptionsDialog"
}
"12"
{
"label" "Kill CS"
"command" "Quit"
}
}
This is how mine looks once you open up CS.



Now we move onto replacing the file. In this example we used GameMenu.res which is found in Cstrike>Resource so now we put it back where we found it, without using GFCscape. You may not have a resource folder in your cstrike folder, so all you do is make one, and place the file in there.

Hope that helped.
Reply With Quote
Reply

  • Submit Thread to Digg
  • Submit Thread to del.icio.us
  • Submit Thread to StumbleUpon
  • Submit Thread to Google
  • Submit Thread to Facebook
  • Submit Thread to My Yahoo!
  • Submit Thread to MySpace
  • Submit Thread to Twitter
  • Submit Thread to Reddit

Tags
gamemenures

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 04:28 AM.