Jump to content
Korean Random
Sword_9mm

Как изменить положение ламочки засвета союзников?

Recommended Posts

Люди добрые, помогите пожалуйста.

Перерыл весь конфиг, не могу понять где сидит настройка положения X лампочки засвета у союзников.

Вот чуть левее бы ее сдвинуть..

image.png.e8b5e04780e2123f347ce32d7486dbcc.png

 

Share this post


Link to post

Short link
Share on other sites

Файл playersPanel.xc:

    // XMQP service marker definition.
    // Шаблон маркера сервиса XMQP.
    "xmqpServiceMarker": {
      "enabled": true,
      "x": 88, "y": -2, "align": "center", "bindToIcon": true,
      "textFormat": {
        "font": "xvm",
        "size": 24
      },
      "format": "<font color='{{alive?{{x-spotted?#FFBB00|{{x-sense-on?#D9D9D9|#BFBFBF}}}}|#FFFFFF}}' alpha='{{alive?#FF|#80}}'>{{alive?{{x-spotted?&#x70;|{{x-sense-on?&#x70;|{{x-enabled?&#x7A;}}}}}}}}</font>",
      "shadow": {}
    },

 

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Господа,я так и не понял как же переместить лампочку?Файл нашел но не нашел что там можно редактировать.Я не программист,не понимаю в этом ничего,прошу распишите более понятно,если можно.

 // Набор форматов для левой панели (поддерживается расширенный формат, см. выше).
      "extraFieldsLeft": [
          //Фон полоски ХП
          { "x": "{{py:math.sum({{pp.widthLeft}},30)}}", "y": 10, "height": 10, "width": "{{hp-max:75}}", "src": "xvm://res/img/hp-bg.png","alpha": "{{alive?30|0}}"},
          //Полоска ХП
          { "x": "{{py:math.sum({{pp.widthLeft}},30)}}", "y": 10, "height": 10, "width": "{{hp:75}}", "src": "xvm://res/img/hp-{{squad?squad|ally}}-alive.png","alpha": "{{alive?70|0}}"},
          //Число ХП    
          { "x": "{{py:math.sum({{pp.widthLeft}},30)}}", "y": 5, "align": "left", "format": "<font size='12' color='{{c:hp-ratio}}'>{{hp|?}}</font>", "alpha": "{{alive?100|0}}", "shadow": {"alpha": "{{alive?100|0}}", "size": 6, "distance": 0, "strength": 1, "color": "0x000000"} },
          ${"../playersPanel.xc":"def.clanIcon"},
          ${"../playersPanel.xc":"def.xvmUserMarker"},
          ${"../xmqp/xmqpServiceMarker.xc":"xmqpServiceMarker"}
      ],

Share this post


Link to post

Short link
Share on other sites
8 часов назад, _Juk_ сказал:

Господа,я так и не понял как же переместить лампочку?Файл нашел но не нашел что там можно редактировать.Я не программист,не понимаю в этом ничего,прошу распишите более понятно,если можно.

 ...
          ${"../xmqp/xmqpServiceMarker.xc":"xmqpServiceMarker"}
  

В Вашем случае нужно редактировать файл xmqpServiceMarker.xc в папке xmqp

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