Jump to content
  • 0

Bound Settings


zistroxy

Question

Can someone explain me how do I move up this little arrow? I've already tried changing some bounds in the CharacterCreationWindow.json file, but I didn't find which line will move it and I'm too afraid to test it out since I don't know much about coding.
7f42f5247ac8f955734dec816012b5e8.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
16 hours ago, Mitsueda said:

Hi, try all the class buttons,  down or right buttom i think is your problem solves

  Reveal hidden contents

 },
              "DownOrRightButton": {
                "Bounds": "0,0,100,20",
                "Padding": "3,3,3,3",
                "AlignmentEdgeDistances": "0,0,0,0",
                "AlignmentTransform": "0,0",
                "Margin": "0,0,0,0",
                "RenderColor": "255,255,255,255",
                "Alignments": "",
                "DrawBackground": true,
                "MinimumSize": "1,1",
                "MaximumSize": "4096,4096",
                "Disabled": false,
                "Hidden": false,
                "RestrictToParent": false,
                "MouseInputEnabled": true,
                "HideToolTip": false,
                "ToolTipBackground": null,
                "ToolTipFont": null,
                "ToolTipTextColor": "",
                "TextColor": "0,255,255,255",
                "HoveredTextColor": "",
                "ClickedTextColor": "",
                "DisabledTextColor": "255,90,90,90",
                "TextAlign": "Center",
                "TextPadding": "3,3,3,3",
                "AutoSizeToContents": false,
                "Font": "arial,10",
                "TextScale": 1.0,
                "NormalImage": "downarrownormal.png",
                "HoveredImage": "downarrowhover.png",
                "ClickedImage": "downarrowclicked.png",
                "DisabledImage": "",
                "CenterImage": false,
                "HoverSound": "octave-tap-resonant.wav",
                "MouseUpSound": "",
                "MouseDownSound": "octave-tap-warm.wav",
                "ClickSound": ""
              }
            },

 

Well, I actually found what changes the arrow position it is the "DropDownButton", but I only managed to change its resolution

f7681874b64c4fbb5d3928f8dcb28f37.png

Here's what I got in the code:

          "DropDownButton": {
            "Bounds": "0,-15,20,20",
            "Padding": "0,0,0,0",
            "AlignmentEdgeDistances": "0,0,0,0",
            "AlignmentTransform": "0,0",
            "Margin": "0,0,0,0",
            "RenderColor": "255,255,255,255",
            "Alignments": "",
            "DrawBackground": false,
            "MinimumSize": "1,1",
            "MaximumSize": "4096,4096",
            "Disabled": false,
            "Hidden": false,
            "RestrictToParent": false,
            "MouseInputEnabled": false,
            "HideToolTip": false,
            "ToolTipBackground": null,
            "ToolTipFont": null,
            "ToolTipTextColor": ""

It doesn't matter if I change the values subtracting or adding, the only thing that changes at all is the resolution which was "10, 10" in the original file. I tried to subtract/add the bound values as I did with the other options such as name, class and even gender, but for some reason it doesn't work with the arrow. I even tried to change other options like padding and alignment, but it didn't show any results.

Link to comment
Share on other sites

  • -1

Hi, try all the class buttons,  down or right buttom i think is your problem solves

Spoiler

 },
              "DownOrRightButton": {
                "Bounds": "0,0,100,20",
                "Padding": "3,3,3,3",
                "AlignmentEdgeDistances": "0,0,0,0",
                "AlignmentTransform": "0,0",
                "Margin": "0,0,0,0",
                "RenderColor": "255,255,255,255",
                "Alignments": "",
                "DrawBackground": true,
                "MinimumSize": "1,1",
                "MaximumSize": "4096,4096",
                "Disabled": false,
                "Hidden": false,
                "RestrictToParent": false,
                "MouseInputEnabled": true,
                "HideToolTip": false,
                "ToolTipBackground": null,
                "ToolTipFont": null,
                "ToolTipTextColor": "",
                "TextColor": "0,255,255,255",
                "HoveredTextColor": "",
                "ClickedTextColor": "",
                "DisabledTextColor": "255,90,90,90",
                "TextAlign": "Center",
                "TextPadding": "3,3,3,3",
                "AutoSizeToContents": false,
                "Font": "arial,10",
                "TextScale": 1.0,
                "NormalImage": "downarrownormal.png",
                "HoveredImage": "downarrowhover.png",
                "ClickedImage": "downarrowclicked.png",
                "DisabledImage": "",
                "CenterImage": false,
                "HoverSound": "octave-tap-resonant.wav",
                "MouseUpSound": "",
                "MouseDownSound": "octave-tap-warm.wav",
                "ClickSound": ""
              }
            },

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...