Cs sulietuvinimas
1. Nueiname į C:Program FilesValvecstrikeresource
2. Atsidarome GameMenu.res per NotePad ar WorldPad programą.
3. Keičiame visus užrašus iš:
Kodai:
"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" "#GameUI_GameMenu_Options"
"command" "OpenOptionsDialog"
}
"12"
{
"label" "#GameUI_GameMenu_Quit"
"command" "Quit"
}
}
Į mūsų lietuviška meniu :
"GameMenu"
{
"1"
{
"label" "Testi zaidima"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "Atsijunkti"
"command" "Disconnect"
"OnlyInGame" "1"
"notsingle" "1"
}
"4"
{
"label" "Zaideju sarasas"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"notsingle" "1"
}
"8"
{
"label" ""
"command" ""
"OnlyInGame" "1"
}
"9"
{
"label" "Naujas zaidimas"
"command" "OpenCreateMultiplayerGameDialog"
}
"10"
{
"label" "Ieskoti serveriu"
"command" "OpenServerBrowser"
}
"11"
{
"label" "Nustatymai"
"command" "OpenOptionsDialog"
}
"12"
{
"label" "Isejimas"
"command" "Quit"
}
}
4. Išsaugome užrašus ir uždarome viska.
Dabar prisijunge prie Counter-Strike 1.6 žaidimo matysime jau lietuviška meniu. |
|
Heute waren schon 1 Besucher (8 Hits) hier!