Vultr.com - Instant Cloud Server Deployment
Game Rank
Servers:
Teams:
Fans:
13310
Players:
319
sachin18PM
#1
Counter Strike Condition zero
Aug 20, 2017 4:48 PM
Joined: Feb 21, 2016
Posts: 3
Button find server is not displaying instead Play Online with Steam has come how to replace it with find servers.
robin3skPM
#2
Aug 20, 2017 5:08 PM
Joined: Jun 06, 2015
Posts: 1364
I think i know of a possible solution... I've done this in CS 1.6 and it should also apply to CS:CZ.

You can try changing your GameMenu.res file.
Go to cstrike --> resource --> GameMenu.res and open this file in Notepad or any other text editor and overwrite all in it with:


"GameMenu"
{
"1"
{
"label" "Resume Game"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
"notsingle" "1"
}
"4"
{
"label" "Player List"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"notsingle" "1"
}
"8"
{
"label" ""
"command" ""
"OnlyInGame" "1"
}
"9"
{
"label" "New Game"
"command" "OpenCreateMultiplayerGameDialog"
}
"10"
{
"label" "Find Servers"
"command" "OpenServerBrowser"
}

"11"
{
"label" ""
"command" ""
}
"12"
{
"label" "Change Game"
"command" "OpenChangeGameDialog"
"notsteam" "1"
"notsingle" "1"
"notmulti" "1"
}
"13"
{
"label" "Options"
"command" "OpenOptionsDialog"
}
"14"
{
"label" "Quit"
"command" "Quit"
}
}


And then save it... The game menu should appear differently.


sachin18PM
#3
Aug 21, 2017 4:06 AM
Joined: Feb 21, 2016
Posts: 3
sachin18 wrote:
Button find server is not displaying instead Play Online with Steam has come how to replace it with find servers.



Thanks a lot dear it worked.
robin3skPM
#4
Aug 21, 2017 6:01 AM
Joined: Jun 06, 2015
Posts: 1364
I'm glad to hear that it worked.

It's also a simple fix for when you can't enter into other servers because your game's GameMenu.res file was altered by external servers.