sachin18 • PM |
Aug 20, 2017 4:48 PM
|
![]() Posts: 3 |
Button find server is not displaying instead Play Online with Steam has come how to replace it with find servers.
|
robin3sk • PM |
Aug 20, 2017 5:08 PM
|
![]() 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. |
sachin18 • PM |
Aug 21, 2017 4:06 AM
|
![]() Posts: 3 |
sachin18 wrote: Thanks a lot dear it worked. |
robin3sk • PM |
Aug 21, 2017 6:01 AM
|
![]() 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. |