Jump to content
Korean Random
Kelric

Expand the in-game team overview with the tank-type icon

Recommended Posts

Hello Dudes,
first sorry for my bad english, it is not my native language.
Is there a way to complement the in-game overview in the game so far that it also shows me the symbol for the tank type in addition to the tank name? I do not know every tank name and it would be clearer for me - if there was still such an icon.

Picture left: Normal view, Picture right: there I inserted 2 icons (foch and progretto) - as I could imagine.

thx for your help.

vAJQoxK.png

Share this post


Link to post

Short link
Share on other sites

Well, if you already use moded icons, you could just find icons with a vehicle type.

Or make your own, using this prog

 

Share this post


Link to post

Short link
Share on other sites

it can be solved with text only, so you don't need remake battleatlas every time a new tank appears in the file.

Share this post


Link to post

Short link
Share on other sites

Just to see if i have understood you correctly, you want to have the tank icons next to the tank name in the playerspanel like this?

If that is the case then open the playersPanel.xc using notepad++ and copy this text in;

 

// Vehicle Type icon (attempt to add vehicle class icon)
     "vtypeIcon": {
           "enabled": true,
    "bindToIcon": true,
           "x": -3, "y": 0,
    "align": "center",
    "layer": "top",
           "format": "<font face='xvm' size='23' color='#83cc5e'>{{vtype-key=LT?:}}{{vtype-key=MT?;}}{{vtype-key=HT??}}{{vtype-key=SPG?-}}{{vtype-key=TD?.}}</font>",
       "alpha": 90, "shadow": {}
      },

 

So it looks like this in notepad++  (look at the playerspanel image)

after this you have to scroll down to the type of playerpanel you use and insert ;

 

${"def.vtypeIcon"},

 

I use the large playerpanel so if you look at the 3.rd picture vtypeIcon.PNG you can see how mine looks, just remember to have ${"def.vtypeIcon"}, on both extrafieldsLeft and in extrafieldsRight and dont forget the little comma "," at the end. if you use the medium or medium2 or the short playerpanel you need to insert the ${"def.vtypeIcon"}, to the one you use.

 

My sourse for this information can be found here;

 

 

Best regards

nilsenth

 

Edit; typo.

 

 

shot_340.jpg

Playerspanel.PNG

vtypeIcon.PNG

Edited by nilsenth
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...