Jump to content

Icons from systems in inventory window


Go to solution Solved by mlukr,

Recommended Posts

Hello

2 step

1.

uiscript/inventorywindow py
search costume button, delete 

Spoiler

                        ## CostumeButton
                        {
                            "name" : "CostumeButton",
                            "type" : "button",

                            "x" : 78,
                            "y" : 5,

                            "tooltip_text" : uiScriptLocale.COSTUME_TITLE,

                            "default_image" : "d:/ymir work/ui/button/button_costum.tga",
                            "over_image" : "d:/ymir work/ui/button/button_costum.tga",
                            "down_image" : "d:/ymir work/ui/button/button_costum.tga",
                        },
 

it's just the button, even the background has to be changed because the space remains there

 

2.

uiinventory.py

Spoiler

                ## Equipment Slot
                {
                    "name" : "Equipment_Base",
                    "type" : "image",

                    "x" : SZELESSEG / 2 - 75,
                    "y" : 33,

                    ->    "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga",

                    "children" :
                    (
 

equipment_bg_with_ring.tga 

replace it with the one that suits you

Edited by Sagremor
  • Good 1
Link to comment
Share on other sites

  • Solution
3 hours ago, Sagremor said:

Hello

2 step

1.

uiscript/inventorywindow py
search costume button, delete 

  Reveal hidden contents

                        ## CostumeButton
                        {
                            "name" : "CostumeButton",
                            "type" : "button",

                            "x" : 78,
                            "y" : 5,

                            "tooltip_text" : uiScriptLocale.COSTUME_TITLE,

                            "default_image" : "d:/ymir work/ui/button/button_costum.tga",
                            "over_image" : "d:/ymir work/ui/button/button_costum.tga",
                            "down_image" : "d:/ymir work/ui/button/button_costum.tga",
                        },
 

it's just the button, even the background has to be changed because the space remains there

 

2.

uiinventory.py

  Reveal hidden contents

                ## Equipment Slot
                {
                    "name" : "Equipment_Base",
                    "type" : "image",

                    "x" : SZELESSEG / 2 - 75,
                    "y" : 33,

                    ->    "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga",

                    "children" :
                    (
 

equipment_bg_with_ring.tga 

replace it with the one that suits you

 Code is commented/removed, where edit graphic? In ETC/ymir work/ui/windows.dds is old equpiment graphic without belt and costume icon, ingame icons are exist.

Edit: I resolve problem, this image is on metin2_patch_w21_etc -> ymir work -> ui -> equipment_bg_without_ring.tga

 

Edited by mlukr
Problem resolved
Link to comment
Share on other sites

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.