В этой теме я расскажу вам как сделать быстрый коннект как у меня Делаем следущие шаги: 1. Открываем папку
2. Открываем через "Блокнот" фаил отмеченный на картинке.
GameMenu.res
3. Вставляем следущие строки в фаил.
"GameMenu"{ "1" { "label" "#GameUI_GameMenu_ResumeGame" "command" "ResumeGame" "OnlyInGame" "1" } "107" { "label" "GeOrGiA - 95.104.72.190:2009" "command" "engine connect 95.104.72.190:2009 "notsingle" "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" "#GameUI_GameMenu_Options" "command" "OpenOptionsDialog" } "12" { "label" "#GameUI_GameMenu_Quit" "command" "Quit" }}
Всё готово сохраняем и закрываем.
Вот что получилось: