Jump to content
Korean Random

Players panels HP bar and hitlog new option hideOnHotKey ?


panteror

Recommended Posts

Hi,

 

 

I saw you added hp players panels bar in the last nightly 6323 in default config (good idea). Now it's an officiel feature, i can replace mine but i have a proposal.

 

In the screen you see that hitlog history is over hp bar when pressing L-ALT

 

post-29578-0-39200500-1471088593_thumb.jpg

 

 

Could you add an option like the option "visibleOnHotKey" but it will be hideOnHotKey, so that I could hide the hitlog when i press L-ALT for example.

 

 

Thanks

Edited by panteror
  • Upvote 2
Link to comment
Short link
Share on other sites

 

it's a solution, but hitlog history is one of most important feature in xvm, it needs to be show by default not with alternative in my opinion.

That's why i think about hiding with alternative hotkey but it's not possible at the moment.

perhaps not a solution, but I move hitlog position to lower left (via battleLabelsTemplates.xc), above the chat log. But i think move to alignment of the damage log, right side.

 

yes i think about that near minimap too but hitlog is in my spirit in upper left since 4 years :D

Edited by panteror
Link to comment
Short link
Share on other sites

so that I could hide the hitlog when i press L-ALT for example

 

battleLabelsTemplates.xc

"hitlogHistory": {
      "enabled": true,
      "updateEvent": "ON_DAMAGE_CAUSED",
      "hotKeyCode": 56,
      "visibleOnHotKey": false,
      "x": 270,
      "y": 40,
      "width": 500,
      "height": 1000,
      "textFormat": { "color": "0xF4EFE8", "size": 15 },
      //"format": "{{hitlog-header}}"
      // Format of the full hitlog (header and body)
      // Формат полного хит-лога (шапка и тело)
      "format": "{{hitlog-header}}\n{{hitlog-body}}"
    },
     "hitlogHeader": {
      "enabled": true,
      "updateEvent": "ON_DAMAGE_CAUSED",
      "hotKeyCode": 56,
      "visibleOnHotKey": true,
      "x": 270,
      "y": 40,
      "width": 500,
      "height": 1000,
      "textFormat": { "color": "0xF4EFE8", "size": 15 },
      "format": "{{hitlog-header}}"
      // Format of the full hitlog (header and body)
      // Формат полного хит-лога (шапка и тело)
      // "format": "{{hitlog-header}}\n{{hitlog-body}}"
    },

battleLabels.xc

"formats": [
      ${ "battleLabelsTemplates.xc":"def.hitlogHistory" },
      ${ "battleLabelsTemplates.xc":"def.hitlogHeader" },

based on

posible solution

  • Upvote 1
Link to comment
Short link
Share on other sites

 

battleLabelsTemplates.xc

"hitlogHistory": {
      "enabled": true,
      "updateEvent": "ON_DAMAGE_CAUSED",
      "hotKeyCode": 56,
      "visibleOnHotKey": false,
      "x": 270,
      "y": 40,
      "width": 500,
      "height": 1000,
      "textFormat": { "color": "0xF4EFE8", "size": 15 },
      //"format": "{{hitlog-header}}"
      // Format of the full hitlog (header and body)
      // Формат полного хит-лога (шапка и тело)
      "format": "{{hitlog-header}}\n{{hitlog-body}}"
    },
     "hitlogHeader": {
      "enabled": true,
      "updateEvent": "ON_DAMAGE_CAUSED",
      "hotKeyCode": 56,
      "visibleOnHotKey": true,
      "x": 270,
      "y": 40,
      "width": 500,
      "height": 1000,
      "textFormat": { "color": "0xF4EFE8", "size": 15 },
      "format": "{{hitlog-header}}"
      // Format of the full hitlog (header and body)
      // Формат полного хит-лога (шапка и тело)
      // "format": "{{hitlog-header}}\n{{hitlog-body}}"
    },

battleLabels.xc

"formats": [
      ${ "battleLabelsTemplates.xc":"def.hitlogHistory" },
      ${ "battleLabelsTemplates.xc":"def.hitlogHeader" },

based on

 

thank you very much , it's perfect, all what i need.

good job :)

Link to comment
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...