Jump to content
Korean Random
Sign in to follow this  
Stalinboylol

Шрифт на миникарте

Recommended Posts

Здравствуйте, можно ли как-нибудь изменить размер шрифта на миникарте? У меня маленький монитор и хотелось бы чуть уменьшить размер.

И еще: можно убрать надпись "1000м"? Если знаете как решить мою проблему, пишите. Спасибо.

post-10432-0-35989100-1364204469_thumb.jpg

Edited by Stalinboylol

Share this post


Link to post

Short link
Share on other sites

Здорова, можно ли как-нибудь изменить размер шрифта на миникарте? У меня маленький монитор и хотелось бы чуть уменьшить размер.

И еще можно убрать надпись "1000м"? Если знаете как решить мою проблему, пишите. Спасибо.

attachicon.gifоно.jpg

1. Найти в конфигфайле этот блок:

"css": { // CSS стиль.
          "ally":  ".mm_a{font-family:$FieldFont; font-size:8px; color:#C8FFA6;}",
          "enemy": ".mm_e{font-family:$FieldFont; font-size:8px; color:#FCA9A4;}",
          "squad": ".mm_s{font-family:$FieldFont; font-size:8px; color:#FFC099;}",
          "lost":  ".mm_l{font-family:$FieldFont; font-size:8px; color:#FCA9A4;} .mm_dot{font-family:Arial; font-size:17px; color:#FCA9A4;}",
          "oneself": ".mm_o{font-family:$FieldFont; font-size:8px; color:#FFFFFF;}"
        },

Уменьшить значение font-size.

 

2. Найти в конфигфайле этот блок:

 "mapSize": { // Поле размера стороны карты. Например 1000м, 700м, 600м.
        // Работает только с xvm-stat.exe
        "enabled": true,
        "format": "<b>{{cellsize}}0 м</b>",
        "css": "font-size:10px; color:#FFCC66;",
        "alpha": 80,
        "offsetX": 0,
        "offsetY": 0,
        "shadow": { // Тень.
          "enabled": true,
          "color": "0x000000",
          "distance": 0,
          "angle": 0,
          "alpha": 80,
          "blur": 2,
          "strength": 3
        },

отключить отображение размера карты:

  "enabled": false

  • Upvote 2

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