Jump to content
Korean Random

Disable contours/icons and put a new text object in players panels etc.


Recommended Posts

Hi!

 

I am creating my own very simplistic config, but need help with one thing. I want to completely disable all tank Contours/Icons in playersPanel, BattleLoading and statisticForm and put a new text element in their place.

 

I will probably need to add a new extraField object with name, enabled, x, y, alpha, textFormat, shadow and format parameters, but still I have no idea how to get rid of all the contours/icons.

 

Any ideas or tips?

Link to comment
Short link
Share on other sites

  • 2 weeks later...

 

 

I want to completely disable all tank Contours/Icons in playersPanel, BattleLoading and statisticForm
be more attentively, it's very easy :))

in all listed above files, look for the "[vehicle]iconAlpha" parameter and put 0

in battleLoading[Tips]/StatisticForm:

    // Opacity percentage of vehicle icon. 0 - transparent ... 100 - opaque.
    // Прозрачность в процентах иконки танка. 0 - прозрачные, 100 - не прозрачные.
    "vehicleIconAlpha": 100,

in playersPanel

    // Opacity percentage of icons in the panels. 0 - transparent ... 100 - opaque.
    // Прозрачность в процентах иконок в ушах. 0 - прозрачные, 100 - не прозрачные.
    "iconAlpha": 100,

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