|
|
How To Make A Custom Menu Difficulty: Beginner |
| Category: CS:S > Sprites & GUIs | Author(s): |

1. First of all you will need to download a menu from the GUIS/CSS/Other/Misc. Section, any will do.
2. Extract the file to C:\Program Files\Valve\Steam\SteamApps\YOURUSERNAME\counter-strike source\cstrike\resource
3. Open the file with notepad and customize as follows
4. Everything in the label "..." line should change to what you want, for example: label "create server"
5. When you log on to CSS enjoy your menu.
Notes:2, 3 and 7 are spacing to help separate different section of the menu.
I CANT STRESS THIS ENOUGH, DONT CHANGE THE COMMAND LINE
______________________________________________________________________
"GameMenu"
{
"1"
{
"label" "Menu Title"
"command" "engine toggleconsole"
}
"2"
{
"label" ""
"command" ""
}
"3"
{
"label" ""
"command" ""
}
"4"
{
"label" "Resume Game"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"5"
{
"label" "Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
}
"6"
{
"label" "Player List"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
}
"7"
{
"label" ""
"command" ""
"OnlyInGame" "1"
}
"8"
{
"label" "Find Servers"
"command" "OpenServerBrowser"
}
"9"
{
"label" "Create Server"
"command" "OpenCreateMultiplayerGameDialog"
}
"10"
{
"label" "Friends"
"command" "OpenFriendsDialog"
}
"11"
{
"label" "Report Bug"
"command" "engine bug"
}
"12"
{
"label" "Video Stress Test"
"command" "OpenBenchmarkDialog"
}
"13"
{
"label" "Options"
"command" "OpenOptionsDialog"
}
"14"
{
"label" "Quit"
"command" "Quit"
}
}
______________________________________________________________________
|
| Added: 2 years ago | Tags: make, custom, menu |
 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. |
 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. This Tutorial in a nutshell... Helpful & Useful 2 x Helpful 2 x Useful 1 x Comprehensive 1 x Detailed You cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login. Want more? Find related tuts. |