mongoose
SOH-CM-2023
I am trying to change the colrs of the TD icons in Frosty;'s TAC Display Radar (old H2S). He has all icons black namely 0xFF000000 . I am trying to put all but the GoalColor transparent which I though was 0x00FFFFFF. See below
<Colors FriendColor="ox00FFFFFF" EnemyColor="0x00FFFFFF" TargetColor="0xFF000000" BogieColor="0x00FFFFFF" GoalColor="0xFF000000" HumanFriendColor="0x00FFFFFF" HumanEnemyColor="0x00FFFFFF"/>
This is what is in the ViewUI, but I am still getting all icons in black, Is my hex no. for transparent correct or am I doing something wrong?
<Colors FriendColor="ox00FFFFFF" EnemyColor="0x00FFFFFF" TargetColor="0xFF000000" BogieColor="0x00FFFFFF" GoalColor="0xFF000000" HumanFriendColor="0x00FFFFFF" HumanEnemyColor="0x00FFFFFF"/>
This is what is in the ViewUI, but I am still getting all icons in black, Is my hex no. for transparent correct or am I doing something wrong?
Last edited: