Search
Username:
Password:
Register or Reset Password
Remove the ads!
Changing The Menu in cs
Difficulty: Advanced
Category: CS > Sprites & GUIsAuthor(s):
Did you create this? Request ownership

Note: this tut is for advanced cs users

in ROOT/cstrike/resource is the file gamemenu.res located where the menu of cs is show'n




"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"
}
}




its pretty simple you can add or remove if you want

a little example of a edited version




"GameMenu"
{
"1"
{
"label" "Continue with your noob game"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "LEAVE NOOB LEAVE!"
"command" "Disconnect"
"OnlyInGame" "1"
"notsingle" "1"
}
"4"
{
"label" "List of noobs"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"notsingle" "1"
}
"8"
{
"label" "FFS RR!"
"command" "engine rcon sv_restartround 1"
"OnlyInGame" "1"
}
"9"
{
"label" "Start a game thats only for noobs like you"
"command" "OpenCreateMultiplayerGameDialog"
}
"10"
{
"label" "Er... find l337 servers "
"command" "OpenServerBrowser"
}
"11"
{
"label" "Customize this noob config"
"command" "OpenOptionsDialog"
}
"12"
{
"label" "OMG STFU I ALREADY QUIT NOOB!"
"command" "Quit"
}
}




as you see i changed the menu AND i also added a custom future, if you want to execute a console command always add engine brefore it

another example:




{
"label" "Run my Script"
"command" "engine exec scripzor/myscript.rc"
"OnlyInGame" "1"
}




hf customizing
Added: 3 years agoTags: changing, menu
Feedback (6)
sehtick .
i can has cheez burger?Y2M
Posted 10 months ago
Well,i want to add the "training" thingy(like in CS 1.0) and i even have the CS 1.0 training maps that work for 1.6

Do i have to put
"map tr_1" to the command part?
- i can has cheez burger?
Chroma .
monochroma.Y2M
Posted 1 year ago
Lmao, i don't even have the resource folder -.-
- monochroma.
n3cr0x .
Fireish?Y2M
Posted 2 years ago
Now that is worth donating 2 of my points to :D!
Hellsick .
[+ = ..]Y2M
Posted 2 years ago
Awesome... thanks man
~nasta .
Don't flood i can't swim! ;)Y2M
Posted 3 years ago
You should CREATE IT if you havenn't got GCFScape.
FenticaL .
cY2M
Posted 3 years ago
I cant find the gamemenu.res file...
- c
Add Feedback
Provide constructive feedback. What is "constructive"?
You cannot post yet!
Get involved on FPSB by posting your thoughts. Give authors your feedback to help them develop.

To post in this submission register or login.
Assessment
The community's verdict.
User Rating [+]
8/10
bScore
8.0/10
You cannot assess yet!
Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure.

To vote on this submission register or login.
Stamps
This Tutorial in a nutshell...
Helpful & Useful
You cannot stamp yet!
Stamps let you apply characteristics to submissions to help others understand them.

To stamp this submission register or login.
None found
Added by...
deepdesigns.nl .
I PWN Yo0 :P
Ranked 3155th ( 7) with 497 points.

[+] Donate
Related Tutorials