Jump to content

How I Can Change Purple Given Damage Indicator to WOT Default?


Recommended Posts

Posted

Hello,

 

I am sorry but I have no idea what that is called. Basically I want to change that purple 39 writing (given damage indicator) to WOT default orange color. Which setting I have to change on setup screen of Aslain mod?

 

Thank you.

 

 

shot_007.jpg

  • Administrator
Posted

In general you have to edit these files:

 

res_mods\configs\xvm\Aslain\markersAliveExtended.xc
res_mods\configs\xvm\Aslain\markersAliveNormal.xc
res_mods\configs\xvm\Aslain\markersDeadExtended.xc
res_mods\configs\xvm\Aslain\markersDeadNormal.xc

 

at every:

"damageText": { 

 

change:

      "color": "0xFFFFFF",

 

to:

        "color": "{{c:dmg}}",

 

and at "shadow": {

 

this:

        "color": "{{c:dmg}}",

to:

      "color": "0x000000",

 

 

Then edit file:

colors.xc

 

Now in example, because it's not always like this, change:

 

 

 


    "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"
    },
 

 

 

To your fav colors, you can use http://html-color-codes.info/ to find color codes.

 

 

 

 

Posted (edited)

Thank you Aslain. I made changes and this is what I wanted. (see picture)

 

But now ally and enemy damage texts has no shadow so I will try to keep them while protecting new color. If anyone wonder I used 0xFFC71C

shot_014.jpg

 

EDIT

 

I found easier way than what Aslain suggested. Open only colors.xc file and change the following parameters to whichever color you want:

 

"pl": "0x775A00",
      "player_ally_blowup":         "0x775A00",
      "player_ally_hit":            "0x775A00",
      "player_ally_kill":           "0x775A00",
      "player_allytk_blowup":       "0x775A00",
      "player_allytk_hit":          "0x775A00",
      "player_allytk_kill":         "0x775A00",
      "player_enemy_blowup":        "0x775A00",
      "player_enemy_hit":           "0x775A00",
      "player_enemy_kill":          "0x775A00",
      "player_enemytk_blowup":      "0x775A00",
      "player_enemytk_hit":         "0x775A00",
      "player_enemytk_kill":        "0x775A00",
      "player_squadman_blowup":     "0x775A00",
      "player_squadman_hit":        "0x775A00",
      "player_squadman_kill":       "0x775A00",

The result is on the pictures.

shot_024.jpg

shot_027.jpg

Edited by omer584
Better results are obtained
  • Administrator
Posted

Yeah that is easy method, because you change colors only, but you mentioned you want wot default, and it has black shadow unlike here where I use white one.

  • Upvote 1
Posted
Quote

Yeah that is easy method, because you change colors only, but you mentioned you want wot default, and it has black shadow unlike here where I use white one.

 

I am honest I have never been paid attention to that detail. I only remember that WOT default has a general color of Orange-Dark yellow.

 

But still thank you for your help Aslain. You are the real MVP! :)

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.