Jump to content
Korean Random

WN8 в ангаре


Go to solution Solved by Bazooka,

Recommended Posts

  • Solution

To do this, you'll need to edit the widgetsTemplates.xc file.

 

Find the "statistics" section within this file.

Inside this section, locate the text block element (it usually contains macros like {{mystat.wn8}}, {{mystat.winrate}}, etc).

Change the value of the "format" parameter in this text block, keeping only the macros and text you need.

 

To display only WN8 and the win rate:

 

"format": "WN8: <font color='{{mystat.c_wn8}}'>{{mystat.wn8}}</font>\nПобед: <font color='{{mystat.c_winrate}}'>{{mystat.winrate%.2f~%}}</font>"

 

You can also remove or change the formatting (font size, color, etc.) and background images if you wish. Remember to save the file with UTF-8 + BOM encoding to ensure Cyrillic characters display correctly.

Link to comment
Short link
Share on other sites

12 hours ago, Bazooka said:

Для этого вам необходимо отредактировать файл widgetsTemplates.xc.

 

Найдите в этом файле раздел «статистика».

Внутри этого раздела найдите элемент текстового блока (он обычно содержит макросы, такие как {{mystat.wn8}}, {{mystat.winrate}} и т. д.).

Измените значение параметра «формат» в этом текстовом блоке, оставив только необходимые вам макросы и текст.

 

Чтобы отобразить только WN8 и процент побед:

 

"format": "WN8: <font color='{{mystat.c_wn8}}'>{{mystat.wn8}}</font>\nПобед: <font color='{{mystat.c_winrate}}'>{{mystat.winrate%.2f~%}}</font>"

 

Вы также можете удалить или изменить форматирование (размер шрифта, цвет и т. д.) и фоновые изображения, если хотите. Не забудьте сохранить файл в кодировке UTF-8 + BOM, чтобы обеспечить корректное отображение кириллических символов.

Спасибо большое.👍

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