Tutorial: Modify your HL2DM Menu1)
Download GCFscape Here2) Launch GCFscape and browse to Half-Life 2 Deathmatch.gcf/hl2mp/resources
3) find the file name GameMenu.res
4) Drag-drop it to your desktop
5) Close off all windows, apps, DM, etc.
6) Open GameMenu.res using note/wordpad
7) this is how my GameMenu.res looks (modify as you want):
Code:
"GameMenu"
{
"1"
{
"label" "GO_BACK"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "LEAVE"
"command" "Disconnect"
"OnlyInGame" "1"
}
"3"
{
"label" "PlayerList"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
}
"4"
{
"label" ""
"command" ""
"OnlyInGame" "1"
}
"5"
{
"label" "FIND_SERVERS"
"command" "OpenServerBrowser"
}
"6"
{
"label" "LISTEN"
"command" "OpenCreateMultiplayerGameDialog"
}
"7"
{
"label" "MATES"
"command" "OpenFriendsDialog"
}
"10"
{
"label" "MENU"
"command" "OpenOptionsDialog"
}
"11"
{
"label" "QUTI"
"command" "quti"
}
}
(NOTE: this website automatically changes the word Q U I T to Q U T I so make sure to read the last "command" correctly. it is NOT Q U T I but Q U I T !!!)Njoy
P.S.
This Tutorial was made available by the kind help of mojo master Keefy. Kudos.val