Jump to content

Gwyddbwyll

Regular Member
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral

Profile Information

  • Server
    EU
  1. 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.....
×
×
  • Create New...

Important Information

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