Jump to content
Korean Random
Sign in to follow this  
mc_gizmon

Маркеры засвета.

Recommended Posts

Доброго времени суток. Помогите отключить маркеры засвета в ушах и миникарте. Спасибо.

Share this post


Link to post

Short link
Share on other sites

playersPanel.xc

    // Маркер статуса засвета противника.
    "enemySpottedMarker": {
       "enabled": false,                // false -  отключить
    // Шаблон маркера сервиса XMQP.
    "xmqpServiceMarker": {
       "enabled": false,                // false -  отключить        

minimapLabelsTemplates.xc

    // Маркер события XMQP.
    "xmqpEvent": {
      "$ref": { "path":"def.defaultItem" },
      "enabled": false,                  // false -  отключить

Share this post


Link to post

Short link
Share on other sites

Я себе так делал:

 

playersPanel.xc

// Шаблон маркера сервиса XMQP.
"xmqpServiceMarker": {
   "enabled": "{{x-enabled?true|false}}",	

minimapLabelsTemplates.xc

// Маркер события XMQP.    
"xmqpEvent": {
   "enabled": "{{x-enabled?true|false}}",
Edited by Xotabych

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