Ayyıldız2 | 2008 TR Yapısı • 1-99 Orta Emek Destan • Oto Avsız • 10 Temmuz 21:00 HEMEN TIKLA!
Unepk veya Eternexus ile acınız..
Link:
Virüstotal:
Locale/tr/ui içine atınız
-Farklı pack versionu için loginwindow.py'den locale/tr/ seklini ayarlayınız mesela locale_de ise packiniz locale/de/ yapınız dediklerim xml seklindede yapmanız gerektir.
Fotoğraf :
Unepk için Xml:
<File archivedPath="locale/tr/ui/face.jpg" type="2"><![CDATA[Source\locale\tr\ui\face.jpg]]></File>
<File archivedPath="locale/tr/ui/face.sub" type="2"><![CDATA[Source\locale\tr\ui\face.sub]]></File>
<File archivedPath="locale/tr/ui/face2.jpg" type="2"><![CDATA[Source\locale\tr\ui\face2.jpg]]></File>
<File archivedPath="locale/tr/ui/twitter.jpg" type="2"><![CDATA[Source\locale\tr\ui\twitter.jpg]]></File>
<File archivedPath="locale/tr/ui/twitter.sub" type="2"><![CDATA[Source\locale\tr\ui\twitter.sub]]></File>
<File archivedPath="locale/tr/ui/twitter2.sub" type="2"><![CDATA[Source\locale\tr\ui\twitter2.sub]]></File>
<File archivedPath="locale/tr/ui/twitter2.jpg" type="2"><![CDATA[Source\locale\tr\ui\twitter2.jpg]]></File>
<File archivedPath="locale/tr/ui/face2.sub" type="2"><![CDATA[Source\locale\tr\ui\face2.sub]]></File>
<File archivedPath="locale/tr/ui/youtube.sub" type="2"><![CDATA[Source\locale\tr\ui\youtube.sub]]></File>
<File archivedPath="locale/tr/ui/youtube2.jpg" type="2"><![CDATA[Source\locale\tr\ui\youtube2.jpg]]></File>
<File archivedPath="locale/tr/ui/youtube.jpg" type="2"><![CDATA[Source\locale\tr\ui\youtube.jpg]]></File>
<File archivedPath="locale/tr/ui/youtube2.sub" type="2"><![CDATA[Source\locale\tr\ui\youtube2.sub]]></File>
Loginwindow.py Kodları;
import uiScriptLocale
LOCALE_PATH = uiScriptLocale.LOGIN_PATH
#Big-List
#SERVER_BOARD_HEIGHT = 180 + 390
#SERVER_LIST_HEIGHT = 171 + 350
#Small list like german
SERVER_BOARD_HEIGHT = 220 + 180
SERVER_LIST_HEIGHT = 171 + 180
SERVER_BOARD_WEIGHT = 375
window = {
"name" : "LoginWindow",
"sytle" : ("movable",),
"x" : 0,
"y" : 0,
"width" : SCREEN_WIDTH,
"height" : SCREEN_HEIGHT,
"children" :
(
## Board
{
"name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0,
"x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0,
"image" : "locale/tr/ui/serverlist.sub",
},
{
"name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0,
"x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0,
"image" : "locale/tr/ui/login.sub",
},
## KLASTR_FaceBook Board Info BL4CKEAGLE
{
"name" : "FaceBookLike",
"type" : "thinboard",
"style" : ("movable",),
#"x" : SCREEN_WIDTH - 155,
#"y" : SCREEN_HEIGHT - 1020,
"x" : SCREEN_WIDTH - 1350,
"y" : 350,
"width" : 150,
"height" : 75,
"children" :
(
{
"name" : "FaceBookText",
"fontsize" : "SMAL",
"type" : "text",
"x" : 65,
"y" : -5,
"vertical_align" : "center",
"r" : 1.0,
"g" : 1.0,
"b" : 20.0,
"a" : 1.0,
"text" : "FanPageKlasTr",
},
{
"name" : "FaceBookButton",
"type" : "button",
"x" : 10,
"y" : 5,
"default_image" : "locale/tr/ui/face.sub",
"over_image" : "locale/tr/ui/face.jpg",
"down_image" : "locale/tr/ui/face2.jpg",
#"text" : "",
}
),
},
## KLASTR_Twitter Board Info BL4CKEAGLE
{
"name" : "TwitterLike",
"type" : "thinboard",
"style" : ("movable",),
#"x" : SCREEN_WIDTH - 155,
#"y" : SCREEN_HEIGHT - 1020,
"x" : SCREEN_WIDTH - 1350,
"y" : 450,
"width" : 150,
"height" : 75,
"children" :
(
{
"name" : "KLASTR_Text",
"fontsize" : "SMAL",
"type" : "text",
"x" : 65,
"y" : -5,
"vertical_align" : "center",
"r" : 1.0,
"g" : 1.0,
"b" : 20.0,
"a" : 1.0,
"text" : "#KLASTR",
},
{
"name" : "TwitterButton",
"type" : "button",
"x" : 10,
"y" : 5,
"default_image" : "locale/tr/ui/twitter.sub",
"over_image" : "locale/tr/ui/twitter.jpg",
"down_image" : "locale/tr/ui/twitter2.jpg",
#"text" : "",
}
),
},
## KLASTR_youtube Board Info BL4CKEAGLE
{
"name" : "youtubeLike",
"type" : "thinboard",
"style" : ("movable",),
#"x" : SCREEN_WIDTH - 155,
#"y" : SCREEN_HEIGHT - 1020,
"x" : SCREEN_WIDTH - 1350,
"y" : 550,
"width" : 150,
"height" : 75,
"children" :
(
{
"name" : "KLASTR_Text",
"fontsize" : "SMAL",
"type" : "text",
"x" : 65,
"y" : -5,
"vertical_align" : "center",
"r" : 1.0,
"g" : 1.0,
"b" : 20.0,
"a" : 1.0,
"text" : "KLASTRFAN",
},
{
"name" : "youtubeButton",
"type" : "button",
"x" : 10,
"y" : 5,
"default_image" : "locale/tr/ui/youtube.sub",
"over_image" : "locale/tr/ui/youtube.jpg",
"down_image" : "locale/tr/ui/youtube2.jpg",
#"text" : "",
}
),
},
## KLASTR_LOGİN PORT Board Info BL4CKEAGLE
{
"name" : "Bl4ckeagle_Login_PORT",
"type" : "thinboard",
"style" : ("movable",),
#"x" : SCREEN_WIDTH - 155,
#"y" : SCREEN_HEIGHT - 1020,
"x" : SCREEN_WIDTH - 1350,
"y" : 10,
"width" : 420,
"height" : 75,
"children" :
(
{
"name" : "LOGİN_PORT",
"fontsize" : "SMAL",
"type" : "text",
"x" : 20,
"y" : -5,
"vertical_align" : "center",
"r" : 1.0,
"g" : 1.0,
"b" : 20.0,
"a" : 1.0,
"text" : "|cFFFFFFFF|hPORT : |cff00ff00|hON |cFFFFFFFF|hFreeBSD : |cff00ff00|hON |cFFFFFFFF|hKarakter : |cff00ff00|hON |cFFFFFFFF|hGiriş : |cff00ff00|hON |cFFFFFFFF|hSSH : |cff00ff00|hON |cFFFFFFFF|hMysql : |cff00ff00|hON",
},
{
"name" : "LOGİN_PORT_Button",
"type" : "button",
"x" : 10,
"y" : 5,
}
),
},
## VirtualKeyboard
{
'name' : 'VirtualKeyboard',
'type' : 'thinboard',
'x' : (SCREEN_WIDTH - 564) / 2,
'y' : SCREEN_HEIGHT - 300,
'width' : 564,
'height' : 254,
'children' :
(
{
'name' : 'key_at',
'type' : 'toggle_button',
'x' : 40,
'y' : 186,
'default_image' : 'locale/tr/ui/vkey/key_at.tga',
'down_image' : 'locale/tr/ui/vkey/key_at_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_at_over.tga',
},
{
'name' : 'key_backspace',
'type' : 'button',
'x' : 498,
'y' : 186,
'default_image' : 'locale/tr/ui/vkey/key_backspace.tga',
'down_image' : 'locale/tr/ui/vkey/key_backspace_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_backspace_over.tga',
},
{
'name' : 'key_enter',
'type' : 'button',
'x' : 439,
'y' : 186,
'default_image' : 'locale/tr/ui/vkey/key_enter.tga',
'down_image' : 'locale/tr/ui/vkey/key_enter_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_enter_over.tga',
},
{
'name' : 'key_shift',
'type' : 'toggle_button',
'x' : 86,
'y' : 186,
'default_image' : 'locale/tr/ui/vkey/key_shift.tga',
'down_image' : 'locale/tr/ui/vkey/key_shift_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_shift_over.tga',
},
{
'name' : 'key_space',
'type' : 'button',
'x' : 145,
'y' : 186,
'default_image' : 'locale/tr/ui/vkey/key_space.tga',
'down_image' : 'locale/tr/ui/vkey/key_space_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_space_over.tga',
},
{
'name' : 'key_1',
'type' : 'button',
'x' : 40,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_2',
'type' : 'button',
'x' : 80,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_3',
'type' : 'button',
'x' : 120,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_4',
'type' : 'button',
'x' : 160,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_5',
'type' : 'button',
'x' : 200,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_6',
'type' : 'button',
'x' : 240,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_7',
'type' : 'button',
'x' : 280,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_8',
'type' : 'button',
'x' : 320,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_9',
'type' : 'button',
'x' : 360,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_10',
'type' : 'button',
'x' : 400,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_11',
'type' : 'button',
'x' : 440,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_12',
'type' : 'button',
'x' : 480,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_13',
'type' : 'button',
'x' : 40,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_14',
'type' : 'button',
'x' : 80,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_15',
'type' : 'button',
'x' : 120,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_16',
'type' : 'button',
'x' : 160,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_17',
'type' : 'button',
'x' : 200,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_18',
'type' : 'button',
'x' : 240,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_19',
'type' : 'button',
'x' : 280,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_20',
'type' : 'button',
'x' : 320,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_21',
'type' : 'button',
'x' : 360,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_22',
'type' : 'button',
'x' : 400,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_23',
'type' : 'button',
'x' : 440,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_24',
'type' : 'button',
'x' : 480,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_25',
'type' : 'button',
'x' : 60,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_26',
'type' : 'button',
'x' : 100,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_27',
'type' : 'button',
'x' : 140,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_28',
'type' : 'button',
'x' : 180,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_29',
'type' : 'button',
'x' : 220,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_30',
'type' : 'button',
'x' : 260,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_31',
'type' : 'button',
'x' : 300,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_32',
'type' : 'button',
'x' : 340,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_33',
'type' : 'button',
'x' : 380,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_34',
'type' : 'button',
'x' : 420,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_35',
'type' : 'button',
'x' : 460,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_36',
'type' : 'button',
'x' : 60,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_37',
'type' : 'button',
'x' : 100,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_38',
'type' : 'button',
'x' : 140,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_39',
'type' : 'button',
'x' : 180,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_40',
'type' : 'button',
'x' : 220,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_41',
'type' : 'button',
'x' : 260,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_42',
'type' : 'button',
'x' : 300,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_43',
'type' : 'button',
'x' : 340,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_44',
'type' : 'button',
'x' : 380,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_45',
'type' : 'button',
'x' : 420,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_46',
'type' : 'button',
'x' : 460,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
 
},
## ConnectBoard
{
"name" : "ConnectBoard",
"type" : "thinboard",
"x" : (SCREEN_WIDTH - 208) / 2,
"y" : (SCREEN_HEIGHT - 410 - 35),
"width" : 208,
"height" : 30,
"children" :
(
{
"name" : "ConnectName",
"type" : "text",
"x" : 15,
"y" : 0,
"vertical_align" : "center",
"text_vertical_align" : "center",
"text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR,
},
{
"name" : "SelectConnectButton",
"type" : "button",
"x" : 150,
"y" : 0,
"vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/small_button_01.sub",
"over_image" : "d:/ymir work/ui/public/small_button_02.sub",
"down_image" : "d:/ymir work/ui/public/small_button_03.sub",
"text" : uiScriptLocale.LOGIN_SELECT_BUTTON,
},
 
,
},
## LoginBoard
{
"name" : "LoginBoard",
"type" : "image",
"x" : (SCREEN_WIDTH - 208) / 2,
"y" : (SCREEN_HEIGHT - 410),
"image" : LOCALE_PATH + "loginwindow.sub",
"children" :
(
{
"name" : "ID_EditLine",
"type" : "editline",
"x" : 77,
"y" : 16,
"width" : 120,
"height" : 18,
"input_limit" : 16,
"enable_codepage" : 0,
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
},
{
"name" : "Password_EditLine",
"type" : "editline",
"x" : 77,
"y" : 43,
"width" : 120,
"height" : 18,
"input_limit" : 16,
"secret_flag" : 1,
"enable_codepage" : 0,
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
},
{
"name" : "LoginButton",
"type" : "button",
"x" : 15,
"y" : 65,
"default_image" : "d:/ymir work/ui/public/large_button_01.sub",
"over_image" : "d:/ymir work/ui/public/large_button_02.sub",
"down_image" : "d:/ymir work/ui/public/large_button_03.sub",
"text" : uiScriptLocale.LOGIN_CONNECT,
},
{
"name" : "LoginExitButton",
"type" : "button",
"x" : 105,
"y" : 65,
"default_image" : "d:/ymir work/ui/public/large_button_01.sub",
"over_image" : "d:/ymir work/ui/public/large_button_02.sub",
"down_image" : "d:/ymir work/ui/public/large_button_03.sub",
"text" : uiScriptLocale.LOGIN_EXIT,
},
 
,
},
## ServerBoard
{
"name" : "ServerBoard",
"type" : "thinboard",
"x" : 0,
"y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72,
"width" : 375,
"height" : SERVER_BOARD_HEIGHT,
"horizontal_align" : "center",
"children" :
(
## Title
{
"name" : "Title",
"type" : "text",
"x" : 0,
"y" : 12,
"horizontal_align" : "center",
"text_horizontal_align" : "center",
"text" : uiScriptLocale.LOGIN_SELECT_TITLE,
},
## Horizontal
{
"name" : "HorizontalLine1",
"type" : "line",
"x" : 10,
"y" : 34,
"width" : 354,
"height" : 0,
"color" : 0xff777777,
},
{
"name" : "HorizontalLine2",
"type" : "line",
"x" : 10,
"y" : 35,
"width" : 355,
"height" : 0,
"color" : 0xff111111,
},
## Vertical
{
"name" : "VerticalLine1",
"type" : "line",
"x" : 246,
"y" : 38,
"width" : 0,
"height" : SERVER_LIST_HEIGHT + 4,
"color" : 0xff777777,
},
{
"name" : "VerticalLine2",
"type" : "line",
"x" : 247,
"y" : 38,
"width" : 0,
"height" : SERVER_LIST_HEIGHT + 4,
"color" : 0xff111111,
},
## ListBox
{
"name" : "ServerList",
"type" : "listbox2",
"x" : 10,
"y" : 40,
"width" : 232,
"height" : SERVER_LIST_HEIGHT,
"row_count" : 18,
"item_align" : 0,
},
{
"name" : "ChannelList",
"type" : "listbox",
"x" : 255,
"y" : 40,
"width" : 109,
"height" : SERVER_LIST_HEIGHT,
"item_align" : 0,
},
## Notice
{
"name" : "Notice",
"type" : "text",
"x" : 43,
"y" : 201,
"text" : "MT2KLASTR Productions Pro Pvp Servers",
},
# Notice1
{
"name" : "Notice",
"type" : "text",
"x" : 55,
"y" : 216,
"text" : "Bizimle Farkı Yaşayacaksınız !!!",
},
## Notice2
{
"name" : "Notice",
"type" : "text",
"x" : 20,
"y" : 231,
"text" : "İletişim Destek / Ticket : destek.MT2KLASTR.com",
},
## Notice3
{
"name" : "Notice",
"type" : "text",
"x" : 75,
"y" : 255,
"text" : "Www.MT2KLASTR.coM",
},
## Notice4
{
"name" : "Notice",
"type" : "text",
"x" : 55,
"y" : 275,
"text" : "Www.Facebook.coM/FanPageKlasTr",
},
## Notice5
{
"name" : "Notice",
"type" : "text",
"x" : 25,
"y" : 290,
"text" : "Oyun Hakkında Ve Alışveriş İle İlgili Problemleriniz İçin Ana Sayfamızdaki",
},
## Notice6
{
"name" : "Notice",
"type" : "text",
"x" : 25,
"y" : 306,
"text" : "İletişim Bölümündeki Oyun Sorumlularımıza İletebilirsiniz.",
},
## Buttons
{
"name" : "ServerSelectButton",
"type" : "button",
"x" : 267,
"y" : SERVER_LIST_HEIGHT,
"default_image" : "d:/ymir work/ui/public/large_button_01.sub",
"over_image" : "d:/ymir work/ui/public/large_button_02.sub",
"down_image" : "d:/ymir work/ui/public/large_button_03.sub",
"text" : uiScriptLocale.OK,
},
{
"name" : "ServerExitButton",
"type" : "button",
"x" : 267,
"y" : SERVER_LIST_HEIGHT + 22,
"default_image" : "d:/ymir work/ui/public/large_button_01.sub",
"over_image" : "d:/ymir work/ui/public/large_button_02.sub",
"down_image" : "d:/ymir work/ui/public/large_button_03.sub",
"text" : uiScriptLocale.LOGIN_SELECT_EXIT,
},
 
,
},
 
,
}
İçinde Login Port Sistemide Vardır!
Link:
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Virüstotal:
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Locale/tr/ui içine atınız
-Farklı pack versionu için loginwindow.py'den locale/tr/ seklini ayarlayınız mesela locale_de ise packiniz locale/de/ yapınız dediklerim xml seklindede yapmanız gerektir.
Fotoğraf :
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Unepk için Xml:
<File archivedPath="locale/tr/ui/face.jpg" type="2"><![CDATA[Source\locale\tr\ui\face.jpg]]></File>
<File archivedPath="locale/tr/ui/face.sub" type="2"><![CDATA[Source\locale\tr\ui\face.sub]]></File>
<File archivedPath="locale/tr/ui/face2.jpg" type="2"><![CDATA[Source\locale\tr\ui\face2.jpg]]></File>
<File archivedPath="locale/tr/ui/twitter.jpg" type="2"><![CDATA[Source\locale\tr\ui\twitter.jpg]]></File>
<File archivedPath="locale/tr/ui/twitter.sub" type="2"><![CDATA[Source\locale\tr\ui\twitter.sub]]></File>
<File archivedPath="locale/tr/ui/twitter2.sub" type="2"><![CDATA[Source\locale\tr\ui\twitter2.sub]]></File>
<File archivedPath="locale/tr/ui/twitter2.jpg" type="2"><![CDATA[Source\locale\tr\ui\twitter2.jpg]]></File>
<File archivedPath="locale/tr/ui/face2.sub" type="2"><![CDATA[Source\locale\tr\ui\face2.sub]]></File>
<File archivedPath="locale/tr/ui/youtube.sub" type="2"><![CDATA[Source\locale\tr\ui\youtube.sub]]></File>
<File archivedPath="locale/tr/ui/youtube2.jpg" type="2"><![CDATA[Source\locale\tr\ui\youtube2.jpg]]></File>
<File archivedPath="locale/tr/ui/youtube.jpg" type="2"><![CDATA[Source\locale\tr\ui\youtube.jpg]]></File>
<File archivedPath="locale/tr/ui/youtube2.sub" type="2"><![CDATA[Source\locale\tr\ui\youtube2.sub]]></File>
Loginwindow.py Kodları;
import uiScriptLocale
LOCALE_PATH = uiScriptLocale.LOGIN_PATH
#Big-List
#SERVER_BOARD_HEIGHT = 180 + 390
#SERVER_LIST_HEIGHT = 171 + 350
#Small list like german
SERVER_BOARD_HEIGHT = 220 + 180
SERVER_LIST_HEIGHT = 171 + 180
SERVER_BOARD_WEIGHT = 375
window = {
"name" : "LoginWindow",
"sytle" : ("movable",),
"x" : 0,
"y" : 0,
"width" : SCREEN_WIDTH,
"height" : SCREEN_HEIGHT,
"children" :
(
## Board
{
"name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0,
"x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0,
"image" : "locale/tr/ui/serverlist.sub",
},
{
"name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0,
"x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0,
"image" : "locale/tr/ui/login.sub",
},
## KLASTR_FaceBook Board Info BL4CKEAGLE
{
"name" : "FaceBookLike",
"type" : "thinboard",
"style" : ("movable",),
#"x" : SCREEN_WIDTH - 155,
#"y" : SCREEN_HEIGHT - 1020,
"x" : SCREEN_WIDTH - 1350,
"y" : 350,
"width" : 150,
"height" : 75,
"children" :
(
{
"name" : "FaceBookText",
"fontsize" : "SMAL",
"type" : "text",
"x" : 65,
"y" : -5,
"vertical_align" : "center",
"r" : 1.0,
"g" : 1.0,
"b" : 20.0,
"a" : 1.0,
"text" : "FanPageKlasTr",
},
{
"name" : "FaceBookButton",
"type" : "button",
"x" : 10,
"y" : 5,
"default_image" : "locale/tr/ui/face.sub",
"over_image" : "locale/tr/ui/face.jpg",
"down_image" : "locale/tr/ui/face2.jpg",
#"text" : "",
}
),
},
## KLASTR_Twitter Board Info BL4CKEAGLE
{
"name" : "TwitterLike",
"type" : "thinboard",
"style" : ("movable",),
#"x" : SCREEN_WIDTH - 155,
#"y" : SCREEN_HEIGHT - 1020,
"x" : SCREEN_WIDTH - 1350,
"y" : 450,
"width" : 150,
"height" : 75,
"children" :
(
{
"name" : "KLASTR_Text",
"fontsize" : "SMAL",
"type" : "text",
"x" : 65,
"y" : -5,
"vertical_align" : "center",
"r" : 1.0,
"g" : 1.0,
"b" : 20.0,
"a" : 1.0,
"text" : "#KLASTR",
},
{
"name" : "TwitterButton",
"type" : "button",
"x" : 10,
"y" : 5,
"default_image" : "locale/tr/ui/twitter.sub",
"over_image" : "locale/tr/ui/twitter.jpg",
"down_image" : "locale/tr/ui/twitter2.jpg",
#"text" : "",
}
),
},
## KLASTR_youtube Board Info BL4CKEAGLE
{
"name" : "youtubeLike",
"type" : "thinboard",
"style" : ("movable",),
#"x" : SCREEN_WIDTH - 155,
#"y" : SCREEN_HEIGHT - 1020,
"x" : SCREEN_WIDTH - 1350,
"y" : 550,
"width" : 150,
"height" : 75,
"children" :
(
{
"name" : "KLASTR_Text",
"fontsize" : "SMAL",
"type" : "text",
"x" : 65,
"y" : -5,
"vertical_align" : "center",
"r" : 1.0,
"g" : 1.0,
"b" : 20.0,
"a" : 1.0,
"text" : "KLASTRFAN",
},
{
"name" : "youtubeButton",
"type" : "button",
"x" : 10,
"y" : 5,
"default_image" : "locale/tr/ui/youtube.sub",
"over_image" : "locale/tr/ui/youtube.jpg",
"down_image" : "locale/tr/ui/youtube2.jpg",
#"text" : "",
}
),
},
## KLASTR_LOGİN PORT Board Info BL4CKEAGLE
{
"name" : "Bl4ckeagle_Login_PORT",
"type" : "thinboard",
"style" : ("movable",),
#"x" : SCREEN_WIDTH - 155,
#"y" : SCREEN_HEIGHT - 1020,
"x" : SCREEN_WIDTH - 1350,
"y" : 10,
"width" : 420,
"height" : 75,
"children" :
(
{
"name" : "LOGİN_PORT",
"fontsize" : "SMAL",
"type" : "text",
"x" : 20,
"y" : -5,
"vertical_align" : "center",
"r" : 1.0,
"g" : 1.0,
"b" : 20.0,
"a" : 1.0,
"text" : "|cFFFFFFFF|hPORT : |cff00ff00|hON |cFFFFFFFF|hFreeBSD : |cff00ff00|hON |cFFFFFFFF|hKarakter : |cff00ff00|hON |cFFFFFFFF|hGiriş : |cff00ff00|hON |cFFFFFFFF|hSSH : |cff00ff00|hON |cFFFFFFFF|hMysql : |cff00ff00|hON",
},
{
"name" : "LOGİN_PORT_Button",
"type" : "button",
"x" : 10,
"y" : 5,
}
),
},
## VirtualKeyboard
{
'name' : 'VirtualKeyboard',
'type' : 'thinboard',
'x' : (SCREEN_WIDTH - 564) / 2,
'y' : SCREEN_HEIGHT - 300,
'width' : 564,
'height' : 254,
'children' :
(
{
'name' : 'key_at',
'type' : 'toggle_button',
'x' : 40,
'y' : 186,
'default_image' : 'locale/tr/ui/vkey/key_at.tga',
'down_image' : 'locale/tr/ui/vkey/key_at_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_at_over.tga',
},
{
'name' : 'key_backspace',
'type' : 'button',
'x' : 498,
'y' : 186,
'default_image' : 'locale/tr/ui/vkey/key_backspace.tga',
'down_image' : 'locale/tr/ui/vkey/key_backspace_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_backspace_over.tga',
},
{
'name' : 'key_enter',
'type' : 'button',
'x' : 439,
'y' : 186,
'default_image' : 'locale/tr/ui/vkey/key_enter.tga',
'down_image' : 'locale/tr/ui/vkey/key_enter_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_enter_over.tga',
},
{
'name' : 'key_shift',
'type' : 'toggle_button',
'x' : 86,
'y' : 186,
'default_image' : 'locale/tr/ui/vkey/key_shift.tga',
'down_image' : 'locale/tr/ui/vkey/key_shift_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_shift_over.tga',
},
{
'name' : 'key_space',
'type' : 'button',
'x' : 145,
'y' : 186,
'default_image' : 'locale/tr/ui/vkey/key_space.tga',
'down_image' : 'locale/tr/ui/vkey/key_space_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_space_over.tga',
},
{
'name' : 'key_1',
'type' : 'button',
'x' : 40,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_2',
'type' : 'button',
'x' : 80,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_3',
'type' : 'button',
'x' : 120,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_4',
'type' : 'button',
'x' : 160,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_5',
'type' : 'button',
'x' : 200,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_6',
'type' : 'button',
'x' : 240,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_7',
'type' : 'button',
'x' : 280,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_8',
'type' : 'button',
'x' : 320,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_9',
'type' : 'button',
'x' : 360,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_10',
'type' : 'button',
'x' : 400,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_11',
'type' : 'button',
'x' : 440,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_12',
'type' : 'button',
'x' : 480,
'y' : 24,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_13',
'type' : 'button',
'x' : 40,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_14',
'type' : 'button',
'x' : 80,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_15',
'type' : 'button',
'x' : 120,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_16',
'type' : 'button',
'x' : 160,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_17',
'type' : 'button',
'x' : 200,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_18',
'type' : 'button',
'x' : 240,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_19',
'type' : 'button',
'x' : 280,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_20',
'type' : 'button',
'x' : 320,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_21',
'type' : 'button',
'x' : 360,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_22',
'type' : 'button',
'x' : 400,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_23',
'type' : 'button',
'x' : 440,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_24',
'type' : 'button',
'x' : 480,
'y' : 63,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_25',
'type' : 'button',
'x' : 60,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_26',
'type' : 'button',
'x' : 100,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_27',
'type' : 'button',
'x' : 140,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_28',
'type' : 'button',
'x' : 180,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_29',
'type' : 'button',
'x' : 220,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_30',
'type' : 'button',
'x' : 260,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_31',
'type' : 'button',
'x' : 300,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_32',
'type' : 'button',
'x' : 340,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_33',
'type' : 'button',
'x' : 380,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_34',
'type' : 'button',
'x' : 420,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_35',
'type' : 'button',
'x' : 460,
'y' : 104,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_36',
'type' : 'button',
'x' : 60,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_37',
'type' : 'button',
'x' : 100,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_38',
'type' : 'button',
'x' : 140,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_39',
'type' : 'button',
'x' : 180,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_40',
'type' : 'button',
'x' : 220,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_41',
'type' : 'button',
'x' : 260,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_42',
'type' : 'button',
'x' : 300,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_43',
'type' : 'button',
'x' : 340,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_44',
'type' : 'button',
'x' : 380,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_45',
'type' : 'button',
'x' : 420,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
{
'name' : 'key_46',
'type' : 'button',
'x' : 460,
'y' : 144,
'default_image' : 'locale/tr/ui/vkey/key_normal.tga',
'down_image' : 'locale/tr/ui/vkey/key_normal_dn.tga',
'over_image' : 'locale/tr/ui/vkey/key_normal_over.tga',
},
 

},
## ConnectBoard
{
"name" : "ConnectBoard",
"type" : "thinboard",
"x" : (SCREEN_WIDTH - 208) / 2,
"y" : (SCREEN_HEIGHT - 410 - 35),
"width" : 208,
"height" : 30,
"children" :
(
{
"name" : "ConnectName",
"type" : "text",
"x" : 15,
"y" : 0,
"vertical_align" : "center",
"text_vertical_align" : "center",
"text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR,
},
{
"name" : "SelectConnectButton",
"type" : "button",
"x" : 150,
"y" : 0,
"vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/small_button_01.sub",
"over_image" : "d:/ymir work/ui/public/small_button_02.sub",
"down_image" : "d:/ymir work/ui/public/small_button_03.sub",
"text" : uiScriptLocale.LOGIN_SELECT_BUTTON,
},
 
,},
## LoginBoard
{
"name" : "LoginBoard",
"type" : "image",
"x" : (SCREEN_WIDTH - 208) / 2,
"y" : (SCREEN_HEIGHT - 410),
"image" : LOCALE_PATH + "loginwindow.sub",
"children" :
(
{
"name" : "ID_EditLine",
"type" : "editline",
"x" : 77,
"y" : 16,
"width" : 120,
"height" : 18,
"input_limit" : 16,
"enable_codepage" : 0,
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
},
{
"name" : "Password_EditLine",
"type" : "editline",
"x" : 77,
"y" : 43,
"width" : 120,
"height" : 18,
"input_limit" : 16,
"secret_flag" : 1,
"enable_codepage" : 0,
"r" : 1.0,
"g" : 1.0,
"b" : 1.0,
"a" : 1.0,
},
{
"name" : "LoginButton",
"type" : "button",
"x" : 15,
"y" : 65,
"default_image" : "d:/ymir work/ui/public/large_button_01.sub",
"over_image" : "d:/ymir work/ui/public/large_button_02.sub",
"down_image" : "d:/ymir work/ui/public/large_button_03.sub",
"text" : uiScriptLocale.LOGIN_CONNECT,
},
{
"name" : "LoginExitButton",
"type" : "button",
"x" : 105,
"y" : 65,
"default_image" : "d:/ymir work/ui/public/large_button_01.sub",
"over_image" : "d:/ymir work/ui/public/large_button_02.sub",
"down_image" : "d:/ymir work/ui/public/large_button_03.sub",
"text" : uiScriptLocale.LOGIN_EXIT,
},
 
,},
## ServerBoard
{
"name" : "ServerBoard",
"type" : "thinboard",
"x" : 0,
"y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 72,
"width" : 375,
"height" : SERVER_BOARD_HEIGHT,
"horizontal_align" : "center",
"children" :
(
## Title
{
"name" : "Title",
"type" : "text",
"x" : 0,
"y" : 12,
"horizontal_align" : "center",
"text_horizontal_align" : "center",
"text" : uiScriptLocale.LOGIN_SELECT_TITLE,
},
## Horizontal
{
"name" : "HorizontalLine1",
"type" : "line",
"x" : 10,
"y" : 34,
"width" : 354,
"height" : 0,
"color" : 0xff777777,
},
{
"name" : "HorizontalLine2",
"type" : "line",
"x" : 10,
"y" : 35,
"width" : 355,
"height" : 0,
"color" : 0xff111111,
},
## Vertical
{
"name" : "VerticalLine1",
"type" : "line",
"x" : 246,
"y" : 38,
"width" : 0,
"height" : SERVER_LIST_HEIGHT + 4,
"color" : 0xff777777,
},
{
"name" : "VerticalLine2",
"type" : "line",
"x" : 247,
"y" : 38,
"width" : 0,
"height" : SERVER_LIST_HEIGHT + 4,
"color" : 0xff111111,
},
## ListBox
{
"name" : "ServerList",
"type" : "listbox2",
"x" : 10,
"y" : 40,
"width" : 232,
"height" : SERVER_LIST_HEIGHT,
"row_count" : 18,
"item_align" : 0,
},
{
"name" : "ChannelList",
"type" : "listbox",
"x" : 255,
"y" : 40,
"width" : 109,
"height" : SERVER_LIST_HEIGHT,
"item_align" : 0,
},
## Notice
{
"name" : "Notice",
"type" : "text",
"x" : 43,
"y" : 201,
"text" : "MT2KLASTR Productions Pro Pvp Servers",
},
# Notice1
{
"name" : "Notice",
"type" : "text",
"x" : 55,
"y" : 216,
"text" : "Bizimle Farkı Yaşayacaksınız !!!",
},
## Notice2
{
"name" : "Notice",
"type" : "text",
"x" : 20,
"y" : 231,
"text" : "İletişim Destek / Ticket : destek.MT2KLASTR.com",
},
## Notice3
{
"name" : "Notice",
"type" : "text",
"x" : 75,
"y" : 255,
"text" : "Www.MT2KLASTR.coM",
},
## Notice4
{
"name" : "Notice",
"type" : "text",
"x" : 55,
"y" : 275,
"text" : "Www.Facebook.coM/FanPageKlasTr",
},
## Notice5
{
"name" : "Notice",
"type" : "text",
"x" : 25,
"y" : 290,
"text" : "Oyun Hakkında Ve Alışveriş İle İlgili Problemleriniz İçin Ana Sayfamızdaki",
},
## Notice6
{
"name" : "Notice",
"type" : "text",
"x" : 25,
"y" : 306,
"text" : "İletişim Bölümündeki Oyun Sorumlularımıza İletebilirsiniz.",
},
## Buttons
{
"name" : "ServerSelectButton",
"type" : "button",
"x" : 267,
"y" : SERVER_LIST_HEIGHT,
"default_image" : "d:/ymir work/ui/public/large_button_01.sub",
"over_image" : "d:/ymir work/ui/public/large_button_02.sub",
"down_image" : "d:/ymir work/ui/public/large_button_03.sub",
"text" : uiScriptLocale.OK,
},
{
"name" : "ServerExitButton",
"type" : "button",
"x" : 267,
"y" : SERVER_LIST_HEIGHT + 22,
"default_image" : "d:/ymir work/ui/public/large_button_01.sub",
"over_image" : "d:/ymir work/ui/public/large_button_02.sub",
"down_image" : "d:/ymir work/ui/public/large_button_03.sub",
"text" : uiScriptLocale.LOGIN_SELECT_EXIT,
},
 
,},
 
,}
İçinde Login Port Sistemide Vardır!
Son düzenleme:
- Durum
- Üzgünüz bu konu cevaplar için kapatılmıştır...
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 2
- Görüntüleme
- 324
- Cevaplar
- 16
- Görüntüleme
- 2K
- Cevaplar
- 24
- Görüntüleme
- 2K
- Cevaplar
- 13
- Görüntüleme
- 1K
- Cevaplar
- 16
- Görüntüleme
- 1K