import uiScriptLocale ROOT_PATH = "d:/ymir work/ui/public/" TEMPORARY_X = +15 BUTTON_TEMPORARY_X = 5 PVP_X = -10 LINE_LABEL_X = 15 LINE_DATA_X = 90 LINE_STEP = 0 SMALL_BUTTON_WIDTH = 45 MIDDLE_BUTTON_WIDTH = 65 EK_Y = 25 window = { "name" : "GameOptionDialog", "style" : ("movable", "float",), "x" : 0, "y" : 0, "width" : 290, "height" : 420, #"height" : 38*11+8, "children" : ( { "name" : "board", "type" : "board", "x" : 0, "y" : 0, "width" : 290, "height" : 420, #"height" : 34*11+8, "children" : ( ## Title { "name" : "titlebar", "type" : "titlebar", "style" : ("attach",), "x" : 8, "y" : 8, "width" : 280, "color" : "gray", "children" : ( { "name":"titlename", "type":"text", "x":0, "y":3, "text" : uiScriptLocale.GAMEOPTION_TITLE, "horizontal_align":"center", "text_horizontal_align":"center" }, ), }, ## ??? { "name" : "name_color", "type" : "text", "x" : LINE_LABEL_X, "y" : 40+2, "text" : uiScriptLocale.OPTION_NAME_COLOR, }, { "name" : "name_color_normal", "type" : "radio_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*0, "y" : 40, "text" : uiScriptLocale.OPTION_NAME_COLOR_NORMAL, "default_image" : ROOT_PATH + "Middle_Button_01.sub", "over_image" : ROOT_PATH + "Middle_Button_02.sub", "down_image" : ROOT_PATH + "Middle_Button_03.sub", }, { "name" : "name_color_empire", "type" : "radio_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*1, "y" : 40, "text" : uiScriptLocale.OPTION_NAME_COLOR_EMPIRE, "default_image" : ROOT_PATH + "Middle_Button_01.sub", "over_image" : ROOT_PATH + "Middle_Button_02.sub", "down_image" : ROOT_PATH + "Middle_Button_03.sub", }, { "name" : "ch_board", "type" : "text", "x" : LINE_LABEL_X, "y" : 65+2, "text" : "Hızlı Kanal", }, { "name" : "ch1", "type" : "button", "x" : LINE_DATA_X+SMALL_BUTTON_WIDTH*0, "y" : 65, "text" : "Kanal 1", "default_image" : ROOT_PATH + "small_Button_01.sub", "over_image" : ROOT_PATH + "small_Button_02.sub", "down_image" : ROOT_PATH + "small_Button_03.sub", }, { "name" : "ch2", "type" : "button", "x" : LINE_DATA_X+SMALL_BUTTON_WIDTH*1, "y" : 65, "text" : "Kanal 2", "default_image" : ROOT_PATH + "small_Button_01.sub", "over_image" : ROOT_PATH + "small_Button_02.sub", "down_image" : ROOT_PATH + "small_Button_03.sub", }, { "name" : "ch3", "type" : "button", "x" : LINE_DATA_X+SMALL_BUTTON_WIDTH*2, "y" : 65, "text" : "Kanal 3", "default_image" : ROOT_PATH + "small_Button_01.sub", "over_image" : ROOT_PATH + "small_Button_02.sub", "down_image" : ROOT_PATH + "small_Button_03.sub", }, { "name" : "ch4", "type" : "button", "x" : LINE_DATA_X+SMALL_BUTTON_WIDTH*3, "y" : 65, "text" : "Kanal 4", "default_image" : ROOT_PATH + "small_Button_01.sub", "over_image" : ROOT_PATH + "small_Button_02.sub", "down_image" : ROOT_PATH + "small_Button_03.sub", }, ## ??? { "name" : "target_board", "type" : "text", "x" : LINE_LABEL_X, "y" : 90+2, "text" : uiScriptLocale.OPTION_TARGET_BOARD, }, { "name" : "target_board_no_view", "type" : "radio_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*0, "y" : 90, "text" : uiScriptLocale.OPTION_TARGET_BOARD_NO_VIEW, "default_image" : ROOT_PATH + "Middle_Button_01.sub", "over_image" : ROOT_PATH + "Middle_Button_02.sub", "down_image" : ROOT_PATH + "Middle_Button_03.sub", }, { "name" : "target_board_view", "type" : "radio_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*1, "y" : 90, "text" : uiScriptLocale.OPTION_TARGET_BOARD_VIEW, "default_image" : ROOT_PATH + "Middle_Button_01.sub", "over_image" : ROOT_PATH + "Middle_Button_02.sub", "down_image" : ROOT_PATH + "Middle_Button_03.sub", }, ## PvP Mode { "name" : "pvp_mode", "type" : "text", "x" : LINE_LABEL_X, "y" : 115+2, "text" : uiScriptLocale.OPTION_PVPMODE, }, { "name" : "pvp_peace", "type" : "radio_button", "x" : LINE_DATA_X+SMALL_BUTTON_WIDTH*0, "y" : 115, "text" : uiScriptLocale.OPTION_PVPMODE_PEACE, "tooltip_text" : uiScriptLocale.OPTION_PVPMODE_PEACE_TOOLTIP, "default_image" : ROOT_PATH + "small_Button_01.sub", "over_image" : ROOT_PATH + "small_Button_02.sub", "down_image" : ROOT_PATH + "small_Button_03.sub", }, { "name" : "pvp_revenge", "type" : "radio_button", "x" : LINE_DATA_X+SMALL_BUTTON_WIDTH*1, "y" : 115, "text" : uiScriptLocale.OPTION_PVPMODE_REVENGE, "tooltip_text" : uiScriptLocale.OPTION_PVPMODE_REVENGE_TOOLTIP, "default_image" : ROOT_PATH + "small_Button_01.sub", "over_image" : ROOT_PATH + "small_Button_02.sub", "down_image" : ROOT_PATH + "small_Button_03.sub", }, { "name" : "pvp_guild", "type" : "radio_button", "x" : LINE_DATA_X+SMALL_BUTTON_WIDTH*2, "y" : 115, "text" : uiScriptLocale.OPTION_PVPMODE_GUILD, "tooltip_text" : uiScriptLocale.OPTION_PVPMODE_GUILD_TOOLTIP, "default_image" : ROOT_PATH + "small_Button_01.sub", "over_image" : ROOT_PATH + "small_Button_02.sub", "down_image" : ROOT_PATH + "small_Button_03.sub", }, { "name" : "pvp_free", "type" : "radio_button", "x" : LINE_DATA_X+SMALL_BUTTON_WIDTH*3, "y" : 115, "text" : uiScriptLocale.OPTION_PVPMODE_FREE, "tooltip_text" : uiScriptLocale.OPTION_PVPMODE_FREE_TOOLTIP, "default_image" : ROOT_PATH + "small_Button_01.sub", "over_image" : ROOT_PATH + "small_Button_02.sub", "down_image" : ROOT_PATH + "small_Button_03.sub", }, ## Block { "name" : "block", "type" : "text", "x" : LINE_LABEL_X, "y" : 140+2, "text" : uiScriptLocale.OPTION_BLOCK, }, { "name" : "block_exchange_button", "type" : "toggle_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*0, "y" : 140, "text" : uiScriptLocale.OPTION_BLOCK_EXCHANGE, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, { "name" : "block_party_button", "type" : "toggle_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*1, "y" : 140, "text" : uiScriptLocale.OPTION_BLOCK_PARTY, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, { "name" : "block_guild_button", "type" : "toggle_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*2, "y" : 140, "text" : uiScriptLocale.OPTION_BLOCK_GUILD, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, { "name" : "block_whisper_button", "type" : "toggle_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*0, "y" : 165, "text" : uiScriptLocale.OPTION_BLOCK_WHISPER, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, { "name" : "block_friend_button", "type" : "toggle_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*1, "y" : 165, "text" : uiScriptLocale.OPTION_BLOCK_FRIEND, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, { "name" : "block_party_request_button", "type" : "toggle_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*2, "y" : 165, "text" : uiScriptLocale.OPTION_BLOCK_PARTY_REQUEST, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, #{ # "name" : "block_profil_request_button", # "type" : "button", # "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*0, # "y" : 190, # "text" : "Profil", # "default_image" : ROOT_PATH + "middle_button_01.sub", # "over_image" : ROOT_PATH + "middle_button_02.sub", # "down_image" : ROOT_PATH + "middle_button_03.sub", #}, { "name" : "block_view_equipment_button", "type" : "toggle_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*0, "y" : 190, "text" : uiScriptLocale.OPTION_BLOCK_VIEW_EQUIPMENT, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, ## Chat { "name" : "chat", "type" : "text", "x" : LINE_LABEL_X, "y" : 215+2, "text" : uiScriptLocale.OPTION_VIEW_CHAT, }, { "name" : "view_chat_on_button", "type" : "radio_button", "x" : LINE_DATA_X, "y" : 215, "text" : uiScriptLocale.OPTION_VIEW_CHAT_ON, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, { "name" : "view_chat_off_button", "type" : "radio_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH, "y" : 215, "text" : uiScriptLocale.OPTION_VIEW_CHAT_OFF, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, ## Always Show Name { "name" : "always_show_name", "type" : "text", "x" : LINE_LABEL_X, "y" : 240+2, "text" : uiScriptLocale.OPTION_ALWAYS_SHOW_NAME, }, { "name" : "always_show_name_on_button", "type" : "radio_button", "x" : LINE_DATA_X, "y" : 240, "text" : uiScriptLocale.OPTION_ALWAYS_SHOW_NAME_ON, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, { "name" : "always_show_name_off_button", "type" : "radio_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH, "y" : 240, "text" : uiScriptLocale.OPTION_ALWAYS_SHOW_NAME_OFF, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, ## Effect On/Off { "name" : "effect_on_off", "type" : "text", "x" : LINE_LABEL_X, "y" : 265+2, "text" : uiScriptLocale.OPTION_EFFECT, }, { "name" : "show_damage_on_button", "type" : "radio_button", "x" : LINE_DATA_X, "y" : 265, "text" : uiScriptLocale.OPTION_VIEW_CHAT_ON, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, { "name" : "show_damage_off_button", "type" : "radio_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH, "y" : 265, "text" : uiScriptLocale.OPTION_VIEW_CHAT_OFF, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, ## ???? { "name" : "salestext_on_off", "type" : "text", "x" : LINE_LABEL_X, "y" : 290+2, "text" : uiScriptLocale.OPTION_SALESTEXT, }, { "name" : "salestext_on_button", "type" : "radio_button", "x" : LINE_DATA_X, "y" : 290, "text" : uiScriptLocale.OPTION_SALESTEXT_VIEW_ON, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, { "name" : "salestext_off_button", "type" : "radio_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH, "y" : 290, "text" : uiScriptLocale.OPTION_SALESTEXT_VIEW_OFF, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, { "name" : "showNight_on_off", "type" : "text", "x" : LINE_LABEL_X, "y" : 315+2, "text" : "Hava Ayarı", }, { "name" : "showNight_on_button", "type" : "radio_button", "x" : LINE_DATA_X, "y" : 315, "text" : "Gece", "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, { "name" : "showNight_off_button", "type" : "radio_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH, "y" : 315, "text" : "Gündüz", "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, ## Auto PickUP { "name" : "auto_pickup_on_off", "type" : "text", "x" : LINE_LABEL_X, "y" : 340+2, "text" : "Oto Toplama", }, { "name" : "auto_pick_up_on_button", "type" : "radio_button", "x" : LINE_DATA_X, "y" : 340, "text" : "Açık", "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, { "name" : "auto_pick_up_off_button", "type" : "radio_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH, "y" : 340, "text" : "Kapalı", "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, ## Auto PickUP { "name" : "auto_pickup_on_off", "type" : "text", "x" : LINE_LABEL_X, "y" : 365+2, "text" : "Yang Bilgisi", }, { "name" : "yang_up_on_button", "type" : "radio_button", "x" : LINE_DATA_X, "y" : 365, "text" : "Açık", "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, { "name" : "yang_up_off_button", "type" : "radio_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH, "y" : 365, "text" : "Kapalı", "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, ## Oyuna girdi { "name" : "ototext_on_off2", "type" : "text", "x" : LINE_LABEL_X, "y" : 390, "text" : "Oyuna Girdi", }, { "name" : "ototext_on_button2", "type" : "radio_button", "x" : LINE_DATA_X, "y" : 390, "text" : uiScriptLocale.OPTION_SALESTEXT_VIEW_ON, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, { "name" : "ototext_off_button2", "type" : "radio_button", "x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH, "y" : 390, "text" : uiScriptLocale.OPTION_SALESTEXT_VIEW_OFF, "default_image" : ROOT_PATH + "middle_button_01.sub", "over_image" : ROOT_PATH + "middle_button_02.sub", "down_image" : ROOT_PATH + "middle_button_03.sub", }, ), }, ), }