Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Pytanie] Jak to usunąć?


Rekomendowane odpowiedzi

Opublikowano

Może mi ktoś usunąć to :

 

 

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/pl/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/pl/ui/login.sub",
		},
		## PassLoader
		{
			"name" : "PassLoader",
			"type" : "image",
			"image" : "pas.sub",
			'x' : (SCREEN_WIDTH - 227) / 2,
			"y" : "-5",
			"width" : 227,
			"height" : 173,

			"children" :
			(
				{
					"name" : "acc1",
					"type" : "text",

					"x" : 50,
					"y" : 15+2,
					
					"r" : 1,
					"g" : 10,
					"b" : 100,
					"a" : 1.0,
					
					"text" : "Konto 1",
				},
				{
					"name" : "SaveButton1",
					"type" : "button",

					"x" : 100,
					"y" : 15,

					"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" : "Zapisz",
				},
				{
					"name" : "LoadButton1",
					"type" : "button",

					"x" : 140,
					"y" : 15,

					"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" : "Pokaż",
				},
				{
					"name" : "acc2",
					"type" : "text",

					"x" : 50,
					"y" : 35+2,
					
					"r" : 1,
					"g" : 10,
					"b" : 100,
					"a" : 1.0,
					
					"text" : "Konto 2",
				},
				{
					"name" : "SaveButton2",
					"type" : "button",

					"x" : 100,
					"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" : "Zapisz",
				},
				{
					"name" : "LoadButton2",
					"type" : "button",

					"x" : 140,
					"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" : "Pokaż",
				},
				{
					"name" : "acc3",
					"type" : "text",

					"x" : 50,
					"y" : 55+2,
					
					"r" : 1,
					"g" : 10,
					"b" : 100,
					"a" : 1.0,
					
					"text" : "Konto 3",
				},
				{
					"name" : "SaveButton3",
					"type" : "button",

					"x" : 100,
					"y" : 55,
					"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" : "Zapisz",
				},
				{
					"name" : "LoadButton3",
					"type" : "button",

					"x" : 140,
					"y" : 55,
					"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" : "Pokaż",
				},
				{
					"name" : "acc4",
					"type" : "text",

					"x" : 50,
					"y" : 75+2,
					
					"r" : 1,
					"g" : 10,
					"b" : 100,
					"a" : 1.0,
					
					"text" : "Konto 4",
				},
				{
					"name" : "SaveButton4",
					"type" : "button",

					"x" : 100,
					"y" : 75,
					"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" : "Zapisz",
				},
				{
					"name" : "LoadButton4",
					"type" : "button",

					"x" : 140,
					"y" : 75,

					"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" : "Pokaż",
				},
				{
					"name" : "ha",
					"type" : "button",

					"x" : 80,
					"y" : 126,

					"default_image" : "c1.sub",
					"over_image" : "c2.sub",
					"down_image" : "c1.sub",


					"text" : "",
				},
			),
		},


		## ConnectBoard
		{
			"name" : "ConnectBoard",
			"type" : "thinboard",

			"x" : 22222,
			"y" : 22222,
			"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 - 476) / 2,
			"y" : (SCREEN_HEIGHT - 418),

			"image" : "log.sub",

			"children" :
			(
				{
					"name" : "ID_EditLine",
					"type" : "editline",

					"x" : 249,
					"y" : 104,

					"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" : 249,
					"y" : 148,

					"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" : 363,
					"y" : 100,

					"default_image" : "zaloguj.sub",
					"over_image" : "zaloguj2.sub",
					"down_image" : "zaloguj.sub",

					"text" : '',
				},
				{
					"name" : "LoginExitButton",
					"type" : "button",

					"x" : 70,
					"y" : 155,

					"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" : (SCREEN_WIDTH - 1276) / 2,
			"y" : (SCREEN_HEIGHT - 378),
			"width" : 145,
			"height" : 120,
			"horizontal_align" : "center",

			"children" :
			(

				## ListBox
				{
					"name" : "ServerList",
					"type" : "listbox2",

					"x" : 1000,
					"y" : 1000,
					"width" : 232,
					"height" : SERVER_LIST_HEIGHT,
					"row_count" : 15,
					"item_align" : 0,
				},
				
				{
					"name" : "ChannelList",
					"type" : "listbox",

					"x" : 10,
					"y" : 10,
					"width" : 109,
					"height" : SERVER_LIST_HEIGHT,

					"item_align" : 0,
				},
				## Buttons
				{
					"name" : "ServerSelectButton",
					"type" : "button",

					"x" : 26227,
					"y" : 22222,

					"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" : 2627,
					"y" : SERVER_LIST_HEIGHT + 2222,

					"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,
				},


			),

		},

	),
}

 

 

70489962284954469327.png


Opublikowano

łap:

 

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/pl/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/pl/ui/login.sub",
        },
        

        ## ConnectBoard
        {
            "name" : "ConnectBoard",
            "type" : "thinboard",

            "x" : 22222,
            "y" : 22222,
            "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 - 476) / 2,
            "y" : (SCREEN_HEIGHT - 418),

            "image" : "log.sub",

            "children" :
            (
                {
                    "name" : "ID_EditLine",
                    "type" : "editline",

                    "x" : 249,
                    "y" : 104,

                    "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" : 249,
                    "y" : 148,

                    "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" : 363,
                    "y" : 100,

                    "default_image" : "zaloguj.sub",
                    "over_image" : "zaloguj2.sub",
                    "down_image" : "zaloguj.sub",

                    "text" : '',
                },
                {
                    "name" : "LoginExitButton",
                    "type" : "button",

                    "x" : 70,
                    "y" : 155,

                    "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" : (SCREEN_WIDTH - 1276) / 2,
            "y" : (SCREEN_HEIGHT - 378),
            "width" : 145,
            "height" : 120,
            "horizontal_align" : "center",

            "children" :
            (

                ## ListBox
                {
                    "name" : "ServerList",
                    "type" : "listbox2",

                    "x" : 1000,
                    "y" : 1000,
                    "width" : 232,
                    "height" : SERVER_LIST_HEIGHT,
                    "row_count" : 15,
                    "item_align" : 0,
                },
                
                {
                    "name" : "ChannelList",
                    "type" : "listbox",

                    "x" : 10,
                    "y" : 10,
                    "width" : 109,
                    "height" : SERVER_LIST_HEIGHT,

                    "item_align" : 0,
                },
                ## Buttons
                {
                    "name" : "ServerSelectButton",
                    "type" : "button",

                    "x" : 26227,
                    "y" : 22222,

                    "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" : 2627,
                    "y" : SERVER_LIST_HEIGHT + 2222,

                    "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,
                },


            ),

        },

    ),
}
 

Pomogłem? Daj Lubie to! :)

 

2252770056.png

Opublikowano

Coś jest nie tak. Bo się metek wyłącza.

Co masz w sysser? pokaz go

Pomogłem? Daj Lubie to! :)

 

2252770056.png

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...