Jump to content
Korean Random
Sign in to follow this  
Aslain

Moving damage log with mouse?

Recommended Posts

It looks bad due to overlapping. And mouse events doesn't seem to trigger.

 

Q0bRaVu.jpg

 

Default xvm 6.5.0

Edited by Aslain

Share this post


Link to post

Short link
Share on other sites

I was refering to this (notice mouse events....) so is it bugged atm?:

    "damageLog": {
      "enabled": true,
      "updateEvent": "PY(ON_HIT)",
      "x": "{{py:xvm.damageLog.dLog_x}}",
      "y": "{{py:xvm.damageLog.dLog_y}}",
      "width": 300,
      "height": 210,
      "screenVAlign": "bottom",
      "shadow": { 
        "distance": "{{py:xvm.damageLog.dLog_shadow('distance')}}",
        "angle": "{{py:xvm.damageLog.dLog_shadow('angle')}}",
        "color": "{{py:xvm.damageLog.dLog_shadow('color')}}",
        "alpha": "{{py:xvm.damageLog.dLog_shadow('alpha')}}",
        "blur": "{{py:xvm.damageLog.dLog_shadow('blur')}}",
        "strength": "{{py:xvm.damageLog.dLog_shadow('strength')}}",
        "hideObject": "{{py:xvm.damageLog.dLog_shadow('hideObject')}}",
        "inner": "{{py:xvm.damageLog.dLog_shadow('inner')}}",
        "knockout": "{{py:xvm.damageLog.dLog_shadow('knockout')}}",
        "quality": "{{py:xvm.damageLog.dLog_shadow('quality')}}" 
      },
      "textFormat": { "color": "0xF4EFE8", "size": 16},
      "format": "{{py:xvm.damageLog.dLog}}",
      "mouseEvents": {
        "mouseDown": "dLog_mouseDown",
        "mouseUp": "dLog_mouseUp",
        "mouseMove": "dLog_mouseMove"
      }
    },
Edited by Aslain

Share this post


Link to post

Short link
Share on other sites

I can't scroll damageLog (was testing it in a replay where the number of hits exceed the max that can be displayed at once).

 

How is it supposed to work? Do you Ctrl-Click-Drag-and-Move or Ctrl-Scroll?

 

I deleted the folder %appdata%\Wargaming.net\WorldOfTanks\xvm\DamageLog before starting the replay.

 

This is the relevant part of my battleLabelsTemplates.xc (build 7112):

 

"damageLog": {
      "enabled": true,
      "updateEvent": "PY(ON_HIT)",
      "x": 240, "y": -23, "width": 310, "height": 207, "screenVAlign": "bottom",
      "shadow": { "distance": 1, "angle": 90, "alpha": 80, "blur": 5, "strength": 3 },
      "textFormat": { "color": "0xF4EFE8", "size": 14 },
      "format": "{{py:xvm.damageLog.dLog}}",
      "mouseEvents": { "mouseDown": "dLog_mouseDown", "mouseUp": "dLog_mouseUp", "mouseMove": "dLog_mouseMove" }
    },

Edited by scyorkie

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