Jump to content
Korean Random
Sign in to follow this  
911sergun

Нужна помощь в конфиге.

Recommended Posts

1. totalEfficiency нужно сделать столбиком и сместить к дамаг панели на манер WG

2.нужно в окне ТАВ сместить блоки, а название танка отделить от ника и сместить следом за блоком (в данный момент оно разделяется от ника нижним подчеркиванием)

3. Нужно добавить по нажатию ALT остаток хп у союзников /противников

 

Заранее большое спасибо за оказанную помощь

post-22254-0-45291300-1499845957_thumb.jpg

post-22254-0-46779100-1499845962_thumb.jpg

911sergun.rar

Share this post


Link to post

Short link
Share on other sites

@911sergun, вот эту папочку распакуйте в рес_модс

mods.rar

 

а вот эти строки допишите в файлы:

 

battleLabels.xc: 

${ "battleLabelsTemplates.xc":"def.tEff_damage" },
${ "battleLabelsTemplates.xc":"def.tEff_assist" },
${ "battleLabelsTemplates.xc":"def.tEff_reflect" },
${ "battleLabelsTemplates.xc":"def.tEff_spotted" },
${ "battleLabelsTemplates.xc":"def.tEff_debuff" },
${ "battleLabelsTemplates.xc":"def.tEff_bg" },

и в battleLabelsTemplates.xc:

"tEff_damage": {
      "enabled": true,
      "updateEvent": "PY(ON_TOTAL_EFFICIENCY), ON_PANEL_MODE_CHANGED",
      "x": 229,
      "y": -254,
      "width": "{{py:xvm.isStuns?350|260}}",
      "height": 22,
      "screenVAlign": "bottom",
      "textFormat": { "size": 16 },
      "format": "<img src='xvm://res/icons/Efficiency/damage.png' vspace='-2'> {{py:xvm.totalDamage}}"
    },
"tEff_assist": {
      "enabled": true,
      "updateEvent": "PY(ON_TOTAL_EFFICIENCY), ON_PANEL_MODE_CHANGED",
      "x": 229,
      "y": -231,
      "width": "{{py:xvm.isStuns?350|260}}",
      "height": 22,
      "screenVAlign": "bottom",
      "textFormat": { "size": 16 },
      "format": "<img src='xvm://res/icons/Efficiency/assist.png' vspace='-2'> {{py:xvm.totalAssist}}"
    },
"tEff_spotted": {
      "enabled": true,
      "updateEvent": "PY(ON_TOTAL_EFFICIENCY), ON_PANEL_MODE_CHANGED",
      "x": "{{py:xvm.isStuns?184|229}}",
      "y": "{{py:xvm.isStuns?-231|-186}}",
      "width": "{{py:xvm.isStuns?350|260}}",
      "height": 22,
      "screenVAlign": "bottom",
      "textFormat": { "size": 16 },
      "format": "<img src='xvm://res/icons/Efficiency/discover.png' vspace='-2'> {{py:xvm.detection}}"
    },
"tEff_reflect": {
      "enabled": true,
      "updateEvent": "PY(ON_TOTAL_EFFICIENCY), ON_PANEL_MODE_CHANGED",
      "x": 229,
      "y": -208,
      "width": "{{py:xvm.isStuns?350|260}}",
      "height": 22,
      "screenVAlign": "bottom",
      "textFormat": { "size": 16 },
      "format": "<img src='xvm://res/icons/Efficiency/reflect.png' vspace='-2'> {{py:xvm.totalBlocked}}"
    },
"tEff_debuff": {
      "enabled": true,
      "updateEvent": "PY(ON_TOTAL_EFFICIENCY), ON_PANEL_MODE_CHANGED",
      "x": 229,
      "y": -186,
      "width": "{{py:xvm.isStuns?350|260}}",
      "height": 22,
      "alpha": "{{py:xvm.isStuns?100|0}}",
      "screenVAlign": "bottom",
      "textFormat": { "size": 16 },
      "format": "<img src='xvm://res/icons/Efficiency/stun.png' vspace='-2'> {{py:xvm.totalStun}}"
    },
"tEff_bg": {
      "enabled": true,
      "updateEvent": "PY(ON_TOTAL_EFFICIENCY), ON_PANEL_MODE_CHANGED",
      "x": 100,
      "y": -82,
      "layer": "bottom",
      "width": 300,
      "height": 200,
      "screenVAlign": "bottom",
      "format": "<img src='xvm://res/icons/Tornado_Odan_Rot/tEff_bg/bg.png' vspace='-2'>"
    },

и получите вот такую панель, как у меня .

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