Jump to content
Korean Random
Sign in to follow this  
AI_11

Баг или так будет теперь всегда? (XVM)

Recommended Posts

Хочу спросить, про отсутствие кольца максимальной отрисовки юнитов на арте. Так было задумано или это баг?

Share this post


Link to post

Short link
Share on other sites

Хочу спросить, про отсутствие кольца максимальной отрисовки юнитов на арте. Так было задумано или это баг?

Так задумано, в дефолтном конфиге "Окружность границы максимальной отрисовки юнитов." для арты отключена.

Чтобы включить его для всех типов техники, необходимо в minimapCircles.xc

Вместо этого:

      // Circle of the maximum units appearance.
      // Окружность границы максимальной отрисовки юнитов.
      { "enabled": "{{my-vtype-key=SPG?false|true}}", "distance": 564, "scale": 1, "thickness": 0.7, "alpha": 40, "color": "0xFFFFFF" },

"Написать" это: 

      // Circle of the maximum units appearance.
      // Окружность границы максимальной отрисовки юнитов.
      { "enabled":  true, "distance": 564, "scale": 1, "thickness": 0.7, "alpha": 40, "color": "0xFFFFFF" },

Должно сработать.

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