Jump to content
Korean Random

Маркеры панели счета (py_macro)


Recommended Posts

, обновил скрипт, проверьте. 

Все работает!!!Панель сразу появилась.Проверял не на реплее,а в бою.Спасибо большое!!!

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

Вот... Цвет делал, что бы одинаковый был с иконками и хит логом.

Попробуйте так с заменой

У Вас там много лишнего всего в конфиге.К примеру зачем там архивы вообще надо?

П.С Цвет иконок на свой замените.

battle.xc

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

  • 1 month later...

Примерно так:

В файле battle.xc

   "vtypeAlive": {
      "LT":  "<font face='xvm' size='21'> :</font>",
      "MT":  "<font face='xvm'> ;</font>",
      "HT":  "<font face='xvm'> ?</font>",
      "SPG": "<font face='xvm'> -</font>",
      "TD":  "<font face='xvm'> .</font>"
    },
    "vtypeDead": {
      "LT":  "<font face='xvm' size='21'> :</font>",
      "MT":  "<font face='xvm'> ;</font>",
      "HT":  "<font face='xvm'> ?</font>",
      "SPG": "<font face='xvm'> -</font>",
      "TD":  "<font face='xvm'> .</font>"
    }

 В battleLabelsTemplates.xc:

    "fragCorBarEnemy": {
      "enabled": true,
      "updateEvent": "PY(ON_UPDATE_FRAG_COR_BAR)",
      "x": 240,
      "y": 0,
      "width": 400,
      "height": 30,
      "screenHAlign": "center",
      "shadow": { "distance": 1, "angle": 90, "alpha": 80, "blur": 3, "strength": 2 },
      "textFormat": {"align": "left", "size": 24 },
      "format": "<font color='#FF0000'>{{py:fcb.enemyVehicleAlive}}<font>"
    },
    "fragCorBarAlly": {
      "enabled": true,
      "updateEvent": "PY(ON_UPDATE_FRAG_COR_BAR)",
      "x": -240,
      "y": 0,
      "width": 400,
      "height": 30,
      "screenHAlign": "center",
      "shadow": { "distance": 1, "angle": 90, "alpha": 80, "blur": 3, "strength": 2 },
      "textFormat": {"align": "right", "size": 24 },
      "format": "<font color='#0000FF'>{{py:fcb.allyVehicleAlive}}<font>"
    },
Edited by ktulho
Link to comment
Short link
Share on other sites

  • 4 weeks later...

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