Select Button Farbe

07/27/2013 16:24 .Despero™#1
Ich habe eben mal Aion Charselect eingefügt und nun möchte ich das diese buttons
[Only registered and activated users can see links. Click Here To Register...]

Blau sind und nicht Rot. Wie ändere ich es ?
07/27/2013 16:28 Marme.##2
Schick mir die Datein ich mache es dir schnell blau.
~ Marme
07/27/2013 16:42 .Despero™#3
Welche datein brauchst du den?
07/27/2013 16:56 Marme.##4
Den Ordner wo die ".TGA" Datein drinne sind.
07/27/2013 17:00 .Despero™#5
Ka wo die gerade drin sind... Weil ich es schon im client drin war
07/27/2013 17:02 xGr33n#6
Quote:
## Bottom Frame Buttons
{
"name" : "start_button",
"type" : "button",

"x" : SCREEN_WIDTH * (280) / 800,
"y" : SCREEN_HEIGHT * (568) / 600,

"text" : uiScriptLocale.SELECT_SELECT,

"default_image" : BUTTON_PATH + "button_01.sub",
"over_image" : BUTTON_PATH + "button_02.sub",
"down_image" : BUTTON_PATH + "button_03.sub",
"disable_image" : BUTTON_PATH + "button_04.sub",
},
{
"name" : "create_button",
"type" : "button",

"x" : SCREEN_WIDTH * (280) / 800 + 90,
"y" : SCREEN_HEIGHT * (568) / 600,

"text" : uiScriptLocale.SELECT_CREATE,

"default_image" : BUTTON_PATH + "button_01.sub",
"over_image" : BUTTON_PATH + "button_02.sub",
"down_image" : BUTTON_PATH + "button_03.sub",
"disable_image" : BUTTON_PATH + "button_04.sub",
},
{
"name" : "delete_button",
"type" : "button",

"x" : SCREEN_WIDTH * (280) / 800 + 180,
"y" : SCREEN_HEIGHT * (568) / 600,

"text" : uiScriptLocale.SELECT_DELETE,

"default_image" : BUTTON_PATH + "button_01.sub",
"over_image" : BUTTON_PATH + "button_02.sub",
"down_image" : BUTTON_PATH + "button_03.sub",
"disable_image" : BUTTON_PATH + "button_04.sub",
},
{
"name" : "exit_button",
"type" : "button",

"x" : SCREEN_WIDTH * (280) / 800 + 270,
"y" : SCREEN_HEIGHT * (568) / 600,

"text" : uiScriptLocale.SELECT_EXIT,

"default_image" : BUTTON_PATH + "button_01.sub",
"over_image" : BUTTON_PATH + "button_02.sub",
"down_image" : BUTTON_PATH + "button_03.sub",
},
),
}
Quote:
ROOT_PATH = "d:/ymir work/ui/public/"
LOCALE_PATH = uiScriptLocale.SELECT_PATH
BUTTON_PATH = uiScriptLocale.LOGIN_PATH
Quote:
SELECT_PATH = "d:/ymir work/ui/intro/949_select/"
LOGIN_PATH = "d:/ymir work/ui/intro/949_login/
Kann dir direkt schon sagen das die nicht in der ETC liegen bin gerade auch am suchen
07/27/2013 17:03 .Despero™#7
Hmm okayy
07/27/2013 17:14 xGr33n#8
Hab sie
locale\de\ui\login\login.dss
locale\de\ui\select\select.dss

mfg
07/27/2013 17:43 .Despero™#9
xGr33n ..
es ist in locale\de\ui\login\lobby_basic.dds
07/27/2013 17:59 xGr33n#10
Ja bei der login.dss hab ich nichtt mehr geschaut sry^^