Jump to content

help me in color


Recommended Posts

hello aslain

 

first of all I have to give the congratulations for all this work you have, I know it's working a lot of people, but compile all this way is fantastic of you.

wanted to put just one question, is there any way to change the color of the damage inflicted, or as I reach one tank the damage appears in white numbers is to change this color because I have problems with colors'm not color blind but suffer from a disease that somewhat impair the perception of colors, if any way to change this I am very grateful if you can help me.

 

rui marques Greetings Portugal. and excuse my english

Link to comment
  • Administrator

Floating damage colors are in colors.xc:

    "damage": {
      "ally_ally_blowup":           "0x0099CC",
      "ally_ally_hit":              "0x0099CC",
      "ally_ally_kill":             "0x0099CC",
      "ally_allytk_blowup":         "0x0099CC",
      "ally_allytk_hit":            "0x0099CC",
      "ally_allytk_kill":           "0x0099CC",
      "ally_enemy_blowup":          "0x990000",
      "ally_enemy_hit":             "0x990000",
      "ally_enemy_kill":            "0x990000",
      "ally_enemytk_blowup":        "0x990000",
      "ally_enemytk_hit":           "0x990000",
      "ally_enemytk_kill":          "0x990000",
      "ally_squadman_blowup":       "0x0099CC",
      "ally_squadman_hit":          "0x0099CC",
      "ally_squadman_kill":         "0x0099CC",
      "enemy_ally_blowup":          "0x005500",
      "enemy_ally_hit":             "0x005500",
      "enemy_ally_kill":            "0x005500",
      "enemy_allytk_blowup":        "0x005500",
      "enemy_allytk_hit":           "0x005500",
      "enemy_allytk_kill":          "0x005500",
      "enemy_enemy_blowup":         "0x990000",
      "enemy_enemy_hit":            "0x990000",
      "enemy_enemy_kill":           "0x990000",
      "enemy_enemytk_blowup":       "0x990000",
      "enemy_enemytk_hit":          "0x990000",
      "enemy_enemytk_kill":         "0x990000",
      "enemy_squadman_blowup":      "0x009900",
      "enemy_squadman_hit":         "0x009900",
      "enemy_squadman_kill":        "0x009900",
      "player_ally_blowup":         "0x6819B8",
      "player_ally_hit":            "0x6819B8",
      "player_ally_kill":           "0x6819B8",
      "player_allytk_blowup":       "0x6819B8",
      "player_allytk_hit":          "0x6819B8",
      "player_allytk_kill":         "0x6819B8",
      "player_enemy_blowup":        "0x6819B8",
      "player_enemy_hit":           "0x6819B8",
      "player_enemy_kill":          "0x6819B8",
      "player_enemytk_blowup":      "0x6819B8",
      "player_enemytk_hit":         "0x6819B8",
      "player_enemytk_kill":        "0x6819B8",
      "player_squadman_blowup":     "0x6819B8",
      "player_squadman_hit":        "0x6819B8",
      "player_squadman_kill":       "0x6819B8",
      "squadman_ally_blowup":       "0x0099CC",
      "squadman_ally_hit":          "0x0099CC",
      "squadman_ally_kill":         "0x0099CC",
      "squadman_allytk_blowup":     "0x0099CC",
      "squadman_allytk_hit":        "0x0099CC",
      "squadman_allytk_kill":       "0x0099CC",
      "squadman_enemy_blowup":      "0xB85C00",
      "squadman_enemy_hit":         "0xB85C00",
      "squadman_enemy_kill":        "0xB85C00",
      "squadman_enemytk_blowup":    "0xB85C00",
      "squadman_enemytk_hit":       "0xB85C00",
      "squadman_enemytk_kill":      "0xB85C00",
      "squadman_squadman_blowup":   "0x0099CC",
      "squadman_squadman_hit":      "0x0099CC",
      "squadman_squadman_kill":     "0x0099CC",
      "unknown_ally_blowup":        "0x005500",
      "unknown_ally_hit":           "0x005500",
      "unknown_ally_kill":          "0x005500",
      "unknown_allytk_blowup":      "0x005500",
      "unknown_allytk_hit":         "0x005500",
      "unknown_allytk_kill":        "0x005500",
      "unknown_enemy_blowup":       "0x990000",
      "unknown_enemy_hit":          "0x990000",
      "unknown_enemy_kill":         "0x990000",
      "unknown_enemytk_blowup":     "0x990000",
      "unknown_enemytk_hit":        "0x990000",
      "unknown_enemytk_kill":       "0x990000",
      "unknown_squadman_blowup":    "0x005500",
      "unknown_squadman_hit":       "0x005500",
      "unknown_squadman_kill":      "0x005500"
    },

http://html-color-codes.info/

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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