Jump to content

Letters for Tank-Type: Helps Everyone, especially colour-blind and people with poor sight.


Recommended Posts

Posted

This mod adds the tank-type as letters on the 'ears' of the game screen, see picture, At a glance you can see which tank-type is what Heavy or Medium or Light etc.

without deciphering a shape and/or colour.

******  Aislain - Please feel free to modify the code if you need to ******

Code:

 

// TankType by Alpha (LT/MT/HT etc)
    "TankType": {
    "enabled": true,
    "x": 105, "y": 1, "align": "center", "bindToIcon": true, "format": "<font size='20' color='{{vtype-key=LT?#{{.colors.vtype.LT%6.6X}}}}{{vtype-key=MT?#{{.colors.vtype.MT%6.6X}}}}{{vtype-key=HT?#{{.colors.vtype.HT%6.6X}}}}{{vtype-key=SPG?#{{.colors.vtype.SPG%6.6X}}}}{{vtype-key=TD?#{{.colors.vtype.TD%6.6X}}}}'>{{vtype-key=LT?LT}}{{vtype-key=MT?MT}}{{vtype-key=HT?HT}}{{vtype-key=SPG?SPG}}{{vtype-key=TD?TD}}</font>", "shadow": {}
    },

 

 

Used, thus.......

 "extraFieldsLeft": [
        ${"def.hpBarBg"},
        ${"def.hpBar"},
        ${"def.hp"},
        ${"def.clanIcon"},
        ${"def.TankType"}
      ],
      // Set of formats for right panel (extended format supported, see above)
      // Набор форматов для правой панели (поддерживается расширенный формат, см. выше)
      "extraFieldsRight": [
        ${"def.hpBarBg"},
        ${"def.hpBar"},
        ${"def.hp"},
        ${"def.clanIcon"},
       ${"def.TankType"},
        ${"def.enemySpottedMarker"}
      ]
  

and thus the screenprint shows.....

shot_021.thumb.jpg.36b65e2d3a028049d428dd4058bf13ef.jpg

 

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.