User-Interface Colors

From OHRRPGCE-Wiki
Jump to navigation Jump to search

CUSTOM allows you to change the color to various menus and texts in the Change User-Interface Colors menu, but doesn't exactly show you what you're changing. Use this table to figure out what you're changing without having to guess.

The colors of the various boxes (such as textbox backgrounds) are instead editable in the Change Box Styles menu.

Uicolor.png

Colors[edit]

UI colors are stored in the uicolors node of general.reld, with the following indices and meanings:


Index Constant Name Details Default
0 uiBackground Background The background of all menus in Custom, as well as the background to some in-game screens like help menus and script debugger and the background to scroll bars. 000000
1 uiMenuItem Menu item The font color for a majority of the selectable menu items (both Custom and in-game). A19CB0
2 uiDisabledItem Disabled item The font color for disabled menu items (both Custom and in-game). 4F595A
3 uiSelectedItem Selected item (a) The first flash color for selected menu items (both Custom and in-game). FFFC62
4 uiSelectedItem Selected item (b) The second flash color for selected menu items (both Custom and in-game). FFFFFF
5 uiSelectedDisabled Selected disabled item (a) The first flash color for selected disabled menu items (both Custom and in-game). 8E6B00
6 uiSelectedDisabled Selected disabled item (b) The second flash color for selected disabled menu items (both Custom and in-game). A19CB0
7 uiHighlight Hilight (a) Highlights selectable sub-menu items (in-game). 003B95
8 uiHighlight2 Hilight (b) Cursor for selecting sub-menu items (in-game). 228B22
9 uiTimeBar Time bar Color for time bar as it fills (in-game battle). 001D48
10 uiTimeBarFull Time bar (full) Color for full time bar (in-game battle). 153289
11 uiHealthBar Health bar Color for health bar (in-game battle) 154C15
12 uiHealthBarFlash Health bar overfull (flash) Color the health bar flashes when HP is above maximum 228B22
13 uiText Default text Default color for text-box font. Also effects various sub-menu text, and headers (both Custom and in-game). FFFFFF
14 uiOutline Text outline Outline for all text (both Custom and in-game). 000000
15 uiDescription Spell description Affects the spell cost text under the default Spells menu item, and in battle. 6BEB61
16 uiGold Total money Affects the $ amount text under the default Status and Sell menu items. FFFC62
17 uiShadow Vehicle shadow Affects the default in-game shadow for vehicles. 000000 but never palette index 0
18 uiSpecialItem Special item Undroppable items in the item menu copy of "Selected disabled item (A)"
19 uiSelectedSpecial Selected Special item (A) Undroppable items in the item menu copy of "Selected item (A)"
20 uiSelectedSpecial2 Selected Special item (B) Undroppable items in the item menu copy of "Selected item (B)"
21 uiItemScreenSwap Items menu swap-selection Selected but not flashing usable item in the item menu copy of "Default text"
22 uiItemScreenSwapDisabled Items menu swap-selection disabled Selected but not flashing unusable item in the item menu copy of "Menu item"
23 uiItemScreenSwapSpecial Items menu swap-selection special Selected but not flashing undroppable item in the item menu copy of "Total money"
24 uiItemScreenItem Items: usable item copy of uiMenuItem
25 uiItemScreenDisabled Items: unusable item copy of uiDisabledItem
26 uiItemScreenSpecial Items: undroppable item copy of uiSpecialItem
27 uiItemScreenSelected Items: selected item copy of uiSelectedItem2
28 uiItemScreenSelected2 Items: selected item (Flash) copy of uiSelectedItem2
29 uiItemScreenSelectedDisabled Items: selected unusable copy of uiSelectedDisabled2
30 uiItemScreenSelectedDisabled2 Items: selected unusable (Flash) copy of uiSelectedDisabled2
31 uiItemScreenSelectedSpecial Items: selected undroppable copy of uiSelectedSpecial
32 uiItemScreenSelectedSpecial2 Items: selected undroppable (Flash) copy of uiSelectedSpecial
33 uiItemScreenHighlight Items: highlight selected copy of uiHighlight2
34 uiItemScreenHighlight2 Items: highlight selected (Flash) copy of uiHighlight2
35 uiItemScreenSwapHighlight Items: highlight swapping copy of uiHighlight
36 uiItemScreenSwapHighlight2 Items: highlight swapping (Flash) copy of uiHighlight2
37 uiMouseHoverItem Mouse hover Color of a menu item when the mouse is hovering over it 8C8C8C
38 uiBattleDamage Battle damage copy of uiText
39 uiBattleHeal Battle healing copy of uiText
40 uiBattleAbsorb Battle absorb (drain) FF5757
41 uiBattlePoison Battle poison damage copy of uiText
42 uiBattleRegen Battle regen healing copy of uiText
43 uiFadeOutNewGame Fadeout: new game 000000
44 uiFadeOutLoadGame Fadeout: load game 000000
45 uiFadeOutDeath Fadeout: on death FF0000
46 uiFadeOutQuit Fadeout: quitting game 000000
47 uiFadeOutDoor Fadeout: door 000000
48 uiFadeOutInn Fadeout: stay at inn 000050
49 uiFadeOutEnterBattle Fadeout: enter battle F0F0F0
50 uiFadeOutWonBattle Fadeout: won battle 000000
51 uiFadeOutExitBattle Fadeout: exit/flee battle 000000
52 uiMPBar MP bar 00E0E0
53 uiMPBarFlash MP bar overfull 80FFFF


See Also[edit]