Constantin Posted February 14, 2015 Posted February 14, 2015 Hi, Does anyone know how can I modify the players panel to have it show just the name of the tanks with tier - color coded by wn8, and the spotted marker? I'm thinking it could be only text or use some contour icons with the background color coded after wn8. Thank in advance. Quote
Grandorf Posted February 14, 2015 Posted February 14, 2015 Hi Its allready in Aslains "medium panel". Otherwise edit playersPanel.xc and change to this. "large": { "formatLeft": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{vehicle}}</font>", "formatRight": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{vehicle}}</font>", "extraFieldsRight": [ { "x": 0, "y": 4, "align": "center", "valign": "top", "bindToIcon": "true", "format": "{{spotted}} ", "alpha": "{{alive?100|0}}", "shadow": {} }, {} ], "width": 120 }, Quote
Constantin Posted February 14, 2015 Author Posted February 14, 2015 I use medium panel - narrow 2. But I have both tank names and tank contour icons (or however those are called). The question is how do I remove the contour icons and add the tier (if it's in the xvm tags/macros I can do that by myself). Thx Quote
Grandorf Posted February 14, 2015 Posted February 14, 2015 The icons are images that are taken from a folder inside the game. It can only be changed by another image folder in res_mods. If I misunderstand you correctly you dont want icons of the tanks just the tiernumber? Then you have to create your own icons without image (empty picture) and activate "show tiernumber" or just add your own icons with only tiernumbers. (kinda like Aslains without tankname) The games original tankicons dont have names. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.