Jump to content
Sign in to follow this  
Darkstarr

Arma 3 Colour information for profile.

Recommended Posts

Where is it stored?

I have 3 profiles, each with its own UI colour, but I am curious to where this information is stored. It is not in the profile cfg file so I am unsure.

Share this post


Link to post
Share on other sites

They're saved in the profile.

You can get some them like this:

profilenamespace getvariable ["IGUI_BCG_RGB_R"]
profilenamespace getvariable ["IGUI_BCG_RGB_G"]
profilenamespace getvariable ["IGUI_BCG_RGB_B"]
profilenamespace getvariable ["IGUI_BCG_RGB_A"]

profilenamespace getvariable ["GUI_BCG_RGB_R"]
profilenamespace getvariable ["GUI_BCG_RGB_G"]
profilenamespace getvariable ["GUI_BCG_RGB_B"]

I don't know which ones these are exactly and what others are there.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×