Jump to content

DarkPlouc

Watcher
  • Posts

    1
  • Joined

  • Last visited

Everything posted by DarkPlouc

  1. I found that the value returned by the getini command for rgba colors settings (prefixed 'a') is counter intuitive : the hex value returned is not in the classic format "rrggbbaa" but instead is like "aarrggbb". But, when modifying these values in the INI, you need to put them in "r,g,b,a" format, and all the default value for such setting listed here are wrong because using (rrggbbaa)hex to (r,g,b,a)dec converter, whithout taking in account that the transparancy(a) is in front of the hex value. For example, with the scanner, the filing color of a fully scanned flora is set by : [Monocle] aHighlightScannableFillColor_FullyScanned=32,39,198,132 This is indeed the converted rgba value from the hex 2027c684 returned by the getini if using the wrong converter But if you put this in your StarfieldCustom.ini, the result color is a purpleish blue like ■■■ with half transparancy corresponding to "32,39,198,132" in rgba instead of the normal green ■■■ with eighth transparancy corresponding to "39,198,132,32" I tested it for the scan highlight settings in the [Monocle] section but just by looking at the numbers, it seems the same for other sections containing 'a-' color settings like [Crafting], [Spaceship], [Workshop], ...
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.