RHS Feedback - USAF
View Issue Details
0000953USAF[All Projects] Generalpublic2015-08-22 13:222015-09-14 01:38
Dr_Eyeball 
Bakerman 
nonefeaturealways
resolvedfixed 
0.3.8 
0.3.9 
Yes
1.48
Yes
TacBF (not related to this though)
0000953: Change "Options" button colour to A3 colours.
Easy tweak.

Could you please change the "RHS - GAME OPTIONS" button colour to use the Arma 3 colour scheme colour?

It doesn't match when you use a custom colour scheme, as seen in screenshot.
To activate a colour scheme:

- run A3, go to Configure->Game->Colors tab->Menu (in list)
- then choose a colour scheme like "Drab Olive",
which changes the background colour, but apparently the foreground colour usage is still not fixed by BIS.

------------------------------

You can see the "RHS - Game Options" button via the Console dialog.

- run A3, run mission in Editor
- open Console
- note button colour difference to rest of page.
The code change is easy. It requires changing the button class from something like:
    colorBackground[] = {0.1, 0.83, 1, 0.8};
    colorBackground2[] = {0.1, 0.83, 1, 0.8};

to this:
    colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',58/256])","(profilenamespace getvariable ['GUI_BCG_RGB_G',80/256])","(profilenamespace getvariable ['GUI_BCG_RGB_B',55/256])", 0.8};
    colorBackground2[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',58/256])","(profilenamespace getvariable ['GUI_BCG_RGB_G',80/256])","(profilenamespace getvariable ['GUI_BCG_RGB_B',55/256])", 0.8};

You can make the defaults above (eg: 58/256) use whatever colours you had previously, just to be safe.
No tags attached.
jpg rhs_console_optbtn_color.jpg (21,628) 2015-08-22 13:22
https://feedback.rhsmods.org/file_download.php?file_id=446&type=bug
jpg
Issue History
2015-08-22 13:22Dr_EyeballNew Issue
2015-08-22 13:22Dr_EyeballFile Added: rhs_console_optbtn_color.jpg
2015-08-22 14:16MistyRoninPrioritylow => none
2015-08-22 14:16MistyRoninSeveritytweak => feature
2015-09-14 01:38BakermanStatusnew => resolved
2015-09-14 01:38BakermanFixed in Version => 0.3.9
2015-09-14 01:38BakermanResolutionopen => fixed
2015-09-14 01:38BakermanAssigned To => Bakerman

There are no notes attached to this issue.