2008.07.02, 09:55 PM
2008.07.02, 10:04 PM
What menus are you talking about? The HUD?
That's in Data/Settings/Interface.xml
That's in Data/Settings/Interface.xml
2008.07.02, 11:58 PM
The menus, like the one where you choose, new game, load game, etc.
2008.07.03, 12:12 AM
You mean the title screen?
That's in interface.xml too. All the button positions for example:
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.
2008.07.03, 08:43 AM
Bink, he might also mean the graphics. That would be Data>>Bitmaps>>Chooser I think.
2008.07.03, 02:13 PM
Thank you, both! 

2008.07.03, 02:46 PM
It's Data>>Bitmaps>>Interface for the graphics.