Jump to content

2nd Medium/larger player panel request


Recommended Posts

Love your pack, and appreciate all the work you've done.

 

On that note, anyway to request a player panel with the colored HP bar, that shows their wn8 aswell?

 

Probly not the biggest tab, but the 2nd biggest one.

 

If you need clarification I can try and dig a screenshot up from somewhere.

 

Thanks!

 

 

  • Downvote 1
Link to comment

Hi

 

A picture is truly worth more than a 1000 words.

 

For all you XVM lovers out there go to this forumpage:

 

http://www.koreanrandom.com/forum/forum/50-%D0%BA%D0%BE%D0%BD%D1%84%D0%B8%D0%B3%D1%83%D1%80%D0%B0%D1%86%D0%B8%D0%B8-xvm-custom-configurations/

 

Here the masters of XVM have great settings and pictures of what can be done. Seriych is my mentor. 

 

Here you can find great ideas and pictures. Download, tweak, combine and together we can get it to work.

  • Downvote 1
Link to comment

Hi

 

Easter drags out. Have to say, that playerpanel is a mess.

 

The Icons are ok but he should uncheck "show tier" in game settings.

 

The rating colors are strange, they are pessimistic and at big range. 

 

The playernames and clans are readable so thats ok, but cant say what the 

last %-number is. Winrate of tank or overall?

 

 

 

It would be easiest to have him send you playerspanel.xc and colors.xc.

 

Or simply use Aslains HP in ears settings in XVM-config.

Link to comment

Hi

 

Easter drags out. Have to say, that playerpanel is a mess.

 

The Icons are ok but he should uncheck "show tier" in game settings.

 

The rating colors are strange, they are pessimistic and at big range. 

 

The playernames and clans are readable so thats ok, but cant say what the 

last %-number is. Winrate of tank or overall?

 

 

 

It would be easiest to have him send you playerspanel.xc and colors.xc.

 

Or simply use Aslains HP in ears settings in XVM-config.

Understandable, i think he uses xvm colorscale, that's why they're weird.

 

I believe that's the HP of the tank when it was last spotted.

Link to comment

Hi

 

When you install Aslain XVM choose the 10-color WN8 setting. Then you are up-to-date 

with what people are talking (raging) about how experienced a player is. 

Also check either or both panels to have HP showing in players panel. 

 

You can add it later by copy/pasting these line within playerspanel.xc:

 

      "extraFieldsLeft": [
      { "x": 26, "y": 2, "valign": "center", "h": 21, "w": "100", "bgColor": 0, "alpha": "{{alive?35|0}}" },
      { "x": 26, "y": 2, "valign": "center", "h": 21, "w": "{{hp-ratio:100}}", "bgColor": ${"def.c1"}, "alpha": "{{alive?75|0}}" },
      { "w": 3,  "y": 2, "valign": "center", "h": 21, "bgColor": ${"def.c1"}, "alpha": "{{alive?35|0}}" },
      {}
    ],
      "extraFieldsRight": [
      { "x": 26, "y": 2, "valign": "center", "h": 21, "w": "100", "bgColor": 0, "alpha": "{{alive?35|0}}" },
      { "x": 26, "y": 2, "valign": "center", "h": 21, "w": "{{hp-ratio:100}}", "bgColor": ${"def.c2"}, "alpha": "{{alive?75|0}}" },
      { "w": 3,  "y": 2, "valign": "center", "h": 21, "bgColor": ${"def.c2"}, "alpha": "{{alive?35|0}}" },
 
 
Thats the graphics of the HP-bar ("h":21  is the thickness and  "bgColor": ${"def.c2"}   is the color of the bar, defined at the very top.
 
 
 
 
If you want WN8 and battlewin-% then these are the crusial macros (also in players panel.xc):
 
WN8 (skill):                  <font color='{{c:wn8|#666666}}' alpha='{{alive?#FF|#80}}'>{{wn8%4d|----}}</font>           
 
Winrate.                       <font color='{{c:winrate|#666666}}' alpha='{{alive?#FF|#80}}'>{{winrate%2d~%|--%}}</font>
 
and should be placed in for example "nickFormatLeft": (youre team)  and  "nickFormatRight":  (enemy team).
 
 
Confusing enough? Dont panik youll get the hang by trial.
Link to comment

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.