zThiago Posted April 20, 2020 Share Posted April 20, 2020 Siga Passo a Passo Abaixo! 1º - Procure a pasta "GameMenu.res"; 2º - Abra o arquivo com bloco de notas. 3º - Apague tudo que estiver dentro. 4º - Copie o código abaixo e cole dentro do bloco de notas e depois salve. "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" "" "command" "" } "12" { "label" "#GameUI_GameMenu_ChangeGame" "command" "OpenChangeGameDialog" "notsteam" "1" "notsingle" "1" "notmulti" "1" } "13" { "label" "#GameUI_GameMenu_Options" "command" "OpenOptionsDialog" } "14" { "label" "#GameUI_GameMenu_Quit" "command" "Quit" } } Pronto, seu GameMenu voltará ao padrão! By UnnAmeD Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.