PDA

View Full Version : [Tutorial] Cum sa adaugam un server in GameMenu



QxQ - Error 3x.DLL
05-01-2014, 11:09 AM
Descriere: Īn acest tutorial o să vă īnvăţ cum să adăugaţi un server (sau mai multe) in GameMenu.

Instalare:

Intraţi īn cstrike/resource/gamemenu.res şi adaugaţi urmatoarele linii:

Cod: Selectaţi tot
"2" --> Aveţi grija să numai existe altă linie cu acelaşi număr,īn caz contrar nu va funcţiona !
{
"label" "cs.wargods.ro" // Aici modificaţi cu numele care doriţi să apară īn GameMenu.
"command" "engine connect cs.wargods.ro" // Aici puneţi IP-ul/DNS-ul serverului.
}


Cāteva informaţii utile:

- Īn primul rānd trebuie să ştiţi că dacă acel "2" există de doua ori nu va merge pentru ca intrānd īn contact cu cealalta linie care foloseşte numarul "2" două IP-uri şi două nume diferite,acestea fiind amāndouă puse pe aceiaşi linie ("2") nu se mai pot deosebii şi apare o mică eroare iar nu va mai aparea serverul in GameMenu.

Sper să vă placă tutorialul şi să vă fie de folos !

Tiger
05-01-2014, 11:45 AM
Ar fi fost frumos daca nu dadeai copy-paste direct si te-ai fi pus sa le mai adaptezi si tu.

PS: Ti-am modificat reclama.

GameMenu.res cu serverele unele dintre servere.:



"GameMenu"
{
"1"
{
"label" "> WarGods Community # <b>You have to register to ba able to see this link</b>"
"command" ""
}
"2"
{
"label" "> WarGods Hosting # hosting.wargods.ro"
"command" ""
}
"3"
{
"label" " CS.WarGods.ro"
"command" "engine Connect cs.wargods.ro"
}
"4"
{
"label" " Zombie.WarGods.ro"
"command" "engine Connect zombie.wargods.ro"
}
"5"
{
"label" " GunGame.WarGods.ro"
"command" "engine Connect gungame.wargods.ro"
}
"6"
{
"label" " Furien.WarGods.ro"
"command" "engine Connect furien.wargods.ro"
}
"7"
{
"label" " Dr.WarGods.ro"
"command" "engine Connect dr.wargods.ro"
}
"8"
{
"label" " Knife.WarGods.ro"
"command" "engine Connect knife.wargods.ro"
}
"9"
{
"label" " Hero.WarGods.ro"
"command" "engine Connect hero.wargods.ro"
}
"10"
{
"label" ""
"command" ""
}
"11"
{
"label" "#GameUI_GameMenu_ResumeGame"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"12"
{
"label" "#GameUI_GameMenu_Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
"notsingle" "1"
}
"13"
{
"label" "#GameUI_GameMenu_PlayerList"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"notsingle" "1"
}
"14"
{
"label" ""
"command" ""
"OnlyInGame" "1"
}
"15"
{
"label" "#GameUI_GameMenu_NewGame"
"command" "OpenCreateMultiplayerGameDialog"
}
"16"
{
"label" "#GameUI_GameMenu_FindServers"
"command" "OpenServerBrowser"
}
"17"
{
"label" "#GameUI_GameMenu_ChangeGame"
"command" "OpenChangeGameDialog"
"notsteam" "1"
"notsingle" "1"
"notmulti" "1"
}
"18"
{
"label" "#GameUI_GameMenu_Options"
"command" "OpenOptionsDialog"
}
"19"
{
"label" "#GameUI_GameMenu_Quit"
"command" "Quit"
}
}