Jump to content

Valaki4321

Inactive Member
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Valaki4321

  1. Hi community

    i put this in

    https://metin2.dev/board/topic…render-target-remastered/

    client get this error

    uiGameOption.py(line:98) __Load_BindObject
    ui.py(line:2704) GetChild
    OptionDialog.__Load_BindObject - <type 'exceptions.KeyError'>:'RenderTarget_on_off'

     

    write the error to this

     

                    {
                        "name" : "RenderTarget_on_off",
                        "type" : "text",
                        "x" : LINE_LABEL_X,
                        "y" : 260+2,
                        "text" : "Render Target",
                    },
                    {
                        "name" : "RenderTarget_on_off",
                        "type" : "toggle_button",
                        "x" : LINE_DATA_X,
                        "y" : 265,
                        "text" : "ON / 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",
                    },

     

    where can te error be?

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.