Jump to content

Sagremor

Member
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Sagremor

  1. 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

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