Jump to content

Render Target system


Recommended Posts

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?

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.