Главная » Статьи » Counter-Strike 1.6 |
Оригинальный файл главного меню находится в \cstrike\resource и называется GameMenu.res Чтоб добавить в это меню свой пункт, к примеру быстрый коннект к серверу, нужно найти : Code "8" { "label" "" "command" "" "OnlyInGame" "1" } и добавить после него: Code "9" { "label" "Название сервера" "command" "engine connect ip:port" } и сменить номерацию остальных пунктов, там где было 9, поставить 10 и так далее. Вот пример готового меню с добавленным нашим сервером Code "GameMenu" { "1" { "label" "Lost.tm Server | ClanWar" "command" "engine connect lost-tm.sytes.net:27015" } "2" { "label" "www.hotstrike.kiev.ua | Public" "command" "engine connect 94.244.157.85:27015" } "4" { "label" "#GameUI_GameMenu_ResumeGame" "command" "ResumeGame" "OnlyInGame" "1" } "5" { "label" "#GameUI_GameMenu_Disconnect" "command" "Disconnect" "OnlyInGame" "1" "notsingle" "1" } "6" { "label" "#GameUI_GameMenu_PlayerList" "command" "OpenPlayerListDialog" "OnlyInGame" "1" "notsingle" "1" } "7" { "label" "" "command" "" "OnlyInGame" "1" } "8" { "label" "#GameUI_GameMenu_NewGame" "command" "OpenCreateMultiplayerGameDialog" } "9" { "label" "#GameUI_GameMenu_FindServers" "command" "OpenServerBrowser" } "10" { "label" "#GameUI_GameMenu_Options" "command" "OpenOptionsDialog" } "11" { "label" "#GameUI_GameMenu_Quit" "command" "Quit" } } | |
Просмотров: 360
| Теги: |
Всего комментариев: 0 | |