• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Tactical Sisplay symbol's colors

mongoose

SOH-CM-2025
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?
 
Last edited:
Fixed the 1 o so all like this now but still get black icons.:dizzy:

Colors FriendColor="0x00FFFFFF" EnemyColor="0x00FFFFFF" TargetColor="0xFF000000" BogieColor="0x00FFFFFF" GoalColor="0x00FFFFFF" HumanFriendColor="0x00FFFFFF" HumanEnemyColor="0x00FFFFFF"/>

EDIT

Note ViewUI in game

<Colors FriendColor="0xFF0000FF" EnemyColor="0xFFFF0000" TargetColor="0xFFFFFF00" BogieColor="0xFFFFFFFF" GoalColor="0xFFAF00AF" HumanFriendColor="0XFF00FFFF" HumanEnemyColor="0xFFFF00FF"/>

??
 
Well also tried <Colors FriendColor="0x00000000" EnemyColor="0x00000000" TargetColor="0xFF000000" BogieColor="0x00000000" GoalColor="0xFF000000" HumanFriendColor="0x00000000" HumanEnemyColor="0x00000000"/>

AFAIK, the 1st 2 of the 8 letters/numbers induicate transparency so "00" should be 100% transparent while "000000" is blabk. Above "00FFFFFF" would be 100% transparent white.

However neither work as still getting "FF000000" which is black 100% opaque!:banghead:
 
Back
Top