Jump to content
Korean Random
Sign in to follow this  
TalRash

Tank matchmaking on garage

Recommended Posts

Hello.

I would like to enable the tank matchmaking (8-10) (6-8) on the garage.

Here you can see included: http://media-curse.cursecdn.com/attachments/148/668/eb45d15c0b581005821a299c2fdfea94.jpg (not my garage, find on google)

Used multiconfig.

What file? Carousel?

I can not find the line responsible.

Edited by TalRash

Share this post


Link to post

Short link
Share on other sites

carousel.xc->carousel->extraFields, add this at the end

{
  "x": 30, "y": 0,
  "format": "<font size='12' color='#ffffff'>[{{v.battletiermin}}-{{v.battletiermax}}]</font>",
  "shadow": {"color": "0x000000", "alpha": 80, "angle": 45, "distance": 0, "size": 1, "strength": 10}
}

change position, colour etc. to your needs

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Place coma after the last brace here

{ "x": -1, "y": 10, "format": "<img src='img://gui/maps/icons/library/proficiency/class_icons_{{v.mastery}}.png' width='23' height='23'>" }
Edited by konrad509
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Ah, there's also right brace missing at the end.

It should look like this

 "extraFields": [
      // Sign of mastery.
      // Знак мастерства.
      { "x": -1, "y": 10, "format": "<img src='img://gui/maps/icons/library/proficiency/class_icons_{{v.mastery}}.png' width='23' height='23'>" },
      { "x": 30, "y": 0, "format": "<font size='12' color='#ffffff'>[{{v.battletiermin}}-{{v.battletiermax}}]</font>", "shadow": {"color": "0x000000", "alpha": 80, "angle": 45, "distance": 0, "size": 1, "strength": 10}}
    ],
Edited by konrad509
  • Upvote 2

Share this post


Link to post

Short link
Share on other sites

Is there anywhere a list, preferably with pictures, that shows all the built in icons?

 

like /gui/maps/icons/library/proficiency/class_icons_x.png etc

Share this post


Link to post

Short link
Share on other sites

Umm... yeah, "from game resources" actually fits the definition of "built-in". So rephrasing the original question: "Is there anywhere a list, preferably with pictures, that shows all the icons from gui.pkg?" Although, after digging into it, the fact that the 750MB archive contains 6700+ file isn't very documentation-friendly. :-s So, cokebottle, get your favourite archiving program (7zip, winrar, or whatever else you like to use), open up that huge file, and browse around through it. ;)

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

No, C.. is correct, sorry for being imprecise. I know that the icons are in gui.pkg, but I was hoping for an easier way to browse them. 

 

Oh well, guess it's the hard way then. :-)

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.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...