|
You last visited: Today at 19:19
Advertisement
Client design [B] e*gold
Discussion on Client design [B] e*gold within the Metin2 Private Server forum part of the Metin2 category.
05/30/2013, 18:01
|
#16
|
elite*gold: 0
Join Date: May 2013
Posts: 194
Received Thanks: 58
|
Quote:
Originally Posted by xGr33n
So siehts aus. Wenns dann immer noch nicht geht wäre es gut zu wissen welchen Clienten du benutzt!
|
es muss dann gehen, außer er hat es falsch eingefügt
einzige was noch nen Fehler hat ist dann normalerweise das Login,
da muss man die Grafik und die Position ändern.
Wenn ich dir das Login machen soll, schreib mir ne Nachricht Hydra™
|
|
|
05/30/2013, 18:08
|
#17
|
elite*gold: 0
Join Date: Apr 2011
Posts: 690
Received Thanks: 582
|
Quote:
Originally Posted by Ʀeɔognisĕ
du musst es nach dem Tutorial unten einfügen 
|
Quote:
Originally Posted by Hydra™
Ok ich probiers mal 
|
Und den Thread etwas weiterlesen da stehen noch ein paar Sachen auf den nächsten Seiten, was noch geändert werden muss.
Gruß
StayOut
|
|
|
05/30/2013, 18:26
|
#18
|
elite*gold: 0
Join Date: May 2013
Posts: 194
Received Thanks: 58
|
Ich glaube das hier ist das einzige was man auf den
weiteren Seiten noch entdecken kann!!
_________________________________________________
1. Änderungen für die TP-Anzeige
Quote:
Originally Posted by King Sora
Hayho!
Das kann man in der uitarget.py beheben:
such nach:
PHP Code:
hpGauge = ui.Gauge() hpGauge.SetParent(self) hpGauge.SetPosition(175, 17) hpGauge.MakeGauge(130, "red") hpGauge.SetWindowHorizontalAlignRight() hpGauge.Hide()
und ersetze es durch:
PHP Code:
hpGauge = ui.Gauge() hpGauge.SetParent(self) hpGauge.SetPosition(175, 29) hpGauge.MakeGauge(130, "red") hpGauge.SetWindowHorizontalAlignRight() hpGauge.Hide()
Das andere Problem muss ich mir erst anschauen, grade keine Lust^^
MfG. Sora
|
_________________________________________________
2. Änderungen für das Schmiedefenster
Quote:
Originally Posted by King Sora
So, ihr öffnet die uirefine.py die sich in der root befindet:
Sucht nach:
PHP Code:
slot = self.__MakeSlot() slot.SetParent(self) slot.SetPosition(15, self.dialogHeight)
und ersetzt es mit:
PHP Code:
slot = self.__MakeSlot() slot.SetParent(self) slot.SetPosition(15, self.dialogHeight+15)
Dann sucht ihr noch das:
PHP Code:
textLine.Show() self.children.append(textLine)
self.dialogHeight += 34 self.UpdateDialog()
und ersetzt es mit:
PHP Code:
textLine.Show() self.children.append(textLine)
self.dialogHeight += 54 self.UpdateDialog()
Freut mich das ich helfen konnte
MfG. Sora
|
|
|
|
05/31/2013, 09:51
|
#19
|
elite*gold: 0
Join Date: May 2012
Posts: 7,283
Received Thanks: 822
|
|
|
|
05/31/2013, 10:20
|
#20
|
elite*gold: 0
Join Date: May 2013
Posts: 389
Received Thanks: 230
|
Quote:
Originally Posted by Hydra™
|
Schick mir mal die loginwindow.py in Skype.
|
|
|
05/31/2013, 10:40
|
#21
|
elite*gold: 0
Join Date: May 2013
Posts: 194
Received Thanks: 58
|
Quote:
Originally Posted by .iFantastic™
Schick mir mal die loginwindow.py in Skype.
|
die loginwindow.py wird nur die Form ändern - er braucht auch das Design (;
|
|
|
05/31/2013, 10:51
|
#22
|
elite*gold: 0
Join Date: May 2012
Posts: 7,283
Received Thanks: 822
|
PHP Code:
import uiScriptLocale LOCALE_PATH = uiScriptLocale.LOGIN_PATH SERVER_BOARD_HEIGHT = 220 SERVER_LIST_HEIGHT = 170
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/de/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/de/ui/login.sub", }, { "name" : "bg3", "type" : "expanded_image", "x" : 0, "y" : 0, "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, "image" : "locale/de/ui/login1.sub", }, { "name" : "bg4", "type" : "expanded_image", "x" : 0, "y" : 0, "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, "image" : "locale/de/ui/login2.sub", }, { "name" : "bg5", "type" : "expanded_image", "x" : 0, "y" : 0, "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, "image" : "locale/de/ui/login3.sub", }, { "name" : "bg6", "type" : "expanded_image", "x" : 0, "y" : 0, "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, "image" : "locale/de/ui/login4.sub", }, { "name" : "bg7", "type" : "expanded_image", "x" : 0, "y" : 0, "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, "image" : "locale/de/ui/login5.sub", }, { "name" : "bg8", "type" : "expanded_image", "x" : 0, "y" : 0, "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, "image" : "locale/de/ui/login6.sub", }, { "name" : "logo1", "type" : "expanded_image", "x" : 0, "y" : 0, "x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0, "image" : "locale/de/ui/logo.sub", }, ## VirtualKeyboard { 'name' : 'VirtualKeyboard', 'type' : 'thinboard', 'x' : (SCREEN_WIDTH - 564) / 2, 'y' : SCREEN_HEIGHT - 310, 'width' : 564, 'height' : 254, 'children' : ( { 'name' : 'key_at', 'type' : 'toggle_button', 'x' : 40, 'y' : 186, 'default_image' : 'locale/de/ui/vkey/key_at.tga', 'down_image' : 'locale/de/ui/vkey/key_at_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_at_over.tga', }, { 'name' : 'key_backspace', 'type' : 'button', 'x' : 498, 'y' : 186, 'default_image' : 'locale/de/ui/vkey/key_backspace.tga', 'down_image' : 'locale/de/ui/vkey/key_backspace_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_backspace_over.tga', }, { 'name' : 'key_enter', 'type' : 'button', 'x' : 439, 'y' : 186, 'default_image' : 'locale/de/ui/vkey/key_enter.tga', 'down_image' : 'locale/de/ui/vkey/key_enter_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_enter_over.tga', }, { 'name' : 'key_shift', 'type' : 'toggle_button', 'x' : 86, 'y' : 186, 'default_image' : 'locale/de/ui/vkey/key_shift.tga', 'down_image' : 'locale/de/ui/vkey/key_shift_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_shift_over.tga', }, { 'name' : 'key_space', 'type' : 'button', 'x' : 145, 'y' : 186, 'default_image' : 'locale/de/ui/vkey/key_space.tga', 'down_image' : 'locale/de/ui/vkey/key_space_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_space_over.tga', }, { 'name' : 'key_1', 'type' : 'button', 'x' : 40, 'y' : 24, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_2', 'type' : 'button', 'x' : 80, 'y' : 24, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_3', 'type' : 'button', 'x' : 120, 'y' : 24, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_4', 'type' : 'button', 'x' : 160, 'y' : 24, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_5', 'type' : 'button', 'x' : 200, 'y' : 24, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_6', 'type' : 'button', 'x' : 240, 'y' : 24, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_7', 'type' : 'button', 'x' : 280, 'y' : 24, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_8', 'type' : 'button', 'x' : 320, 'y' : 24, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_9', 'type' : 'button', 'x' : 360, 'y' : 24, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_10', 'type' : 'button', 'x' : 400, 'y' : 24, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_11', 'type' : 'button', 'x' : 440, 'y' : 24, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_12', 'type' : 'button', 'x' : 480, 'y' : 24, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_13', 'type' : 'button', 'x' : 40, 'y' : 63, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_14', 'type' : 'button', 'x' : 80, 'y' : 63, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_15', 'type' : 'button', 'x' : 120, 'y' : 63, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_16', 'type' : 'button', 'x' : 160, 'y' : 63, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_17', 'type' : 'button', 'x' : 200, 'y' : 63, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_18', 'type' : 'button', 'x' : 240, 'y' : 63, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_19', 'type' : 'button', 'x' : 280, 'y' : 63, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_20', 'type' : 'button', 'x' : 320, 'y' : 63, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_21', 'type' : 'button', 'x' : 360, 'y' : 63, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_22', 'type' : 'button', 'x' : 400, 'y' : 63, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_23', 'type' : 'button', 'x' : 440, 'y' : 63, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_24', 'type' : 'button', 'x' : 480, 'y' : 63, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_25', 'type' : 'button', 'x' : 60, 'y' : 104, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_26', 'type' : 'button', 'x' : 100, 'y' : 104, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_27', 'type' : 'button', 'x' : 140, 'y' : 104, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_28', 'type' : 'button', 'x' : 180, 'y' : 104, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_29', 'type' : 'button', 'x' : 220, 'y' : 104, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_30', 'type' : 'button', 'x' : 260, 'y' : 104, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_31', 'type' : 'button', 'x' : 300, 'y' : 104, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_32', 'type' : 'button', 'x' : 340, 'y' : 104, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_33', 'type' : 'button', 'x' : 380, 'y' : 104, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_34', 'type' : 'button', 'x' : 420, 'y' : 104, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_35', 'type' : 'button', 'x' : 460, 'y' : 104, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_36', 'type' : 'button', 'x' : 60, 'y' : 144, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_37', 'type' : 'button', 'x' : 100, 'y' : 144, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_38', 'type' : 'button', 'x' : 140, 'y' : 144, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_39', 'type' : 'button', 'x' : 180, 'y' : 144, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_40', 'type' : 'button', 'x' : 220, 'y' : 144, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_41', 'type' : 'button', 'x' : 260, 'y' : 144, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_42', 'type' : 'button', 'x' : 300, 'y' : 144, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_43', 'type' : 'button', 'x' : 340, 'y' : 144, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_44', 'type' : 'button', 'x' : 380, 'y' : 144, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_45', 'type' : 'button', 'x' : 420, 'y' : 144, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { 'name' : 'key_46', 'type' : 'button', 'x' : 460, 'y' : 144, 'default_image' : 'locale/de/ui/vkey/key_normal.tga', 'down_image' : 'locale/de/ui/vkey/key_normal_dn.tga', 'over_image' : 'locale/de/ui/vkey/key_normal_over.tga', }, { "name" : "LoginExitButton", "type" : "button",
"x" : 470, "y" : 229,
"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" : "Beenden", }, ) }, ## QuestionBoard { "name" : "QuestionBoard", "type" : "board",
"x" : (SCREEN_WIDTH - 288) / 2 + 36, "y" : SCREEN_HEIGHT - 260 - 180, "width" : 208, "height" : 310,
"children" : ( { "name" : "Question1Button", "type" : "button",
"x" : 15, "y" : - 120, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Wie ist der Name deines Haustieres?", }, { "name" : "Question2Button", "type" : "button",
"x" : 15, "y" : - 90, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Was ist dein Lieblings-Buch?", }, { "name" : "Question3Button", "type" : "button",
"x" : 15, "y" : - 60, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Was ist dein Lieblings-Film?", }, { "name" : "Question4Button", "type" : "button",
"x" : 15, "y" : - 30, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Wie lautet deine Lieblings-Farbe?", }, { "name" : "Question5Button", "type" : "button",
"x" : 15, "y" : 0, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Wie heißt deien Mutter?", }, { "name" : "Question6Button", "type" : "button",
"x" : 15, "y" : 30, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Wie heißt dein Vater?", }, { "name" : "Question7Button", "type" : "button",
"x" : 15, "y" : 60, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Wie heißt dein Bruder?", }, { "name" : "Question8Button", "type" : "button",
"x" : 15, "y" : 90, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Wie heißt deine Schwester?", }, { "name" : "Question9Button", "type" : "button",
"x" : 15, "y" : 120, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Was ist deine Lieblings-Sportart?", }, ), }, ## Background Board ## QuestionBoard { "name" : "BGBoard", "type" : "board",
"x" : (SCREEN_WIDTH - 288) / 2 + 36, "y" : SCREEN_HEIGHT - 260 - 180, "width" : 208, "height" : 310,
"children" : ( { "name" : "BgButton1", "type" : "button",
"x" : 15, "y" : - 120, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Hintergrund Nr.1", }, { "name" : "BgButton2", "type" : "button",
"x" : 15, "y" : - 90, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Hintergrund Nr.2", }, { "name" : "BgButton3", "type" : "button",
"x" : 15, "y" : - 60, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Hintergrund Nr.3", }, { "name" : "BgButton4", "type" : "button",
"x" : 15, "y" : - 30, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Hintergrund Nr.4", }, { "name" : "BgButton5", "type" : "button",
"x" : 15, "y" : 0, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Hintergrund Nr.5", }, { "name" : "BgButton6", "type" : "button",
"x" : 15, "y" : 30, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Hintergrund Nr.6", }, { "name" : "BgButton7", "type" : "button",
"x" : 15, "y" : 60, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Hintergrund Nr.7", }, { "name" : "BgButton8", "type" : "button",
"x" : 15, "y" : 90, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Hintergrund Nr.8", }, { "name" : "BgButton9", "type" : "button",
"x" : 15, "y" : 120, "vertical_align" : "center",
"default_image" : "d:/ymir work/ui/public/XLarge_Button_01.sub", "over_image" : "d:/ymir work/ui/public/XLarge_Button_02.sub", "down_image" : "d:/ymir work/ui/public/XLarge_Button_03.sub",
"text" : "Abbrechen", }, ), }, ## RegisterBoard { "name" : "RegisterBoard", "type" : "thinboard",
"x" : (SCREEN_WIDTH - 288) / 2, "y" : SCREEN_HEIGHT - 260 - 180, "width" : 288, "height" : 260,
"children" : ( { "name" : "id_slot", "type" : "image",
"x" : 130, "y" : 16,
"image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", }, { "name" : "ID", "type" : "text",
"x" : 30, "y" : - 107, "vertical_align" : "center", "text_vertical_align" : "center",
"text" : "Account ID:", }, { "name" : "ID1_EditLine", "type" : "editline",
"x" : 135, "y" : 18,
"width" : 120, "height" : 18,
"input_limit" : 16, "enable_codepage" : 0,
"r" : 1.0, "g" : 1.0, "b" : 1.0, "a" : 1.0, }, { "name" : "pwd_slot", "type" : "image",
"x" : 130, "y" : 43,
"image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", }, { "name" : "PWD", "type" : "text",
"x" : 30, "y" : - 80, "vertical_align" : "center", "text_vertical_align" : "center",
"text" : "Passwort:", }, { "name" : "Password1_EditLine", "type" : "editline",
"x" : 135, "y" : 45,
"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" : "pwd2_slot", "type" : "image",
"x" : 130, "y" : 70,
"image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", }, { "name" : "PWD2", "type" : "text",
"x" : 30, "y" : - 53, "vertical_align" : "center", "text_vertical_align" : "center",
"text" : "Passwort:", }, { "name" : "Password2_EditLine", "type" : "editline",
"x" : 135, "y" : 72,
"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" : "e_mail_slot", "type" : "image",
"x" : 130, "y" : 97,
"image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", }, { "name" : "MAIL", "type" : "text",
"x" : 30, "y" : - 26, "vertical_align" : "center", "text_vertical_align" : "center",
"text" : "E-Mail:", }, { "name" : "E_Mail_EditLine", "type" : "editline",
"x" : 135, "y" : 99,
"width" : 120, "height" : 18,
"input_limit" : 30, "enable_codepage" : 0,
"r" : 1.0, "g" : 1.0, "b" : 1.0, "a" : 1.0, }, { "name" : "delete_slot", "type" : "image",
"x" : 130, "y" : 124,
"image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", }, { "name" : "Delete", "type" : "text",
"x" : 30, "y" : 1, "vertical_align" : "center", "text_vertical_align" : "center",
"text" : "Löschcode:", }, { "name" : "Delete_EditLine", "type" : "editline",
"x" : 135, "y" : 126,
"width" : 120, "height" : 18,
"input_limit" : 7, "enable_codepage" : 0,
"r" : 1.0, "g" : 1.0, "b" : 1.0, "a" : 1.0, }, { "name" : "Ques", "type" : "text",
"x" : 30, "y" : 28, "vertical_align" : "center", "text_vertical_align" : "center",
"text" : "Sicherheitsfrage:", }, { "name" : "QuestionButton", "type" : "button",
"x" : 150, "y" : 150,
"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" : "Sicherheitsfrage", }, { "name" : "Answ_slot", "type" : "image",
"x" : 130, "y" : 178,
"image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", }, { "name" : "Answ", "type" : "text",
"x" : 30, "y" : 55, "vertical_align" : "center", "text_vertical_align" : "center",
"text" : "Antwort:", }, { "name" : "Answer_EditLine", "type" : "editline",
"x" : 135, "y" : 180,
"width" : 120, "height" : 18,
"input_limit" : 20, "enable_codepage" : 0,
"r" : 1.0, "g" : 1.0, "b" : 1.0, "a" : 1.0, }, { "name" : "RegisterButton", "type" : "button",
"x" : 45, "y" : 220,
"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" : "Registrieren", }, { "name" : "RegisterExitButton",
"type" : "button",
"x" : 155, "y" : 220,
"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" : "Zurück", }, ),
}, ## ConnectBoard { "name" : "ConnectBoard", "type" : "thinboard",
"x" : (SCREEN_WIDTH - 564) / 2, "y" : (SCREEN_HEIGHT - 410 - 35), "width" : 564, "height" : 30,
"children" : ( { "name" : "ConnectName", "type" : "text",
"x" : 564 / 2 - 50, "y" : 0, "vertical_align" : "center", "text_vertical_align" : "center",
"text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR, }, { "name" : "Channel1Button", "type" : "button",
"x" : 564 / 2 + 65, "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" : "CH1", }, { "name" : "Channel2Button", "type" : "button",
"x" : 564 / 2 + 115, "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" : "CH2", }, { "name" : "Channel3Button", "type" : "button",
"x" : 564 / 2 + 165, "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" : "CH3", }, { "name" : "Channel4Button", "type" : "button",
"x" : 564 / 2 + 220, "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" : "CH4", }, ), },
## LoginBoard { "name" : "LoginBoard", "type" : "image",
"x" : ((SCREEN_WIDTH - 562) / 2) - 1, "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" : "LoginSaveButton", "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" : "Speichern", }, ), }, ## AccountBoard { 'name' : 'AccountBoard', 'type' : 'thinboard', 'x' : (SCREEN_WIDTH - 135) / 2, 'y' : SCREEN_HEIGHT - 410, 'width' : 350, 'height' : 97,
"children" : (
## Title { "name" : "Title", "type" : "text",
"x" : 40, "y" : 10, "text" : "Account Management", }, { "name" : "AccEditButton", "type" : "button",
"x" : 245, "y" : 6,
"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" : "Bearbeiten", }, { "name" : "AccRegisterButton", "type" : "button",
"x" : 143, "y" : 6,
"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" : "Registrieren", }, { "name" : "Acc1Login", "type" : "button",
"x" : 120, "y" : 35,
"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" : "Wählen", }, { "name" : "Acc2Login", "type" : "button",
"x" : 120, "y" : 65,
"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" : "Wählen", }, { "name" : "Acc3Login", "type" : "button",
"x" : 290, "y" : 35,
"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" : "Wählen", }, { "name" : "Acc4Login", "type" : "button",
"x" : 290, "y" : 65,
"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" : "Wählen", }, { "name" : "ACC1_LABEL", "type" : "text",
"x" : 15, "y" : 37, "text" : "ACC1 - Leer", }, { "name" : "ACC2_LABEL", "type" : "text",
"x" : 15, "y" : 67, "text" : "ACC2 - Leer", }, { "name" : "ACC3_LABEL", "type" : "text",
"x" : 180, "y" : 37, "text" : "ACC3 - Leer", }, { "name" : "ACC4_LABEL", "type" : "text",
"x" : 180, "y" : 67, "text" : "ACC4 - Leer", }, { "name" : "VerticalLine1", "type" : "line",
"x" : 170, "y" : 30, "width" : 0, "height" : 60, "color" : 0xff777777, }, { "name" : "VerticalLine2", "type" : "line",
"x" : 171, "y" : 30, "width" : 0, "height" : 60, "color" : 0xff111111, }, { "name" : "HorizontalLine1", "type" : "line",
"x" : 10, "y" : 29, "width" : 320, "height" : 0, "color" : 0xff777777, }, { "name" : "HorizontalLine2", "type" : "line",
"x" : 10, "y" : 30, "width" : 320, "height" : 0, "color" : 0xff111111, }, ), }, ## AccEditBoard { 'name' : 'AccEditBoard', 'type' : 'thinboard', 'x' : (SCREEN_WIDTH - 135) / 2, 'y' : SCREEN_HEIGHT - 410, 'width' : 350, 'height' : 97,
"children" : (
## Title { "name" : "Title", "type" : "text",
"x" : 40, "y" : 10, "text" : "Account Management", }, { "name" : "AccFEditButton", "type" : "button",
"x" : 245, "y" : 6,
"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" : "Fertig", }, { "name" : "Acc1Del", "type" : "button",
"x" : 120, "y" : 35,
"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" : "Lösch.", }, { "name" : "Acc2Del", "type" : "button",
"x" : 120, "y" : 65,
"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" : "Lösch.", }, { "name" : "Acc3Del", "type" : "button",
"x" : 290, "y" : 35,
"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" : "Lösch.", }, { "name" : "Acc4Del", "type" : "button",
"x" : 290, "y" : 65,
"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" : "Lösch.", }, { "name" : "ACC1__LABEL", "type" : "text",
"x" : 15, "y" : 37, "text" : "ACC1 - Leer", }, { "name" : "ACC2__LABEL", "type" : "text",
"x" : 15, "y" : 67, "text" : "ACC2 - Leer", }, { "name" : "ACC3__LABEL", "type" : "text",
"x" : 180, "y" : 37, "text" : "ACC3 - Leer", }, { "name" : "ACC4__LABEL", "type" : "text",
"x" : 180, "y" : 67, "text" : "ACC4 - Leer", }, { "name" : "VerticalLine1", "type" : "line",
"x" : 170, "y" : 30, "width" : 0, "height" : 60, "color" : 0xff777777, }, { "name" : "VerticalLine2", "type" : "line",
"x" : 171, "y" : 30, "width" : 0, "height" : 60, "color" : 0xff111111, }, { "name" : "HorizontalLine1", "type" : "line",
"x" : 10, "y" : 29, "width" : 320, "height" : 0, "color" : 0xff777777, }, { "name" : "HorizontalLine2", "type" : "line",
"x" : 10, "y" : 30, "width" : 320, "height" : 0, "color" : 0xff111111, }, ), }, ## AccRegisterBoard { 'name' : 'AccRegisterBoard', 'type' : 'board', "style" : ("movable", "float",), 'x' : (SCREEN_WIDTH -360) /2, 'y' : (SCREEN_HEIGHT -340) /2, 'width' : 255, 'height' : 340,
"children" : ( { "name" : "AccRegisterBTN", "type" : "button",
"x" : 35, "y" : 300,
"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" : "Registrieren", }, { "name" : "AccCloseBTN", "type" : "button",
"x" : 135, "y" : 300,
"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" : "Zurück", }, { "name" : "BYDASKUCHEN__LABEL", "type" : "text",
"x" : 65, "y" : 10, "text" : "Ingameregister by DasKuchen", }, { "name" : "input1_slot", "type" : "image",
"x" : 99, "y" : 49,
"image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", }, { "name" : "BENUTZERNAME__LABEL", "type" : "text",
"x" : 10, "y" : 50, "text" : "Benutzername:", }, { "name" : "BENUTZERNAME_INPUT", "type" : "editline",
"x" : 102, "y" : 50,
"width" : 120, "height" : 20,
"input_limit" : 16, "enable_codepage" : 0,
"r" : 1.0, "g" : 1.0, "b" : 1.0, "a" : 1.0, }, { "name" : "input2_slot", "type" : "image",
"x" : 99, "y" : 89,
"image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", }, { "name" : "PASSWORT__LABEL", "type" : "text",
"x" : 10, "y" : 90, "text" : "Passwort:", }, { "name" : "PASSWORT_INPUT", "type" : "editline", "secret_flag" : 1, "x" : 102, "y" : 90,
"width" : 120, "height" : 20,
"input_limit" : 16, "enable_codepage" : 0,
"r" : 1.0, "g" : 1.0, "b" : 1.0, "a" : 1.0, }, { "name" : "input3_slot", "type" : "image",
"x" : 99, "y" : 129,
"image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", }, { "name" : "PASSWORT2__LABEL", "type" : "text",
"x" : 10, "y" : 130, "text" : "Passwort:", }, { "name" : "PASSWORT2_INPUT", "type" : "editline", "secret_flag" : 1,
"x" : 102, "y" : 130,
"width" : 120, "height" : 20,
"input_limit" : 16, "enable_codepage" : 0,
"r" : 1.0, "g" : 1.0, "b" : 1.0, "a" : 1.0, }, { "name" : "input4_slot", "type" : "image",
"x" : 99, "y" : 169,
"image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", }, { "name" : "EMAIL_LABEL", "type" : "text",
"x" : 10, "y" : 170, "text" : "E-mail:", }, { "name" : "EMAIL_INPUT", "type" : "editline",
"x" : 102, "y" : 170,
"width" : 120, "height" : 20,
"input_limit" : 30, "enable_codepage" : 0,
"r" : 1.0, "g" : 1.0, "b" : 1.0, "a" : 1.0, }, { "name" : "input5_slot", "type" : "image",
"x" : 100, "y" : 209,
"image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", }, { "name" : "SICHERHEIT_LABEL2", "type" : "text",
"x" : 10, "y" : 210, "text" : "Sicherheitsfrage:", }, { "name" : "SICHERHEIT_LABEL", "type" : "button",
"x" : 55, "y" : 208, "width" : 200, "height" : 20, "text" : "Name der Mutter?", }, { "name" : "input6_slot", "type" : "image",
"x" : 99, "y" : 249,
"image" : "d:/ymir work/ui/public/Parameter_Slot_05.sub", }, { "name" : "ANTWORT_LABEL", "type" : "text",
"x" : 10, "y" : 250, "text" : "Antwort:", }, { "name" : "ANTWORT_INPUT", "type" : "editline",
"x" : 100, "y" : 250,
"width" : 120, "height" : 20,
"input_limit" : 16, "enable_codepage" : 0,
"r" : 1.0, "g" : 1.0, "b" : 1.0, "a" : 1.0, }, ), },
## ServerBoard { "name" : "ServerBoard", "type" : "thinboard",
"x" : 0, "y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 150, "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, },
## 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, }, ), }, ), }
Kann ned skype on kommen sry ^^ arbeit..
|
|
|
Similar Threads
|
[Client-Design]beginner login window design
04/13/2013 - Metin2 PServer Guides & Strategies - 11 Replies
Hey.
I would like to start my prepared by the appearance of the login window.
Pic :
http://i.epvpimg.com/uosYb.png
File is attached.
I'm learning Photoshop and I wanted to create something good.
|
[B] Patcher+design, client design, website design+script PSC
11/18/2012 - Metin2 Trading - 0 Replies
*deleted*
|
King Sora's Client Design, paar Fehler... Marco_A Client v2
03/31/2012 - Metin2 Private Server - 9 Replies
Yo, hab mir mal das Client Design von King Sora gezogen und ihn in Marco_A's v2 Clienten eingefügt. Das kam dabei raus:
http://s7.directupload.net/images/120331/qo5jm6o2 .png
Da fehlt halt komplett die ganze Minimap, dann sind die Uppitems beim uppen(der rand) zu groß. Und beim LOGIN ist der Kopf etwas nach unten gerutscht DAFUQ?
|
All times are GMT +1. The time now is 19:21.
|
|