Brelok 305 Posted May 5, 2013 Share Posted May 5, 2013 Witam! W tym poradniku powiem jak dodac servery do menu gdzie są takie opcje jak: -Nowa Gra -Znajdz Serwer -Opcje -Wyjście Należy edytować notatnikiem plik gamemenu.res znajduje się on w katalogu "resource" D:\Program Files\Steam\SteamApps\common\Half-Life\platform\resource Chcemy dodac np. serwer o nazwie CsKatowice.com o adresie 80.72.42.125:27015 Dodajemy : } { "label" "nazwa" "command" "engine connect ip" } Nazwa - jest to nazwa wyświetlana w menu. IP - nasze IP serwera. W naszym wypadku to będzie wyglądało tak: } { "label" "CsKatowice.com [PAINTBALL]" "command" "engine connect 80.72.42.125:27015 " } Ważne by dodać serwer nad linią: { "label" "Nowa Gra" "command" "OpenCreateMultiplayerGameDialog" } Przykładowe Menu: "GameMenu" { "1" { "label" "Wznow Gre" "command" "ResumeGame" "OnlyInGame" "1" } "2" { "label" "Rozlacz" "command" "Disconnect" "OnlyInGame" "1" "notsingle" "1" } "4" { "label" "Lista Graczy" "command" "OpenPlayerListDialog" "OnlyInGame" "1" "notsingle" "1" } "5" { "label" "CsKatowice.com" "command" "engine connect 80.72.42.125:27015" } "6" { "label" "Nowa Gra" "command" "OpenCreateMultiplayerGameDialog" } "7" { "label" "Znajdz Serwer" "command" "OpenServerBrowser" } "8" { "label" "Opcje" "command" "OpenOptionsDialog" } "9" { "label" "Wyjscie" "command" "Quit" } } źródło: moje Link to comment Share on other sites More sharing options...
Recommended Posts