Jump to content
Korean Random
Sign in to follow this  
nikitovich

помогите отключить ненужное

Recommended Posts

как отключить в бою снизу в левом углу иконки асиста , заблокированного урона , нанесённого урона и глазик :)

Share this post


Link to post

Short link
Share on other sites

В файле battleLabelsTemplates.xc в секции "totalEfficiency" параметру "enabled" присвойте значение false:

    "totalEfficiency": {
      "enabled": true,
      "updateEvent": "PY(ON_TOTAL_EFFICIENCY)",
      "x": 240,
      "y": -2,
      "width": 300,
      "height": 22,
      "screenVAlign": "bottom",
      "shadow": { "distance": 1, "angle": 90, "alpha": 80, "blur": 5, "strength": 3 },
      "textFormat": { "color": "0xE3E3E3", "size": 16 },
      "format": "<textformat tabstops='[65,130,196]' leading='-2' ><img src='xvm://res/icons/Efficiency/damage.png'> {{py:xvm.totalDamage}}<tab><img src='xvm://res/icons/Efficiency/assist.png'> {{py:xvm.totalAssist}}<tab><img src='xvm://res/icons/Efficiency/reflect.png'> {{py:xvm.totalBlocked}}<tab><img src='xvm://res/icons/Efficiency/discover.png'> {{py:xvm.detection}}</textformat>"
    },
Edited by ktulho

Share this post


Link to post

Short link
Share on other sites

:( пропали и стандартные от самой игры иконки заблокированного дамага и асиста

Share this post


Link to post

Short link
Share on other sites
:( пропали и стандартные от самой игры иконки заблокированного дамага и асиста

, а они были? 

P.S. может эта тема поможет.

Edited by ktulho

Share this post


Link to post

Short link
Share on other sites

в файле damageLog.xc:

    // true - disable standard detailed damage.
    // true - отключить стандартный детальный урон.
    "disabledDetailStats": true,
    // true - disable standard summarized damage.
    // true - отключить стандартный суммарный урон.
    "disabledSummaryStats": true,

Share this post


Link to post

Short link
Share on other sites

точно также прописано но иконок от игры нет , ну это уже не так принципиально :) благодарю за помощь :)

Share this post


Link to post

Short link
Share on other sites

 

 

точно также прописано но иконок от игры нет
. так надо:
    // true - disable standard detailed damage.
    // true - отключить стандартный детальный урон.
    "disabledDetailStats": false,
    // true - disable standard summarized damage.
    // true - отключить стандартный суммарный урон.
    "disabledSummaryStats": false,

Share this post


Link to post

Short link
Share on other sites

ура ! всё есть , заодно ещё один вопрос что бы вернуть стандартный звук вариант 1 в папке саунд напротив lightbulb прописать lightbulb ?

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