ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
Ui.ini: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
EvilRenegade (talk | contribs) m Replacing Template:TTL with Template:F. |
||
Line 7: | Line 7: | ||
==Flags / Sections in this file== | ==Flags / Sections in this file== | ||
There is only one flag you can use in {{tt|ui(md).ini}}: [[ButtonList]]. This flag is used twice, once in the [{{ | There is only one flag you can use in {{tt|ui(md).ini}}: [[ButtonList]]. This flag is used twice, once in the [{{f|AdvancedCommandBar|link}}] section, and once in the [{{f|MultiplayerAdvancedCommandBar|link}}] section. Those are the only sections you can use in {{tt|ui(md).ini}}; the former controls the ACB seen in singleplayer games, the latter the one in multiplayer games (hence the name). | ||
:''For more information on how to modify the ACB, proceed to [[ButtonList]].'' | :''For more information on how to modify the ACB, proceed to [[ButtonList]].'' |
Latest revision as of 08:46, 27 November 2009
The Ui(md).ini file in RA2 and YR controls the content of the Advanced Command Bar at the bottom of the screen.
File Locations
- RA2 version is in ra2.mix -> local.mix.
- YR version (name uimd.ini) is in ra2md.mix -> localmd.mix.
Flags / Sections in this file
There is only one flag you can use in ui(md).ini: ButtonList. This flag is used twice, once in the [AdvancedCommandBar] section, and once in the [MultiplayerAdvancedCommandBar] section. Those are the only sections you can use in ui(md).ini; the former controls the ACB seen in singleplayer games, the latter the one in multiplayer games (hence the name).
- For more information on how to modify the ACB, proceed to ButtonList.