dim3 Forum

Full Version: Editing the UI?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where can I edit the UI for the menus? Not the actual pictures but the placement, size, files, etc...
What menus are you talking about? The HUD?
That's in Data/Settings/Interface.xml
The menus, like the one where you choose, new game, load game, etc.
You mean the title screen?
That's in interface.xml too. All the button positions for example:

Code:
    <Buttons>
        <Game x="5" y="80" width="128" height="32" on="true" />
        <Game_New x="133" y="48" width="128" height="32" on="true" />
        <Game_Load x="133" y="80" width="128" height="32" on="true" />
        <Game_Setup x="133" y="112" width="128" height="32" on="true" />
        <Game_New_Easy x="261" y="16" width="128" height="32" on="true" />
        <Game_New_Medium x="261" y="48" width="128" height="32" on="true" />
        <Game_New_Hard x="261" y="80" width="128" height="32" on="true" />
        <Multiplayer x="5" y="400" width="128" height="32" on="true" />
        <Multiplayer_Host x="133" y="368" width="128" height="32" on="true" />
        <Multiplayer_Join x="133" y="400" width="128" height="32" on="true" />
        <Multiplayer_Setup x="133" y="432" width="128" height="32" on="true" />
        <Credit x="500" y="379" width="128" height="32" on="true" />
        <Quit x="500" y="415" width="128" height="32" on="true" />
    </Buttons>

It's almost at the bottom, so you will have to scroll down a bit to find it.

Bink, he might also mean the graphics. That would be Data>>Bitmaps>>Chooser I think.
Thank you, both! Smile
It's Data>>Bitmaps>>Interface for the graphics.
Reference URL's