Jump to content
Korean Random

Изменить цвет кругов ХП на миникарте


Recommended Posts

Никак не пойму, как изменить цвет этих кругов ХП на миникарте. Сейчас они какие-то бледные, хочу сделать как было раньше, яркими.

Как сейчас: post-32956-0-71749900-1474434685_thumb.png

Как было: post-32956-0-87581400-1474434313_thumb.jpg

 

Думаю, что разница видна невооруженным глазом

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

Спасибо! А оказывается нужно было убрать флаг "spotted" из HPLost. Вот я тупой...

Вот решение:

// ХП игрока, видимый

    "HPSpotted": {

      "$ref": { "path":"def.defaultItem" },

      "align": "center",

      "valign": "center",

      "flags": [ "ally", "enemy", "squadman", "teamKiller", "spotted", "alive" ],

      "layer": "top",

      "textFormat": { "font": "dynamic", "size": 18, "align": "center", "valign": "center"},

      "format": "<font color='{{.minimap.labelsData.colors.dot.{{sys-color-key}}}}'>{{hp-ratio%.335a|Ƴ}}</font>",

   "x": 0.2,

      "y": 0.8

  },

// ХП игрока, пропавший

    "HPLost": {

      "$ref": { "path":"def.defaultItem" },

      "align": "center",

      "valign": "center",

      "flags": [ "ally", "enemy", "squadman", "teamKiller", "lost", "alive" ],

      "layer": "top",

      "textFormat": { "font": "dynamic", "size": 18, "align": "center", "valign": "center"},

      "format": "<font color='{{.minimap.labelsData.colors.lostDot.{{sys-color-key}}}}'>{{hp-ratio%.335a|Ƴ}}</font>",

      "alpha": 75,

   "x": 0.2,

      "y": 0.8

}

Edited by LordKoshei
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...