Not sure if it’s something you can fix, also it’s not a huge deal but today I worked on my ShooterUI.cfg and I noticed that the colorcode is not in the same order for everything:
[ShooterGame.SGUIHUDReticule]
m_bUseCrosshairHitIndicator=true
m_CrosshairType=ECT_Dot
m_CrosshairColour=(B=127,G=255,R=0,A=255)
m_CrosshairDotSize=ECDS_Small
[ShooterGame.SGUIHUDWeaponAmmo]
m_NoAmmoColor=(R=55,G=55,B=55,A=255)
m_AmmoColor=(R=255,G=255,B=255,A=255)
m_LowAmmoColor=(R=0,G=181,B=222,A=255)
m_LowAmmoColor2=(R=0,G=40,B=49,A=255)
m_LowAmmoPercentage=0.4
m_RateOfBlink=15
m_PollThreshold=0.2
I didnt edit my crosshair stuff in the cfg, I changed it ingame. As you can see, the normal order is RGB, but in the crosshair section I have BGR. Shouldnt it be the same order (RGB)?