Jump to content
Korean Random
robinwhale

Damage Log Position

Recommended Posts

Since the last update of xvm my damage log has shifted to above the left players panel and I cannot seem to find the settings to move it to the right of the panel. Now, as I play, the damage scrolls down the panel obscuring the names of my team mates etc, also making the damage log unreadable.

I have updated all the latest xvm files to 7.2.2 and I am a bit savvy with php (no expert though). I have checked out damageLog.xc, hitLog.xc, battleLabels.xc and battleLabelsTemplates.xc and cannot see where I can make an adjustment to move the damage log to the right by about 250 pixels (I have a 27" monitor).

Hoping you can help.

damagelog.jpg

Share this post


Link to post

Short link
Share on other sites

15283-clip-41kb.png

 

 

, where 

"x": "{{pp.mode=0?5|{{py:sum({{pp.widthLeft}},50)}}}}

means "the sum of the width of the playerspanel and the selected indentation"

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Ok, thanks.

 

changed

"x": "{{pp.mode=0?5|{{py:sum({{pp.widthLeft}},50)}}}}

to

"x": "{{pp.mode=0?5|{{py:sum({{pp.widthLeft}},550)}}}}

 

no difference

 

 

changed

"x": "{{pp.mode=0?5|{{py:sum({{pp.widthLeft}},50)}}}}

to

"x": "{{pp.mode=0?555|{{py:sum({{pp.widthLeft}},50)}}}}

 

no difference

 

 

 

changed

"x": "{{pp.mode=0?5|{{py:sum({{pp.widthLeft}},50)}}}}

to

"x": "{{pp.mode=500?5|{{py:sum({{pp.widthLeft}},50)}}}}

 

no difference

 

 

Still haven't a clue what's going on...

Share this post


Link to post

Short link
Share on other sites

I set x to 250 and all works fine now. For some reason the dynamic positioning wasn't working on my pc.

Thanks for your help.

 

@ktulho which logs are you referring to? (for future reference). WoT has quite a few.

Share this post


Link to post

Short link
Share on other sites

Hi, sorry english.

This is mine..
Resolution 2560x1440.
I see it at the bottom right, near minimaps with the maximum zoom

...........................................................................................................................................................................

"def": {
    "hitlogHeader": {
      "enabled": true,
      "updateEvent": "ON_DAMAGE_CAUSED, ON_PANEL_MODE_CHANGED",
      "x": 1550,
      "y": 1170,
      "width": 500,
      "height": 1000,
      "textFormat": { "color": "0xF4EFE8", "size": 15 },
      "format": "{{hitlog-header}} {{py:xvm.total_hp.avgDamage('{{l10n:avgDamage}}: ',{{hitlog.dmg-total}})}}"
      // Format of the full hitlog (header and body)
      // Формат полного хит-лога (шапка и тело)
      // "format": "{{hitlog-header}}\n{{hitlog-body}}"
    },
    "hitlogBody": {
      "enabled": true,
      "hotKeyCode": 56, "onHold": "true", "visibleOnHotKey": false,
      "updateEvent": "ON_DAMAGE_CAUSED, ON_PANEL_MODE_CHANGED",
      "x": 1550,
      "y": 1190,
      "width": 500,
      "height": 1000,
      "textFormat": { "color": "0xF4EFE8", "size": 15 },
      "format": "{{hitlog-body}}"

 

................................................................................................................................................................................................

shot_014.thumb.jpg.4f97cf9b8945df3628ab02252daec22e.jpg

 

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...