Quote:
|
Originally Posted by Jaxel
I dont see how this fixes my problems at all.
|
Sorry, let me try to explain better.
You want to change the location of the three custom preset buttons.
The way that would be best for you to do that.
Is edit the current preset buttons to make them invisible.
Then code your own buttons in the xml to be wherever you prefer.
They the even happends on them, make it set the even for the invisible buttons.
This should work for any type of button or slider or whatever.
All of the other controls that don't deal with the displays are coded in the XML and are not parsed from the INI file. (At least as far as I know, that was the way the parser was created)
I don't think goldies version changes that, but I could be wrong.
So you make your mod however you want, and have those buttons control the orginal buttons.
The file that the parser spits out, has the visible property set to visible.
The only modification I would suggest is having the parser have two settings
one for visible and one for not visible.
Then they will all be the same, because the button locations will be coded by the author and not the parser.